diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-18 23:03:34 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-18 23:03:34 +0000 |
commit | c7c0e0b0edc5cf137ebf46bf122429314573ee45 (patch) | |
tree | 1ea6098c3652944bcfaef0c2a9ffe1815155c8bc /ChangeLog | |
parent | 1314a5e7d361ac11ee071fb549c0f9cbdf293c30 (diff) | |
download | coreutils-c7c0e0b0edc5cf137ebf46bf122429314573ee45.tar.xz |
* configure.ac (AC_PROG_CC_STDC): Use this instead of AC_PROG_CC.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ * configure.ac (AM_PROG_CC_C_O): Add. Needed for CVS Automake. Problem reported by Eric Blake. + (AC_PROG_CC_STDC): Use this instead of AC_PROG_CC, so that + we get a standard-conforming compiler. This relies on the new + m4/c.m4 file. Note that it's a bit tricky, since c.m4 doesn't + define AC_PROG_CC_STDC; we are relying on Autoconf 2.59 internals. + m4/c.m4 can go away with Autoconf 2.60 comes out. 2005-11-17 Jim Meyering <jim@meyering.net> |