From: Karl Berry Date: Mon, 14 Jun 2010 18:21:08 +0000 (-0600) Subject: Clarify comment about old system. X-Git-Tag: v2.66~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1a23e61aa727888683d9796aea01a82073934ca;p=thirdparty%2Fautoconf.git Clarify comment about old system. * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Prefer GNU/Linux, and note that bug has long since been fixed. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index fb1083b2..a495513e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-06-14 Karl Berry (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 Run libtool test with modern libtool. diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index f73673e4..9c24b3fd 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -389,7 +389,7 @@ test -n "$DJDIR" || exec AS_ORIGINAL_STDIN_FD<&0 &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`