# HG changeset patch # User Karl Berry # Date 1338223356 25200 # Node ID 360d4007c14f54fca6e70b58877acc57ff759acb # Parent 5506fcb5e1402fe3990c8485af6e98318a4e6fca autoupdate diff --git a/build-aux/missing b/build-aux/missing --- a/build-aux/missing +++ b/build-aux/missing @@ -1,7 +1,7 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2012-01-06.18; # UTC +scriptversion=2012-05-23.18; # UTC # Copyright (C) 1996-2012 Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. @@ -160,7 +160,9 @@ 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 -e 's/^[ ]*AC_CONFIG_HEADER(\([^)]*\)).*/\1/p' \ + -e 's/^[ ]*AC_CONFIG_HEADERS(\([^)]*\)).*/\1/p' \ + ${configure_ac}` test -z "$files" && files="config.h" touch_files= for f in $files; do