+2000-09-27 Lars J. Aas <larsa@sim.no>
+
+ * autoconf.sh: Report full macro name for missing macros.
+
2000-09-27 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* autoheader.sh: Fix trap (EXIT) status.
# 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
}
# 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
}
# 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
}