]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
autoupdate: replace obsolete macros AC_CONFIG_HEADER
authorMatthieu Longo <matthieu.longo@arm.com>
Tue, 28 May 2024 09:49:44 +0000 (10:49 +0100)
committerAlan Modra <amodra@gmail.com>
Sun, 9 Jun 2024 22:55:55 +0000 (08:25 +0930)
- AC_CONFIG_HEADER by AC_CONFIG_HEADERS
  https://www.gnu.org/software/automake/manual/1.12.2/html_node/Obsolete-Macros.html#index-AM_005fCONFIG_005fHEADER

gdbsupport/configure.ac
gnulib/configure.ac
libbacktrace/configure.ac
libiberty/configure.ac

index 80e24eac4797aa81be692eebc71d7fa969e435f3..d0187f84d12ddce424e2144af057d0a16b7134ff 100644 (file)
@@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([gdbsupport], 1.0)
 AC_CONFIG_SRCDIR(common-defs.h)
-AC_CONFIG_HEADER(config.h:config.in)
+AC_CONFIG_HEADERS([config.h:config.in])
 
 # Set build, build_cpu, build_vendor and build_os.
 AC_CANONICAL_BUILD
index 66a35911bcaf056feb2b3bdb27fcc50b8c85fb24..8ee8689a9f0db0bcd2ae5e12e74d6a06afb4acb5 100644 (file)
@@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([libgnu], [UNUSED-VERSION])
 AC_CONFIG_SRCDIR([import/memmem.c])
-AC_CONFIG_HEADER(config.h:config.in)
+AC_CONFIG_HEADERS([config.h:config.in])
 AC_CONFIG_MACRO_DIRS([import/m4])
 AC_CONFIG_MACRO_DIRS([../config])
 AM_MAINTAINER_MODE
index c5d84f773587b47dd05cabeb11160ba94c36c062..6aa3ceb360b519a904c8abdb8f1a17f09bdc317a 100644 (file)
@@ -31,7 +31,7 @@
 
 AC_INIT(package-unused, version-unused,, libbacktrace)
 AC_CONFIG_SRCDIR(backtrace.h)
-AC_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
 
 if test -n "${with_target_subdir}"; then
   AM_ENABLE_MULTILIB(, ..)
index 4f76b62fcfd477aa42f1f52e7173b4d58a7661da..c27e08e14288ed489e45e23b0c83e009721b47ba 100644 (file)
@@ -205,7 +205,7 @@ dnl AM_PROG_LIBTOOL
 
 dnl When we start using automake:
 dnl AM_CONFIG_HEADER(config.h:config.in)
-AC_CONFIG_HEADER(config.h:config.in)
+AC_CONFIG_HEADERS([config.h:config.in])
 
 dnl When we start using automake:
 dnl AM_MAINTAINER_MODE