From: Kevin Ryde Date: Sat, 21 Jun 2003 00:01:52 +0000 (+0000) Subject: * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an X-Git-Tag: AUTOCONF-2.57b~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86369d9046b492b78e3e6f2c476349cbd8f41f7d;p=thirdparty%2Fautoconf.git * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby ensuring we add -std1 for full-ANSI. --- diff --git a/ChangeLog b/ChangeLog index 2b2f4c50..23a54a47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-06-21 Kevin Ryde + * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an + error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby + ensuring we add -std1 for full-ANSI. + * doc/autoconf.texi (hdrindex): New macro. Add index entries for portability of various standard header files.