Skip to content
Snippets Groups Projects
Commit b2be4934 authored by Spencer Oliver's avatar Spencer Oliver Committed by Freddie Chopin
Browse files

build: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS


automake-1.13 has now deprecated AM_CONFIG_HEADER, use the correct
AC_CONFIG_HEADERS instead.

Change-Id: I8adaec64cbad7f7318ff69091176c30b707cbb0b
Signed-off-by: default avatarSpencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/1117


Tested-by: jenkins
Reviewed-by: default avatarMikko Viitamäki <mikko.viitamaki@gmail.com>
Reviewed-by: default avatarFreddie Chopin <freddie.chopin@gmail.com>
parent 3ad078cb
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ m4_include([config_subdir.m4])dnl ...@@ -8,7 +8,7 @@ m4_include([config_subdir.m4])dnl
AM_INIT_AUTOMAKE([-Wall -Wno-portability dist-bzip2 dist-zip]) AM_INIT_AUTOMAKE([-Wall -Wno-portability dist-bzip2 dist-zip])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
AM_CONFIG_HEADER([config.h]) AC_CONFIG_HEADERS([config.h])
AH_BOTTOM([ AH_BOTTOM([
#include <helper/system.h> #include <helper/system.h>
#include <helper/types.h> #include <helper/types.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment