* autoconf.sh (Looking for bugs): In addition to AC_, match AH_
and AM_.
+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.
# 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
# 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
# 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