* tests/bindir.at: Skip install test if necessary.
* THANKS: Update.
Report by Michael E Faenza.
+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.
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
;;
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