]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/Makefile.am (EXTRA_DIST): remove ltdl-*.test
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 16 Dec 1998 02:31:59 +0000 (02:31 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 16 Dec 1998 02:31:59 +0000 (02:31 +0000)
(clean-local): don't clean libltdl any more
* tests/ltdl-conf.test: removed
* tests/ltdl-inst.test: ditto
* tests/ltdl-make.test: ditto
* tests/ltdl-unst.test: ditto
* tests/mdemo-make.test: updated accordingly
* tests/mdemo-inst.test: ditto
* tests/mdemo-unst.test: ditto
* doc/libtool.texi: ditto

ChangeLog
doc/libtool.texi
tests/Makefile.am
tests/ltdl-conf.test [deleted file]
tests/ltdl-inst.test [deleted file]
tests/ltdl-make.test [deleted file]
tests/ltdl-unst.test [deleted file]
tests/mdemo-inst.test
tests/mdemo-make.test
tests/mdemo-unst.test

index 09e618835d48690b018cafb0083459e2f57824fc..ee607cda4e90a0f3ee526f49dfde4999bdfeac15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 1998-12-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * tests/Makefile.am (EXTRA_DIST): remove ltdl-*.test
+       (clean-local): don't clean libltdl any more
+       * tests/ltdl-conf.test: removed
+       * tests/ltdl-inst.test: ditto
+       * tests/ltdl-make.test: ditto
+       * tests/ltdl-unst.test: ditto
+       * tests/mdemo-make.test: updated accordingly
+       * tests/mdemo-inst.test: ditto
+       * tests/mdemo-unst.test: ditto
+       * doc/libtool.texi: ditto
+
        * ltmain.in (-DSTATIC): changed to -DLIBTOOL_STATIC, and defined
        only for -force-static; it should be removed soon, before people
        start to use it
index 36cf6c8fffe459799aed01001071c3e1a666d5ea..bfe1603904df06ce39627c6492cce689c1648c54 100644 (file)
@@ -2568,23 +2568,6 @@ uninstalled correctly.
 The @file{demo} subdirectory contains a demonstration of a trivial
 package that uses libtool.
 
-@item libltdl-conf.test
-@itemx libltdl-inst.test
-@itemx libltdl-make.test
-@itemx libltdl-unst.test
-@pindex libltdl-conf.test
-@pindex libltdl-inst.test
-@pindex libltdl-make.test
-@pindex libltdl-unst.test
-These programs check to see that the @file{libltdl} subdirectory of the
-libtool distribution can be configured, built, installed, and
-uninstalled correctly.
-
-The @file{libltdl} subdirectory contains the library 'libltdl',
-which provides a dlopen wrapper for various platforms 
-(Linux, Solaris, HP/UX, Win32 etc.) including support for dlpreopened modules
-(@pxref{Dlpreopening}).
-
 @item mdemo-conf.test
 @itemx mdemo-exec.test
 @itemx mdemo-inst.test
@@ -2599,12 +2582,14 @@ These programs check to see that the @file{mdemo} subdirectory of the
 libtool distribution can be configured, built, installed, and
 uninstalled correctly.
 
-The @file{mdemo} subdirectory contains a demonstration of a package that 
-uses libtool and the system independent dlopen wrapper 'libltdl' to load
-modules.
+The @file{mdemo} subdirectory contains a demonstration of a package that
+uses libtool and the system independent dlopen wrapper @file{libltdl} to
+load modules.  The library @file{libltdl} provides an experimental
+dlopen wrapper for various platforms (Linux, Solaris, HP/UX, Win32 etc.) 
+including support for dlpreopened modules (@pxref{Dlpreopening}).
 
 NOTE: The tests @file{mdemo-exec.test} and @file{mdemo-inst.test} are known 
-to fail on platforms that do not support inter-library dependencies.
+to fail on platforms that do not fully support inter-library dependencies.
 
 @item hardcode.test
 @pindex hardcode.test
index 93c92086edd5f77189643a1780ccf4f8acd9500e..1b875071c353f1bfc7c78b82f3c3f44fb67ff423 100644 (file)
@@ -4,8 +4,6 @@ AUTOMAKE_OPTIONS = gnits
 
 TESTS = demo-conf.test demo-make.test demo-exec.test \
        demo-inst.test demo-unst.test hardcode.test \
-       ltdl-conf.test ltdl-make.test ltdl-inst.test \
-       ltdl-unst.test \
        mdemo-conf.test mdemo-make.test mdemo-exec.test \
        mdemo-inst.test mdemo-unst.test \
        link.test link-2.test nomode.test \
@@ -21,5 +19,4 @@ EXTRA_DIST = defs $(TESTS)
 clean-local:
        -test -f ../demo/Makefile && cd ../demo && $(MAKE) distclean
        -test -f ../mdemo/Makefile && cd ../mdemo && $(MAKE) distclean
-       -test -f ../libltdl/Makefile && cd ../libltdl && $(MAKE) distclean
        rm -rf _inst
diff --git a/tests/ltdl-conf.test b/tests/ltdl-conf.test
deleted file mode 100644 (file)
index c2a6727..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-#! /bin/sh
-# ltdl-conf.test - try configuring the ../libltdl subdirectory
-
-# Test script header.
-need_prefix=yes
-if test -z "$srcdir"; then
-  srcdir=`echo "$0" | sed 's%/[^/]*$%%'`
-  test "$srcdir" = "$0" && srcdir=.
-  test "${VERBOSE+set}" != "set" && VERBOSE=yes
-fi
-. $srcdir/defs || exit 1
-
-# Maybe we have a VPATH build, in which case, create a new subdir.
-test -d ../libltdl || mkdir ../libltdl
-
-# Change to our build directory.
-cd ../libltdl || exit 1
-
-# Possibly clean up the distribution.
-if test -f Makefile; then
-  echo "= Running $make distclean in ../libltdl"
-  $make distclean
-fi
-rm -f config.cache
-
-# Configure the demonstration.
-echo "= Configuring in ../libltdl (prefix=$prefix)"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../libltdl/configure --srcdir=$srcdir/../libltdl --prefix=$prefix || exit 1
-
-exit 0
diff --git a/tests/ltdl-inst.test b/tests/ltdl-inst.test
deleted file mode 100644 (file)
index 9661837..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#! /bin/sh
-# ltdl-inst.test - try installing from the ../libltdl subdirectory
-
-# Test script header.
-need_prefix=yes
-if test -z "$srcdir"; then
-  srcdir=`echo "$0" | sed 's%/[^/]*$%%'`
-  test "$srcdir" = "$0" && srcdir=.
-  test "${VERBOSE+set}" != "set" && VERBOSE=yes
-fi
-. $srcdir/defs || exit 1
-
-# Check that things are built.
-if test -f ../libltdl/libltdl.la; then :
-else
-  echo "You must run ltdl-make.test before $0" 1>&2
-  exit 1
-fi
-
-# Change to our build directory.
-cd ../libltdl || exit 1
-
-echo "= Running $make install in ../libltdl"
-$make install || exit 1
-
-exit 0
diff --git a/tests/ltdl-make.test b/tests/ltdl-make.test
deleted file mode 100644 (file)
index bfb26e0..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#! /bin/sh
-# ltdl-make.test - try building in the ../libltdl subdirectory
-
-# Test script header.
-need_prefix=no
-if test -z "$srcdir"; then
-  srcdir=`echo "$0" | sed 's%/[^/]*$%%'`
-  test "$srcdir" = "$0" && srcdir=.
-  test "${VERBOSE+set}" != "set" && VERBOSE=yes
-fi
-. $srcdir/defs || exit 1
-
-if test -f ../libltdl/Makefile; then :
-else
-  echo "You must run ltdl-conf.test before running $0" 1>&2
-  exit 1
-fi
-
-# Change to our build directory.
-cd ../libltdl || exit 1
-
-# Do the actual build.
-echo "Making in ../libltdl"
-$make || exit 1
-exit 0
diff --git a/tests/ltdl-unst.test b/tests/ltdl-unst.test
deleted file mode 100644 (file)
index 4d2c0d1..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-#! /bin/sh
-# ltdl.test - try uninstalling in the ../libltdl subdirectory
-
-# Test script header.
-need_prefix=yes
-if test -z "$srcdir"; then
-  srcdir=`echo "$0" | sed 's%/[^/]*$%%'`
-  test "$srcdir" = "$0" && srcdir=.
-  test "${VERBOSE+set}" != "set" && VERBOSE=yes
-fi
-. $srcdir/defs || exit 1
-
-# Maybe we have a VPATH build, in which case, create a new subdir.
-if test "$prefix/bin/hell"; then :
-else
-  echo "You must run ltdl-inst.test before $0." 1>&2
-  exit 1
-fi
-
-# Change to our build directory.
-cd ../libltdl || exit 1
-
-echo "= Running $make uninstall in ../libltdl"
-$make uninstall || exit 1
-
-# See that there were no files leftover in $prefix.
-# Ignore dotfiles, so that .nfsXXX files don't screw up the test.
-leftovers=`find $prefix ! -type d ! -name '.*' -print`
-if test -n "$leftovers"; then
-  echo "= Leftover after make uninstall:"
-  ls -l $leftovers
-  exit 1
-fi
-
-exit 0
index eb850b2c7491f688a8ec74fab06e0bfad2b704be..e5d307614959bdb4b506b65b7eb90853f9286580 100755 (executable)
@@ -17,13 +17,10 @@ else
   exit 1
 fi
 
-# Check that ltdl is installed.
-if test -f ../libltdl/libltdl.la; then
-  cd ../libltdl || exit 1
-  echo "= Running $make install in ../libltdl"
-  $make install || exit 1
+# Check that things are built.
+if test -f ../libltdl/libltdl.la; then :
 else
-  echo "You must run ltdl-make.test before $0" 1>&2
+  echo "You must build libltdl before $0" 1>&2
   exit 1
 fi
 
index f3ed64eb29333e26599995159ea84e232d5cd2a5..7c79d3b707e922984a54f32f5525d88bdd49020d 100755 (executable)
@@ -13,7 +13,7 @@ fi
 # Check that things are built.
 if test -f ../libltdl/libltdl.la; then :
 else
-  echo "You must run ltdl-make.test before $0" 1>&2
+  echo "You must built libltdl before $0" 1>&2
   exit 1
 fi
 
index 76570d04dd4bb7d2a92a59e2c8365bc31074ac2a..77c5d0ac0eab9fa0648d43c532044c0e337dfd6b 100755 (executable)
@@ -17,12 +17,6 @@ else
   exit 1
 fi
 
-if test -f ../libltdl/libltdl.la; then
-  cd ../libltdl || exit 1
-  echo "= Running $make uninstall in ../libltdl"
-  $make uninstall || exit 1
-fi
-
 # Change to our build directory.
 cd ../mdemo || exit 1