Re: [patch] autoconf.sh

2000-09-28 Thread Akim Demaille
| On Sep 21, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> wrote: | > * autoconf.sh: Report full macro name for missing macros. | | Ok, except that | | > - match (\$0, /($pattern)[_A-Za-z0-9]*/) | > + match (\$0, /([_A-Za-z0-9]*($pattern)[_A-Za-z0-9]*)/) |

Re: [patch] autoconf.sh

2000-09-27 Thread Alexandre Oliva
On Sep 21, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> wrote: > * autoconf.sh: Report full macro name for missing macros. Ok, except that > - match (\$0, /($pattern)[_A-Za-z0-9]*/) > + match (\$0, /([_A-Za-z0-9]*($pattern)[_A-Za-z0-9]*)/)

[patch] autoconf.sh

2000-09-21 Thread Lars J. Aas
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 --- auto