]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-10-31 Akim Demaille <akim@epita.fr>
authorAkim Demaille <akim@epita.fr>
Mon, 20 Dec 1999 12:10:47 +0000 (12:10 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 20 Dec 1999 12:10:47 +0000 (12:10 +0000)
* autoconf.sh (Looking for bugs): In addition to AC_, match AH_
and AM_.

ChangeLog
autoconf.in
autoconf.sh
bin/autoconf.in

index 70186975967c8d66a88c394e8b2b2abb1649e769..014f35b8d46989a5eb38aa9b9a8418f1ee1f1c4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-10-31  Akim Demaille  <akim@epita.fr>
+
+       * autoconf.sh (Looking for bugs): In addition to AC_, match AH_
+       and AM_.
+
 1999-10-31  Akim Demaille  <akim@epita.fr>
 
        Provide the m4 infrastructure for defining AH_ hooks.
index afea20b2963fbb248f7501df7c764ad39709d0cb..c7ce4ba336a31420177115a45ff60e42d4ef0aa2 100644 (file)
@@ -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
index afea20b2963fbb248f7501df7c764ad39709d0cb..c7ce4ba336a31420177115a45ff60e42d4ef0aa2 100644 (file)
@@ -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
index afea20b2963fbb248f7501df7c764ad39709d0cb..c7ce4ba336a31420177115a45ff60e42d4ef0aa2 100644 (file)
@@ -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