]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Skip bindir install test if we're not building shared.
authorPeter O'Gorman <peter@pogma.com>
Fri, 11 Jun 2010 19:22:55 +0000 (14:22 -0500)
committerPeter O'Gorman <peter@pogma.com>
Fri, 11 Jun 2010 19:39:31 +0000 (14:39 -0500)
* tests/bindir.at: Skip install test if necessary.
* THANKS: Update.
Report by Michael E Faenza.

ChangeLog
THANKS
tests/bindir.at

index 48b26f831dbc89b3fbb1cc583b3dc780cb17f6fe..823c6d344b3793df54bb726d9a592fe939f09257 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-06-11  Peter O'Gorman  <peter@pogma.com>
+
+       Skip bindir install test if we're not building shared.
+       * tests/bindir.at: Skip install test if necessary.
+       * THANKS: Update.
+       Report by Michael E Faenza.
+
 2010-06-11  Gary V. Vaughan  <gary@gnu.org>
 
        Use getopt.m4sh to generate libtoolize option parser.
diff --git a/THANKS b/THANKS
index dc61c4330588cf2bc0ad4ad13a9acf0eae7de4f6..08445f1a88ee80dc6cba926a552a30974fac4223 100644 (file)
--- a/THANKS
+++ b/THANKS
   Marcel Loose                 loose@astron.nl
   Mark Kettenis                        kettenis@phys.uva.nl
   Matthijs Kooijman            matthijs@stdin.nl
+  Micheal E. Faenza            mfaenza@mitre.org
   Michael Haubenwallner                michael.haubenwallner@salomon.at
   Mike Gorchak                 mike@malva.ua
   Mike Frysinger               vapier@gentoo.org
index e49853da2a342753d56d274a3349fd5778a766bd..40e67ccb93ea5501874ce445b712aa04e0e56e17 100644 (file)
@@ -198,6 +198,9 @@ case "$host_os" in
     ;;
 esac
 
+eval "`$LIBTOOL --config | grep '^build_libtool_libs='`"
+AT_CHECK([test "$build_libtool_libs" = yes || (exit 77)])
+
 ####
 # These routines save the PATH before a test and restore it after,
 # prepending a chosen directory to the path on the platforms where