bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] build: use AC_CONFIG_HEADERS, not AM_CONFIG_HEADER


From: Stefano Lattarini
Subject: [PATCH] build: use AC_CONFIG_HEADERS, not AM_CONFIG_HEADER
Date: Sat, 29 Dec 2012 17:32:47 +0100

* configure.ac: Here.  The latter has been removed in Automake 1.13.

Signed-off-by: Stefano Lattarini <address@hidden>
Copyright-paperwork-exempt: yes
---
 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 83109e7..133b56a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-29  Stefano Lattarini  <address@hidden>  (tiny change)
+
+       build: use AC_CONFIG_HEADERS, not AM_CONFIG_HEADER
+       * configure.ac: Here.  The latter has been removed in Automake 1.13.
+
 2012-12-21  Paolo Bonzini  <address@hidden>
 
        * configure.ac: Bump version number.  Replace COPYRIGHT_YEAR.
diff --git a/configure.ac b/configure.ac
index 9d33ec9..c89f368 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with -*- autoconf -*- to produce a 
configure script.
 AC_INIT([GNU sed], 4.2.2, address@hidden, sed)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_SRCDIR([sed/sed.c])
-AM_CONFIG_HEADER(config.h:config_h.in)
+AC_CONFIG_HEADERS(config.h:config_h.in)
 AC_PREREQ(2.60)
 AM_INIT_AUTOMAKE
 
-- 
1.8.1.rc3.27.g3b73c7d




reply via email to

[Prev in Thread] Current Thread [Next in Thread]