From: Jim Meyering Date: Sun, 14 Oct 2007 11:35:34 +0000 (+0200) Subject: Fix a minor typo. X-Git-Tag: v6.9.89~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b81697cd4a071b7fada8e0ff12e5058d49717a1b;p=platform%2Fupstream%2Fcoreutils.git 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. --- diff --git a/ChangeLog b/ChangeLog index 6b6d3f0..a0d6710 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-14 Jim Meyering + + 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 Move the help-version test into misc/. diff --git a/configure.ac b/configure.ac index a16a479..d97e44e 100644 --- a/configure.ac +++ b/configure.ac @@ -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)