summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-18 23:03:11 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-18 23:03:11 +0000
commit1314a5e7d361ac11ee071fb549c0f9cbdf293c30 (patch)
tree8858c64f7673be963a995408ffe269a9127d7f76
parentefe0b59c147150da72e756e250210702d096fced (diff)
downloadcoreutils-1314a5e7d361ac11ee071fb549c0f9cbdf293c30.tar.xz
(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.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 96bea7c56..7a33486aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AM_INIT_AUTOMAKE([1.8.3 gnits dist-bzip2])
gl_DEFAULT_POSIX2_VERSION
gl_USE_SYSTEM_EXTENSIONS
gl_PERL
-AC_PROG_CC
+AC_PROG_CC_STDC
AM_PROG_CC_C_O
AC_PROG_CPP
AC_PROG_GCC_TRADITIONAL