mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* autoconf.sh: Report full macro name for missing macros.
This commit is contained in:
parent
c916e13f94
commit
e6600f6485
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -347,7 +347,7 @@ case $task in
|
||||
# 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
|
||||
}
|
||||
|
@ -347,7 +347,7 @@ case $task in
|
||||
# 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
|
||||
}
|
||||
|
@ -347,7 +347,7 @@ case $task in
|
||||
# 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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user