* configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
AC_CONFIG_HEADERS.
This commit is contained in:
parent
0da5489875
commit
4157ea7faf
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue