+2000-09-11 Pavel Roskin <proski@gnu.org>
+
+ * autoconf.sh: Proprerly report names of unexpanded macros that
+ begin with an underscore
+
2000-09-11 Pavel Roskin <proski@gnu.org>
* doc/autoconf.texi (Preset Output Variables): Correctly specify
# You can add your own prefixes to pattern if you want to check for
# them too.
- pattern="A[CHM]_|m4_"
+ pattern="_?A[CHM]_|m4_"
if test "x$outfile" != x-; then
chmod +x $outfile
# You can add your own prefixes to pattern if you want to check for
# them too.
- pattern="A[CHM]_|m4_"
+ pattern="_?A[CHM]_|m4_"
if test "x$outfile" != x-; then
chmod +x $outfile
# You can add your own prefixes to pattern if you want to check for
# them too.
- pattern="A[CHM]_|m4_"
+ pattern="_?A[CHM]_|m4_"
if test "x$outfile" != x-; then
chmod +x $outfile