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.
This commit is contained in:
Peter O'Gorman 2010-06-11 14:22:55 -05:00
parent cc051734a3
commit d4558ac9be
3 changed files with 11 additions and 0 deletions

View File

@ -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.

1
THANKS
View File

@ -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

View 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