2000-09-21  Lars J. Aas  <[EMAIL PROTECTED]>

        * autoconf.sh: Report full macro name for missing macros.

Index: autoconf.sh
===================================================================
RCS file: /cvs/autoconf/autoconf.sh,v
retrieving revision 1.89
diff -u -r1.89 autoconf.sh
--- autoconf.sh 2000/09/19 12:35:01     1.89
+++ autoconf.sh 2000/09/21 17:00:17
@@ -344,7 +344,7 @@
       # Dubious feature: we tolerate macro names when commented.
       if (/^[^#]*($pattern)/)
         {
-           match (\$0, /($pattern)[_A-Za-z0-9]*/)
+           match (\$0, /([_A-Za-z0-9]*($pattern)[_A-Za-z0-9]*)/)
            macros [substr (\$0, RSTART, RLENGTH)] = oline
            some_macros_were_not_expanded = 1
         }
_______________________________________________
Autoconf mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/autoconf

Reply via email to