summaryrefslogtreecommitdiff
path: root/tests/atlocal.in
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2014-11-27 12:45:44 +0000
committerGary V. Vaughan <gary@gnu.org>2014-11-27 12:45:44 +0000
commitbb68bc18379fb91f9ea39a5bb4870a05e1f7516a (patch)
tree8d7fed0ef0c656e5a97698540ccdc11dfd4138b7 /tests/atlocal.in
parent64a09a29e335b68d1996d36c95cd95a1f85b2bcf (diff)
downloadm4-bb68bc18379fb91f9ea39a5bb4870a05e1f7516a.tar.gz
modules: clean up no-longer supported preloading references.
* doc/m4.texi: Remove references to preloaded modules. * configure.ac (Preloaded module configuration): Remove. * Makefile.am (src_m4_LDFLAGS): Remove. DLPREOPEN no longer set. (src_m4_DEPENDENCIES): Remove PREOPEN_DEPENDENCIES reference. * tests/atlocal.in (DYNAMIC_MODULES): Remove. * tests/testsuite.at (AT_CHECK_DYNAMIC_MODULE): Remove. * tests/builtins.at, tests/modules.at: Remove references to removed AT_CHECK_DYNAMIC_MODULE. * tests/generate.awk: Don't generate AT_CHECK_DYNAMIC_MODULE calls. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r--tests/atlocal.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 119898e1..84cd9ea7 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -21,7 +21,6 @@
# Some tests cannot be performed with all the configurations.
USE_GMP=@USE_GMP@
-DYNAMIC_MODULES=@DYNAMIC_MODULES@
# Prefer tools learned during configure.
SED='@SED@'