1999-10-31 Akim Demaille <akim@epita.fr>

* autoconf.sh (Looking for bugs): In addition to AC_, match AH_
	and AM_.
This commit is contained in:
Akim Demaille 1999-12-20 12:10:47 +00:00
parent 0716d22ed3
commit de65ecc7bb
4 changed files with 8 additions and 3 deletions

View File

@ -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.

View 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

View 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

View 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