mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-15 02:20:10 +08:00
1999-10-02 Akim Demaille <demaille@inf.enst.fr>
* acgeneral.m4: Instead of just undefining eval, format, include and shift, rename them to m4_eval, etc.
This commit is contained in:
parent
ccaec82d1f
commit
d366f0548b
14
acgeneral.m4
14
acgeneral.m4
@ -62,10 +62,16 @@ Install it before installing Autoconf or set the
|
||||
M4 environment variable to its path name.
|
||||
)m4exit(2)])
|
||||
|
||||
undefine([eval])
|
||||
undefine([include])
|
||||
undefine([shift])
|
||||
undefine([format])
|
||||
dnl Some m4 internals have names colliding with tokens we might use.
|
||||
dnl Rename them a` la `m4 --prefix-builtins'.
|
||||
define([m4_prefix],
|
||||
[define([m4_$1], defn([$1]))
|
||||
undefine([$1])])
|
||||
|
||||
m4_prefix([eval])
|
||||
m4_prefix([include])
|
||||
m4_prefix([shift])
|
||||
m4_prefix([format])
|
||||
|
||||
|
||||
dnl ### Defining macros
|
||||
|
@ -62,10 +62,16 @@ Install it before installing Autoconf or set the
|
||||
M4 environment variable to its path name.
|
||||
)m4exit(2)])
|
||||
|
||||
undefine([eval])
|
||||
undefine([include])
|
||||
undefine([shift])
|
||||
undefine([format])
|
||||
dnl Some m4 internals have names colliding with tokens we might use.
|
||||
dnl Rename them a` la `m4 --prefix-builtins'.
|
||||
define([m4_prefix],
|
||||
[define([m4_$1], defn([$1]))
|
||||
undefine([$1])])
|
||||
|
||||
m4_prefix([eval])
|
||||
m4_prefix([include])
|
||||
m4_prefix([shift])
|
||||
m4_prefix([format])
|
||||
|
||||
|
||||
dnl ### Defining macros
|
||||
|
Loading…
Reference in New Issue
Block a user