From 2d96ae5ff8f9141f87072070a619b93e51dcff5b Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Mon, 29 Jun 2020 00:00:03 +0200 Subject: [PATCH] AM_CONFIG_HEADER is superseded by AC_CONFIG_HEADERS since July 2002 See: https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 05fba93..60723d0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT(bgpq4,0.0.6,job@ntt.net) AM_INIT_AUTOMAKE AC_PACKAGE_URL(https://github.com/bgp/bgpq4) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS([config.h]) AM_SILENT_RULES([yes]) AC_PROG_CC