From: Gary V. Vaughan Date: Fri, 30 Sep 2005 00:46:52 +0000 (+0000) Subject: * tests/old-m4-iface.at: Start of a new test series for m4 X-Git-Tag: release-2-1b~486 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f89a87c914a7754a96ee1d235dcfb3f903055a7;p=thirdparty%2Flibtool.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 62dbae427..599d8375f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-09-30 Gary V. Vaughan + + * 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 (tiny change) * tests/early-libtool.at (Makefile.in): Set $(SHELL). diff --git a/Makefile.am b/Makefile.am index 7ba120109..697c18e37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -470,6 +470,7 @@ TESTSUITE_AT = tests/testsuite.at \ 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 \ diff --git a/tests/testsuite.at b/tests/testsuite.at index 2ac7c931e..a733a5395 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -22,9 +22,11 @@ m4_divert_push([PREPARE_TESTS])dnl : ${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 @@ -96,6 +98,8 @@ m4_include([inherited_flags.at]) 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