+2005-09-30 Gary V. Vaughan <gary@gnu.org>
+
+ * tests/old-m4-iface.at: Start of a new test series for m4
+ interface backwards compatibility.
+ * tests/testsuite.at: Use it.
+ (macrodir): Declare the location of uninstalled libtool m4 macros.
+ * Makefile.am (TESTSUITE_AT): Depend on it.
+
2005-09-29 Tim Rice <tim@multitalents.net> (tiny change)
* tests/early-libtool.at (Makefile.in): Set $(SHELL).
tests/duplicate_members.at \
tests/inherited_flags.at \
tests/libtoolize.at \
+ tests/old-m4-iface.at \
tests/standalone.at \
tests/stresstest.at \
tests/link-order.at \
: ${LIBTOOLIZE="${abs_top_builddir}/libtoolize"}
: ${LIBTOOL="${abs_top_builddir}/libtool"}
: ${ACLOCAL=aclocal}
+: ${AUTOHEADER=autoheader}
: ${AUTOCONF=autoconf}
: ${AUTORECONF=autoreconf}
-export LIBTOOLIZE LIBTOOL ACLOCAL AUTOCONF AUTORECONF
+export LIBTOOLIZE LIBTOOL ACLOCAL AUTOHEADER AUTOCONF AUTORECONF
+macrodir="$abs_top_srcdir/libltdl/m4"
eval `$LIBTOOL --config | grep ^EGREP=`
eval `$LIBTOOL --config | $EGREP '^(host|host_os|build)='`
m4_divert_pop([PREPARE_TESTS])dnl
m4_include([convenience.at])
# link order test
m4_include([link-order.at])
+# Ensure our continued support for old interfaces.
+m4_include([old-m4-iface.at])
# Torturing subdir-objects builds
m4_include([am-subdir.at])
# standalone libltdl compilation