>From d4558ac9bee7bde487ea982c28771d43a610d4fc Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Fri, 11 Jun 2010 14:22:55 -0500 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ THANKS | 1 + tests/bindir.at | 3 +++ 3 files changed, 11 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 48b26f8..823c6d3 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 dc61c43..08445f1 100644 --- a/THANKS +++ b/THANKS @@ -130,6 +130,7 @@ Marcel Loose address@hidden Mark Kettenis address@hidden Matthijs Kooijman address@hidden + Micheal E. Faenza address@hidden Michael Haubenwallner address@hidden Mike Gorchak address@hidden Mike Frysinger address@hidden diff --git a/tests/bindir.at b/tests/bindir.at index e49853d..40e67cc 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 -- 1.7.0.1