From: Peter O'Gorman Date: Fri, 11 Jun 2010 19:22:55 +0000 (-0500) Subject: Skip bindir install test if we're not building shared. X-Git-Tag: v2.4~160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4558ac9bee7bde487ea982c28771d43a610d4fc;p=thirdparty%2Flibtool.git 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. --- diff --git a/ChangeLog b/ChangeLog index 48b26f831..823c6d344 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-06-11 Peter O'Gorman + + 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 Use getopt.m4sh to generate libtoolize option parser. diff --git a/THANKS b/THANKS index dc61c4330..08445f1a8 100644 --- a/THANKS +++ b/THANKS @@ -130,6 +130,7 @@ 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 diff --git a/tests/bindir.at b/tests/bindir.at index e49853da2..40e67ccb9 100644 --- a/tests/bindir.at +++ b/tests/bindir.at @@ -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