Really add m4sugar to the repo.

This commit is contained in:
Akim Demaille
2002-02-05 10:13:16 +00:00
parent 3f3eed2770
commit ea6cfe9ebd
3 changed files with 1805 additions and 2 deletions

View File

@@ -3,7 +3,6 @@
* data/bison.c++: Adjust to the M4 back end. * data/bison.c++: Adjust to the M4 back end.
More is certainly needed. More is certainly needed.
2002-02-05 Akim Demaille <akim@epita.fr> 2002-02-05 Akim Demaille <akim@epita.fr>
Give a try to M4 as a back end. Give a try to M4 as a back end.
@@ -41,7 +40,6 @@
* data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New, * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
shamelessly stolen from CVS Autoconf. shamelessly stolen from CVS Autoconf.
2002-02-05 Akim Demaille <akim@epita.fr> 2002-02-05 Akim Demaille <akim@epita.fr>
* lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version. * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.

1796
data/m4sugar/m4sugar.m4 Normal file

File diff suppressed because it is too large Load Diff

9
data/m4sugar/version.m4 Normal file
View 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])