From 8ad470b671fdbdefe59ed60a1a5aa642c93d30c0 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 27 May 2012 19:05:14 +0200 Subject: [PATCH] missing: don't bother checking for AM_CONFIG_HEADER: it is gone now * 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 --- lib/missing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/missing b/lib/missing index 9a5564823..890514460 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 -- 2.47.2