]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix a minor typo.
authorJim Meyering <meyering@redhat.com>
Sun, 14 Oct 2007 11:35:34 +0000 (13:35 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 14 Oct 2007 11:35:34 +0000 (13:35 +0200)
* configure.ac (AC_INIT): Fix a typo (s/9.6/6.9/) that makes a
difference only when running "make dist" without a .git/ subdir.

ChangeLog
configure.ac

index 6b6d3f02db454c4b9af749a6f56a83e66e0967b0..a0d6710f427e69418b7518d5a52efe293c2e3e02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-14  Jim Meyering  <meyering@redhat.com>
+
+       Fix a minor typo.
+       * configure.ac (AC_INIT): Fix a typo (s/9.6/6.9/) that makes a
+       difference only when running "make dist" without a .git/ subdir.
+
 2007-10-09  Jim Meyering  <meyering@redhat.com>
 
        Move the help-version test into misc/.
index a16a4799f560a159c70341e9212a54f0bb25dfc8..d97e44e23d3ba92aea2dea06f05a863d6af3c63c 100644 (file)
@@ -23,7 +23,7 @@ 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 9.6+ .version]),
+AC_INIT([GNU coreutils], m4_esyscmd([build-aux/git-version-gen 6.9+ .version]),
        [bug-coreutils@gnu.org])
 
 AC_CONFIG_SRCDIR(src/ls.c)