commit 6ca78ba8c54c4ba6105e04119c5e8146aefa40bd
parent ab7361a7ff91a9a79bd02e06f20ded42ee2a5bcc
Author: Toby Goodwin <toby@paccrat.org>
Date: Mon, 13 Apr 2015 21:02:43 +0100
configure.ac: AM_CONFIG_HEADER and AM_PROG_CC_STDC are obsolete
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -9,11 +9,10 @@ dnl Get things going...
AC_CONFIG_SRCDIR([rc.h])
AM_INIT_AUTOMAKE
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
dnl Find a standard C compiler
AC_PROG_CC
-AM_PROG_CC_STDC
dnl If we're using gcc, specify `-Wall'. I've also checked the code
dnl with `-pedantic -W -Wall -Wpointer-arith -Wstrict-prototypes