]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoconf.sh: Proprerly report names of unexpanded macros that
authorAkim Demaille <akim@epita.fr>
Mon, 11 Sep 2000 07:16:34 +0000 (07:16 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 11 Sep 2000 07:16:34 +0000 (07:16 +0000)
begin with an underscore

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

index 1c598788cd2a078a8994b064280d033b78894e6e..448d3b2d3bdcf3f7c80c54b0c2c0254807213c66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 3e7aa8f4a26f169fb6723d793f8ad13d6c7594ee..ae79c6a2c660e30c8e68c7dcb508c82f3333c3e2 100644 (file)
@@ -301,7 +301,7 @@ case $task in
 
   # 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
index 3e7aa8f4a26f169fb6723d793f8ad13d6c7594ee..ae79c6a2c660e30c8e68c7dcb508c82f3333c3e2 100644 (file)
@@ -301,7 +301,7 @@ case $task in
 
   # 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
index 3e7aa8f4a26f169fb6723d793f8ad13d6c7594ee..ae79c6a2c660e30c8e68c7dcb508c82f3333c3e2 100644 (file)
@@ -301,7 +301,7 @@ case $task in
 
   # 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