]> git.ipfire.org Git - thirdparty/autoconf.git/commit
* tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
authorAkim Demaille <akim@epita.fr>
Tue, 13 Nov 2001 14:43:50 +0000 (14:43 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 13 Nov 2001 14:43:50 +0000 (14:43 +0000)
commit9b4635b1cb6ebb99648900838d7e0aa9e33d0273
treed6794b422d0080e8fec7810c0f81ddbbb48e278a
parent2b882015914c1e802a44d2fe59e154c0470b0b73
* tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
(AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
(AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
option.
(AT_CHECK_CONFIGURE): Use absolute paths.
(_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
The problem is still the old one: there is no means in M4 (that I
know about) to create a defining macro, because there is no means
to create `$1' etc., therefore, the defining macro ``swallows''
all the arguments meant to the defined macro.
ChangeLog
tests/atspecific.m4