]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/Makefile.am (TESTS): Added libtool.test.
authorTom Tromey <tromey@redhat.com>
Fri, 15 Jun 2001 17:33:48 +0000 (17:33 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 15 Jun 2001 17:33:48 +0000 (17:33 +0000)
* tests/libtool.test: New file.

ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/libtool.test [new file with mode: 0755]

index d429a05eb5322a6a8f6812924b8345c6f7b5e109..da15d5d27ef00edab4b7d7cd1cc689aade453db8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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:
index 108216dec0a484073606b6f6b9396db42d8585cd..6d99e3368c23fed35c3b607a95ad4d0d89c567a5 100644 (file)
@@ -167,6 +167,7 @@ libobj8.test \
 libobj9.test \
 libobj10.test \
 library.test \
+libtool.test \
 link_c_cxx.test        \
 link_f_c.test \
 link_f_c_cxx.test \
index 420a16fd14818f29473f46ef1ce96f8e17151ed9..3233386058f536292a48ead05b8a89d4b038e7bd 100644 (file)
@@ -233,6 +233,7 @@ libobj8.test \
 libobj9.test \
 libobj10.test \
 library.test \
+libtool.test \
 link_c_cxx.test        \
 link_f_c.test \
 link_f_c_cxx.test \
diff --git a/tests/libtool.test b/tests/libtool.test
new file mode 100755 (executable)
index 0000000..03cc5b9
--- /dev/null
@@ -0,0 +1,24 @@
+#! /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