]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Clarify comment about old system.
authorKarl Berry <karl@freefriends.org>
Mon, 14 Jun 2010 18:21:08 +0000 (12:21 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 14 Jun 2010 18:21:40 +0000 (12:21 -0600)
* lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Prefer GNU/Linux,
and note that bug has long since been fixed.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
lib/autoconf/general.m4

index fb1083b28b81dd5b855e3ffe70df2219ac26e588..a495513e34797dec22a0b4e74b6bbcb56240b0e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-06-14  Karl Berry  <karl@freefriends.org>  (tiny change)
+
+       Clarify comment about old system.
+       * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Prefer GNU/Linux,
+       and note that bug has long since been fixed.
+
 2010-06-08  Eric Blake  <eblake@redhat.com>
 
        Run libtool test with modern libtool.
index f73673e4a20d6b300f5c64478be4309e3d4e3884..9c24b3fd41fa1f5a2f636f4a1d2e89da19c5c736 100644 (file)
@@ -389,7 +389,7 @@ test -n "$DJDIR" || exec AS_ORIGINAL_STDIN_FD<&0 </dev/null
 exec AS_MESSAGE_FD>&1
 
 # Name of the host.
-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
 # so uname gets run too.
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`