aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ca92b86..eb38de2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,10 @@
AC_INIT([sato-engine], [0.3.1])
AC_CONFIG_SRCDIR([README])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE
AC_PROG_CC
-AM_PROG_CC_STDC
AC_PROG_INSTALL
AC_PROG_MAKE_SET