mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Really add m4sugar to the repo.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
* data/bison.c++: Adjust to the M4 back end.
|
||||
More is certainly needed.
|
||||
|
||||
|
||||
2002-02-05 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Give a try to M4 as a back end.
|
||||
@@ -41,7 +40,6 @@
|
||||
* data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
|
||||
shamelessly stolen from CVS Autoconf.
|
||||
|
||||
|
||||
2002-02-05 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
|
||||
|
||||
1796
data/m4sugar/m4sugar.m4
Normal file
1796
data/m4sugar/m4sugar.m4
Normal file
File diff suppressed because it is too large
Load Diff
9
data/m4sugar/version.m4
Normal file
9
data/m4sugar/version.m4
Normal file
@@ -0,0 +1,9 @@
|
||||
# This file is part of -*- Autoconf -*-.
|
||||
# Version of Autoconf.
|
||||
# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
|
||||
m4_define([m4_PACKAGE_NAME], [GNU Autoconf])
|
||||
m4_define([m4_PACKAGE_TARNAME], [autoconf])
|
||||
m4_define([m4_PACKAGE_VERSION], [2.52h])
|
||||
m4_define([m4_PACKAGE_STRING], [GNU Autoconf 2.52h])
|
||||
m4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])
|
||||
Reference in New Issue
Block a user