]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/old-m4-iface.at: Start of a new test series for m4
authorGary V. Vaughan <gary@gnu.org>
Fri, 30 Sep 2005 00:46:52 +0000 (00:46 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 30 Sep 2005 00:46:52 +0000 (00:46 +0000)
interface backwards compatibility.
* tests/testsuite.at: Use it.
(macrodir): Declare the location of uninstalled libtool m4 macros.
* Makefile.am (TESTSUITE_AT): Depend on it.

ChangeLog
Makefile.am
tests/testsuite.at

index 62dbae42799ca28aed775e9665779df35240b6f5..599d8375f649e3f94f114e521fb4db62b4fce067 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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).
index 7ba1201094a121b0c9270b10486fe4bbb5b7a965..697c18e37d59a4705ee0820de473e85fe6aac500 100644 (file)
@@ -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 \
index 2ac7c931e002e76bf9b466f0219b7a4f7523a8d5..a733a53959e45e7e52f5d1ecf413dca740c7bd52 100644 (file)
@@ -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