From b2be4934d7d884a6626fe757e65135ac7cb0e3d4 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 18 Jan 2013 15:56:25 +0000 Subject: [PATCH] build: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit automake-1.13 has now deprecated AM_CONFIG_HEADER, use the correct AC_CONFIG_HEADERS instead. Change-Id: I8adaec64cbad7f7318ff69091176c30b707cbb0b Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/1117 Tested-by: jenkins Reviewed-by: Mikko Viitamäki Reviewed-by: Freddie Chopin --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 51d43baacd..a9a40dae46 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ m4_include([config_subdir.m4])dnl AM_INIT_AUTOMAKE([-Wall -Wno-portability dist-bzip2 dist-zip]) AM_MAINTAINER_MODE -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) AH_BOTTOM([ #include #include -- 2.30.2