I installed this:

2006-10-12  Paul Eggert  <[EMAIL PROTECTED]>

        * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
        the old AC_PROG_CC / AM_PROG_CC_STDC combination.

--- configure.ac        15 Sep 2006 18:59:40 -0000      1.74
+++ configure.ac        13 Oct 2006 04:08:56 -0000
@@ -30,8 +30,7 @@
 AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])

 # Checks for the compiler.
-AC_PROG_CC
-AM_PROG_CC_STDC
+AC_PROG_CC_STDC

 # Gnulib (early checks).
 gl_EARLY


Reply via email to