]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
authorKevin Ryde <user42@zip.com.au>
Sat, 21 Jun 2003 00:01:52 +0000 (00:01 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 21 Jun 2003 00:01:52 +0000 (00:01 +0000)
error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
ensuring we add -std1 for full-ANSI.

ChangeLog

index 2b2f4c50e17450716c2a5b373e46bafcc395e76a..23a54a475c8c8163e412645b2c0018c2105fc55d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-06-21  Kevin Ryde  <user42@zip.com.au>
 
+       * 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.