configure.ac: Replaced AM_CONFIG_HEADER() with AC_CONFIG_HEADERS()
AM_CONFIG_HEADER is obsolete and doesn't work with Automake 1.13. Use AC_CONFIG_HEADERS instead.
This commit is contained in:
parent
af8ab01d90
commit
3dfae5a6ee
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ AC_CONFIG_AUX_DIR([.])
|
|||
COMEDILIB_DEBUG="-Wall"
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror])
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
ACLOCAL="$ACLOCAL -I m4"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue