[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] autoconf.sh
From: |
Pavel Roskin |
Subject: |
Re: [patch] autoconf.sh |
Date: |
Thu, 21 Sep 2000 09:32:13 -0400 (EDT) |
Hello, Lars!
> - match (\$0, /($pattern)[_A-Za-z0-9]*/)
> + match (\$0, /([_A-Za-z0-9]*($pattern)[_A-Za-z0-9]*)/)
I did consider this change.
The current code is indeed inconsistent. We detect foo_AC_bar but we only
report AC_bar once we find it.
Two solutions:
1. Scan only for macros beginning with $pattern
2. Scan for all macros containing $pattern and fix output.
If we settle for the second solution this patch is exactly what we need.
Regards,
Pavel Roskin