]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(AC_PROG_CC_STDC): Use this instead of AC_PROG_CC, so that
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Nov 2005 23:03:11 +0000 (23:03 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Nov 2005 23:03:11 +0000 (23:03 +0000)
commit1314a5e7d361ac11ee071fb549c0f9cbdf293c30
tree8858c64f7673be963a995408ffe269a9127d7f76
parentefe0b59c147150da72e756e250210702d096fced
(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.
configure.ac