build: omit obsolete AM_PROG_CC_STDC macro

The Automake-provided macro 'AM_PROG_CC_STDC' has been superseded by
the Autoconf-provided one 'AC_PROG_CC' since October 2002, and will
be removed in the next major automake version.
* configure.ac (AM_PROG_CC_STDC): Drop it.
This commit is contained in:
Stefano Lattarini 2012-05-13 19:46:30 -07:00 committed by Paul Eggert
parent 3c19ca08b1
commit 5f295d6115

View File

@ -33,7 +33,6 @@ AC_CONFIG_HEADER([lib/config.h:lib/config.hin])
AC_PROG_AWK
AC_PROG_CC
AM_PROG_CC_STDC
AM_MISSING_PROG([HELP2MAN], [help2man])
AC_PROG_RANLIB
gl_EARLY