From: Stefano Lattarini Date: Sun, 27 May 2012 17:05:14 +0000 (+0200) Subject: missing: don't bother checking for AM_CONFIG_HEADER: it is gone now X-Git-Tag: v1.12b~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ad470b671fdbdefe59ed60a1a5aa642c93d30c0;p=thirdparty%2Fautomake.git 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 --- 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