summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-05-13 19:46:30 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-05-13 19:47:01 -0700
commit5f295d6115179216d13b78a768c97e873f493da9 (patch)
treeda6990ccc9c541897aa1c77dd06baf8b6c3a3d7d
parent3c19ca08b1cf7aaaae72393073affaa082928ae4 (diff)
downloaddiffutils-5f295d6115179216d13b78a768c97e873f493da9.tar.gz
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.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 199af3e..cf71ade 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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