From d1a23e61aa727888683d9796aea01a82073934ca Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 14 Jun 2010 12:21:08 -0600 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ lib/autoconf/general.m4 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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` -- 2.11.4.GIT