From c84ff93e4f7337069a4c0f50bc78f93543a924f6 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 25 Aug 2016 12:40:02 +0200 Subject: [PATCH] Anticipate Mac OS X glibtoolize --- src/test/tpkg/setup-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/tpkg/setup-env.sh b/src/test/tpkg/setup-env.sh index ad43c879..18cdfbeb 100755 --- a/src/test/tpkg/setup-env.sh +++ b/src/test/tpkg/setup-env.sh @@ -13,7 +13,7 @@ then fi if [ ! -f "${SRCROOT}/libtool" ] then - (cd "${SRCROOT}"; libtoolize -fic) + (cd "${SRCROOT}"; (glibtoolize -fic || libtoolize -fic)) fi if [ ! -f "${SRCROOT}/configure" ] then