From: Andreas Schwab Date: Mon, 23 Dec 2013 15:13:14 +0000 (+0100) Subject: * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~220 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4157ea7faf2815b8903a981f6375af529c7047ae;p=emacs.git * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by AC_CONFIG_HEADERS. --- diff --git a/ChangeLog b/ChangeLog index 3e8dc23db12..417172e5852 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-12-23 Andreas Schwab + + * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by + AC_CONFIG_HEADERS. + 2013-12-19 Rüdiger Sonderfeld * .gitignore: Ignore refcard temporaries and info/*.info files. diff --git a/configure.ac b/configure.ac index 30403fac06d..ea76baf8f8f 100644 --- a/configure.ac +++ b/configure.ac @@ -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.