From: Paul Eggert Date: Thu, 6 Mar 2003 20:41:34 +0000 (+0000) Subject: Work around a problem noted by Nelson H. F. Beebe with coreutils X-Git-Tag: AUTOCONF-2.57a~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516266bbcca24ec71742d707ced240e1c714d900;p=thirdparty%2Fautoconf.git Work around a problem noted by Nelson H. F. Beebe with coreutils 4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08 2002/05/09) rejects '#line 32768 "configure"' because the line number overflows. --- diff --git a/ChangeLog b/ChangeLog index 4ad707b46..bf0de7bb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-03-06 Paul Eggert + + Work around a problem noted by Nelson H. F. Beebe with coreutils + 4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08 + 2002/05/09) rejects '#line 32768 "configure"' because the line + number overflows. + * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate + #line directives. + * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this. + * doc/autoconf.texi (Generating Sources): Document this. + 2003-03-01 Richard Dawe * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize