Coerce the testsuite into using our Libtool executables, which are
"glibtool" and "glibtoolize".
===================================================================
@@ -33,7 +33,7 @@ lib_LTLIBRARIES = libfoo.la
libfoo_la_SOURCES = foo.c
===================================================================
@@ -27,7 +27,7 @@ m4_ifdef([LT_INIT], [LT_INIT], [AC_PROG_
$AUTOCONF 2>stderr || { cat stderr >&2; exit 1; }
===================================================================
@@ -27,7 +27,7 @@ AC_PROG_LIBTOOL
$AUTOCONF 2>stderr || { cat stderr >&2; exit 1; }
Index: t/ax/am-test-lib.sh
===================================================================
--- t/ax/am-test-lib.sh.orig
@@ -862,6 +862,12 @@ require_tool ()
|| skip_all_ "Microsoft 'lib' utility not available"
+ # Look for MacPorts' "g-" prefixed executables.
+ echo "$me: running g$1 --version"
+ (g$1 --version) </dev/null \
+ || skip_all_ "MacPorts' GNU Libtool not available"
echo "$me: running makedepend -f-"
===================================================================