* configure.ac (AC_INIT): Use .tarball-version, not .version.
authorJim Meyering <meyering@redhat.com>
Fri, 29 Feb 2008 08:36:24 +0000 (09:36 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 1 Mar 2008 09:01:09 +0000 (10:01 +0100)
configure.ac

index 6cb658b..5c332db 100644 (file)
@@ -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)