>>>>> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes:
>>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Akim> Well, you are right, it is new that they are being renamed,
Akim> before they were just removed :)
Tom> Is this going to break a configure.in that uses
Tom> sinclude(some-file)? Believe it or not, there are configure.in's
Tom> like that around here :-(
Hm...
2.13:
undefine([eval])
undefine([include])
undefine([shift])
undefine([format])
CVS:
m4_rename([eval], [m4_eval])
m4_rename([shift], [m4_shift])
m4_rename([format], [m4_format])
# Stuff about m4_s?include
undefine([include])
undefine([sinclude])
Gasps. Yes it would. Groumph. What is the need which requires sinclude?
I can AU it, what do you think?