mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
Partial m4sugar merge from autoconf: builtins, version.m4.
* data/m4sugar/m4sugar.m4 (changeword): Nuke. (m4_prepend): Remove, as it is unused and inherently quadratic, whereas m4_append is linear in newer m4. (m4_mkstemp): New builtin. (m4_symbols): Make rename conditional. (m4_version_prereq): Ensure fatal error if used in bison, which intentionally lacks version.m4. Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
2008-08-05 Eric Blake <ebb9@byu.net>
|
||||
|
||||
Partial m4sugar merge from autoconf: builtins, version.m4.
|
||||
* data/m4sugar/m4sugar.m4 (changeword): Nuke.
|
||||
(m4_prepend): Remove, as it is unused and inherently quadratic,
|
||||
whereas m4_append is linear in newer m4.
|
||||
(m4_mkstemp): New builtin.
|
||||
(m4_symbols): Make rename conditional.
|
||||
(m4_version_prereq): Ensure fatal error if used in bison, which
|
||||
intentionally lacks version.m4.
|
||||
|
||||
Fix comments in m4sugar.
|
||||
* data/m4sugar/m4sugar.m4: Comment changes, borrowed from autoconf.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user