diff options
author | Stepan Kasal <kasal@ucw.cz> | 2007-05-16 09:42:25 +0000 |
---|---|---|
committer | Stepan Kasal <kasal@ucw.cz> | 2007-05-16 09:42:25 +0000 |
commit | 1075b52a96f9a6feb64a7c9f6078ea601aaad661 (patch) | |
tree | 18a5e36b7d88a4a9f9441887fdc0a42f26bc16d1 /tests/foreign.at | |
parent | d15e584f466d338943b9d96050e9c9a38467e584 (diff) | |
download | autoconf-1075b52a96f9a6feb64a7c9f6078ea601aaad661.tar.gz |
* tests/foreign.at tests/semantics.at, tests/tools.at: Remove
parameters for AT_CLEANUP.
* tests/local.at (AT_CHECK_AU_MACRO): Likewise.
Diffstat (limited to 'tests/foreign.at')
-rw-r--r-- | tests/foreign.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/foreign.at b/tests/foreign.at index c22dc9c1..dac71d1e 100644 --- a/tests/foreign.at +++ b/tests/foreign.at @@ -91,4 +91,4 @@ AT_CHECK_AUTOCONF([], [], [], [ignore]) # But the script executes properly. AT_CHECK_CONFIGURE([], [], [], [ignore]) -AT_CLEANUP(install-sh ltconfig libtool at-path ltmain.sh config.guess config.sub) +AT_CLEANUP |