autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] autoconf.sh


From: Lars J. Aas
Subject: [patch] autoconf.sh
Date: Thu, 21 Sep 2000 19:03:22 +0200

2000-09-21  Lars J. Aas  <address@hidden>

        * 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
         }


reply via email to

[Prev in Thread] Current Thread [Next in Thread]