public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] autoupdate: replace obsolete macros AC_CONFIG_HEADER
@ 2024-06-09 23:06 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2024-06-09 23:06 UTC (permalink / raw)
  To: binutils-cvs, gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bb85488e6f502ae7c3e8ddf2a9e9058a85d7e887

commit bb85488e6f502ae7c3e8ddf2a9e9058a85d7e887
Author: Matthieu Longo <matthieu.longo@arm.com>
Date:   Tue May 28 10:49:44 2024 +0100

    autoupdate: replace obsolete macros AC_CONFIG_HEADER
    
    - 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

Diff:
---
 gdbsupport/configure.ac   | 2 +-
 gnulib/configure.ac       | 2 +-
 libbacktrace/configure.ac | 2 +-
 libiberty/configure.ac    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gdbsupport/configure.ac b/gdbsupport/configure.ac
index 80e24eac479..d0187f84d12 100644
--- a/gdbsupport/configure.ac
+++ b/gdbsupport/configure.ac
@@ -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
diff --git a/gnulib/configure.ac b/gnulib/configure.ac
index 66a35911bca..8ee8689a9f0 100644
--- a/gnulib/configure.ac
+++ b/gnulib/configure.ac
@@ -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
diff --git a/libbacktrace/configure.ac b/libbacktrace/configure.ac
index c5d84f77358..6aa3ceb360b 100644
--- a/libbacktrace/configure.ac
+++ b/libbacktrace/configure.ac
@@ -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(, ..)
diff --git a/libiberty/configure.ac b/libiberty/configure.ac
index 4f76b62fcfd..c27e08e1428 100644
--- a/libiberty/configure.ac
+++ b/libiberty/configure.ac
@@ -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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-09 23:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-09 23:06 [binutils-gdb] autoupdate: replace obsolete macros AC_CONFIG_HEADER Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).