mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
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:
parent
cc051734a3
commit
d4558ac9be
@ -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
1
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user