build: Remove deprecated AM_CONFIG_HEADER

AM_CONFIG_HEADER has been deprecated for many years and is removed
completely from automake 1.13.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
Hasso Tepper 2013-01-13 17:45:28 +00:00 committed by David Lamparter
parent 3a69f74a0a
commit 303bb00588

View File

@ -19,7 +19,7 @@ AC_CANONICAL_HOST()
AC_CANONICAL_TARGET() AC_CANONICAL_TARGET()
AM_INIT_AUTOMAKE(1.6) AM_INIT_AUTOMAKE(1.6)
AM_CONFIG_HEADER(config.h) AC_CONFIG_HEADERS(config.h)
AC_PATH_PROG(PERL, perl) AC_PATH_PROG(PERL, perl)
AC_CHECK_PROG([GAWK],[gawk],[gawk],[not-in-PATH]) AC_CHECK_PROG([GAWK],[gawk],[gawk],[not-in-PATH])