* configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 23 Dec 2013 15:13:14 +0000 (16:13 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 23 Dec 2013 15:13:14 +0000 (16:13 +0100)
AC_CONFIG_HEADERS.

ChangeLog
configure.ac

index 3e8dc23..417172e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-23  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
+       AC_CONFIG_HEADERS.
+
 2013-12-19  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
 
        * .gitignore: Ignore refcard temporaries and info/*.info files.
index 30403fa..ea76baf 100644 (file)
@@ -78,7 +78,7 @@ for opt in ${1+"$@"} CFLAGS CPPFLAGS LDFLAGS; do
   optsep=' '
 done
 
-AC_CONFIG_HEADER(src/config.h:src/config.in)
+AC_CONFIG_HEADERS(src/config.h:src/config.in)
 AC_CONFIG_SRCDIR(src/lisp.h)
 AC_CONFIG_AUX_DIR(build-aux)
 dnl Fairly arbitrary, older versions might work too.