* tests/libtool.test: New file.
+2001-06-15 Tom Tromey <tromey@redhat.com>
+
+ * tests/Makefile.am (TESTS): Added libtool.test.
+ * tests/libtool.test: New file.
+
2001-06-14 Tom Tromey <tromey@redhat.com>
Fix some lisp bugs reported by Bruno Haible:
libobj9.test \
libobj10.test \
library.test \
+libtool.test \
link_c_cxx.test \
link_f_c.test \
link_f_c_cxx.test \
libobj9.test \
libobj10.test \
library.test \
+libtool.test \
link_c_cxx.test \
link_f_c.test \
link_f_c_cxx.test \
--- /dev/null
+#! /bin/sh
+
+# Make sure libtool is removed.
+# Report from Kevin Dalley
+
+. $srcdir/defs || exit 1
+
+cat >> configure.in << 'END'
+AC_LIBTOOL_DLOPEN
+AC_DISABLE_SHARED
+AC_PROG_LIBTOOL
+AC_SUBST(LIBTOOL_DEPS)
+END
+
+: > Makefile.am
+
+: > ltmain.sh
+: > config.guess
+: > config.sub
+
+$ACLOCAL || exit 1
+$AUTOMAKE || exit 1
+
+grep 'rm -f libtool' Makefile.in