automake-patches
[Top][All Lists]
Advanced

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

[FYI] {master} missing: don't bother checking for AM_CONFIG_HEADER: it i


From: Stefano Lattarini
Subject: [FYI] {master} missing: don't bother checking for AM_CONFIG_HEADER: it is gone now
Date: Sun, 27 May 2012 19:06:07 +0200

* missing (autoheader*): Do not look for AM_CONFIG_HEADER when
grepping configure.ac: it is not supported anymore (has been in
fact deleted in commit v1.12-15-gd2ca168 of 2012-04-27, "m4: delete
several obsolete macros").

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/missing |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/missing b/lib/missing
index 9a55648..8905144 100755
--- a/lib/missing
+++ b/lib/missing
@@ -160,7 +160,7 @@ WARNING: '$1' is $msg.  You should only need it if
          you modified 'acconfig.h' or '${configure_ac}'.  You might want
          to install the Autoconf and GNU m4 packages.  Grab them
          from any GNU archive site."
-    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' 
${configure_ac}`
+    files=`sed -n 's/^[ ]*AC_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
     test -z "$files" && files="config.h"
     touch_files=
     for f in $files; do
-- 
1.7.9.5




reply via email to

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