summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-02-29 09:36:24 +0100
committerJim Meyering <meyering@redhat.com>2008-03-01 10:01:09 +0100
commit710e5f32fc9631c545a070f243bf829e98bc115c (patch)
treea8bbe94191f727e666c2cd14a1235070c8f2e76f
parent46e51208c7248d24a7fce1aa16c16b003c8cefe9 (diff)
downloadcoreutils-710e5f32fc9631c545a070f243bf829e98bc115c.tar.xz
* configure.ac (AC_INIT): Use .tarball-version, not .version.
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6cb658bbe..5c332dbb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,8 @@ AC_PREREQ(2.61)
# Make inter-release version strings look like, e.g., v6.9-219-g58ddd, which
# indicates that it is built from the 219th delta (in _some_ repository)
# following the v6.9 tag, and that 58ddd is a prefix of the commit SHA1.
-AC_INIT([GNU coreutils], m4_esyscmd([build-aux/git-version-gen .version]),
+AC_INIT([GNU coreutils],
+ m4_esyscmd([build-aux/git-version-gen .tarball-version]),
[bug-coreutils@gnu.org])
AC_CONFIG_SRCDIR(src/ls.c)