From 067cfaeb190f3bc25a6f5dbcb5a42d743b016458 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 19 Feb 2013 10:17:41 +0100 Subject: [PATCH] configure: replace deprecated AM_CONFIG_HEADER MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS. This is needed for automake-1.13. Signed-off-by: Natanael Copa Acked-by: Stéphane Graber --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 931e0d6ea..aaedabb8f 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_INIT([lxc], [0.9.0.alpha3]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) -AM_CONFIG_HEADER([src/config.h]) +AC_CONFIG_HEADERS([src/config.h]) AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability]) AC_CANONICAL_HOST AM_PROG_CC_C_O -- 2.39.2