diff options
author | Hasso Tepper <hasso.tepper@gmail.com> | 2013-01-13 17:45:28 +0000 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2013-01-15 17:56:57 +0100 |
commit | 303bb005889a843b0d7e07a9b67b68ee55653d8f (patch) | |
tree | 25c5cd7a5b642818a7aee89a03e58b3f2dd648db | |
parent | 3a69f74a0a903659e8a5bb930b257d9d09a87626 (diff) |
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>
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ff34f03a..51bc8bd7 100755 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_CANONICAL_HOST() AC_CANONICAL_TARGET() AM_INIT_AUTOMAKE(1.6) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AC_PATH_PROG(PERL, perl) AC_CHECK_PROG([GAWK],[gawk],[gawk],[not-in-PATH]) |