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

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])