From: Akim Demaille Date: Mon, 20 Dec 1999 12:10:47 +0000 (+0000) Subject: 1999-10-31 Akim Demaille X-Git-Tag: autoconf-2.50~1313 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de65ecc7bb35da6b63d970da3803ff27b7b3420c;p=thirdparty%2Fautoconf.git 1999-10-31 Akim Demaille * autoconf.sh (Looking for bugs): In addition to AC_, match AH_ and AM_. --- diff --git a/ChangeLog b/ChangeLog index 701869759..014f35b8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-10-31 Akim Demaille + + * autoconf.sh (Looking for bugs): In addition to AC_, match AH_ + and AM_. + 1999-10-31 Akim Demaille Provide the m4 infrastructure for defining AH_ hooks. diff --git a/autoconf.in b/autoconf.in index afea20b29..c7ce4ba33 100644 --- a/autoconf.in +++ b/autoconf.in @@ -137,7 +137,7 @@ $M4 -I$AC_MACRODIR $use_localdir $r autoconf.m4$f $infile > $tmpout || # You could add your own prefixes to pattern if you wanted to check for # them too, e.g. pattern='\(AC_\|ILT_\)', except that UNIX sed doesn't do # alternation. -pattern="AC_" +pattern="A[CHM]_" status=0 if grep "^[^#]*${pattern}" $tmpout > /dev/null 2>&1; then diff --git a/autoconf.sh b/autoconf.sh index afea20b29..c7ce4ba33 100644 --- a/autoconf.sh +++ b/autoconf.sh @@ -137,7 +137,7 @@ $M4 -I$AC_MACRODIR $use_localdir $r autoconf.m4$f $infile > $tmpout || # You could add your own prefixes to pattern if you wanted to check for # them too, e.g. pattern='\(AC_\|ILT_\)', except that UNIX sed doesn't do # alternation. -pattern="AC_" +pattern="A[CHM]_" status=0 if grep "^[^#]*${pattern}" $tmpout > /dev/null 2>&1; then diff --git a/bin/autoconf.in b/bin/autoconf.in index afea20b29..c7ce4ba33 100644 --- a/bin/autoconf.in +++ b/bin/autoconf.in @@ -137,7 +137,7 @@ $M4 -I$AC_MACRODIR $use_localdir $r autoconf.m4$f $infile > $tmpout || # You could add your own prefixes to pattern if you wanted to check for # them too, e.g. pattern='\(AC_\|ILT_\)', except that UNIX sed doesn't do # alternation. -pattern="AC_" +pattern="A[CHM]_" status=0 if grep "^[^#]*${pattern}" $tmpout > /dev/null 2>&1; then