mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
* m4sugar.m4 (m4_init): Catch `dnl'.
This commit is contained in:
parent
5141d8613b
commit
feec4913d1
@ -1,3 +1,7 @@
|
||||
2000-12-15 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* m4sugar.m4 (m4_init): Catch `dnl'.
|
||||
|
||||
2000-12-15 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* m4sh.sh (AS_ERROR): Restore dnl at the end of the macro.
|
||||
|
@ -1638,4 +1638,5 @@ m4_ifndef([m4_tmpdir],
|
||||
# M4sugar reserves `m4_[A-Za-z0-9_]*'. We'd need \b and +,
|
||||
# but they are not portable.
|
||||
m4_pattern_forbid([^m4_])
|
||||
m4_pattern_forbid([^dnl$])
|
||||
])
|
||||
|
@ -1638,4 +1638,5 @@ m4_ifndef([m4_tmpdir],
|
||||
# M4sugar reserves `m4_[A-Za-z0-9_]*'. We'd need \b and +,
|
||||
# but they are not portable.
|
||||
m4_pattern_forbid([^m4_])
|
||||
m4_pattern_forbid([^dnl$])
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user