summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2012-10-04 22:54:55 +0700
committerGary V. Vaughan <gary@gnu.org>2012-10-05 16:34:43 +0700
commite24f18306f92f7b31aa20f713924b740c0c850bc (patch)
tree861272e60492d712aab88f7cedffd6c993194e9a /configure.ac
parent1a5b2496799401c736f652704b0f1fa817e21d11 (diff)
downloadlibtool-e24f18306f92f7b31aa20f713924b740c0c850bc.tar.gz
tests: remove last vestiges of the legacy test harness.
All legacy tests have been fully migrated to Autotest, so no need to cling to the legacy scaffolding any more. * tests/defs.m4sh: Delete file. * configure.ac (AM_INIT_AUTOMAKE): Remove unused color-tests and parallel-tests options. * Makefile.am (defs_m4sh, defs_in, defs, TESTS): Remove. Adjust all dependencies. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ae8dc2d8..661b779f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,7 +83,7 @@ echo
dnl These are bootstrap requirements! Once built, libtool may work with
dnl much older releases of autoconf and automake. See release notes.
dnl 1.11 is needed for color-tests, 1.11.1 fixes a security issue.
-AM_INIT_AUTOMAKE([1.11.1 gnu subdir-objects dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11.1 gnu subdir-objects dist-xz])
AM_SILENT_RULES([yes])