bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

configure.ac to use AC_PROG_CC_STDC


From: Paul Eggert
Subject: configure.ac to use AC_PROG_CC_STDC
Date: Thu, 12 Oct 2006 21:11:43 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

I installed this:

2006-10-12  Paul Eggert  <address@hidden>

        * 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

[Prev in Thread] Current Thread [Next in Thread]