[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Mar 4 15:43:40 PST 2015


 autogen.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6763e21afb77b250ad4416ff921d46c63ea12443
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Mar 4 15:43:05 2015 -0800

    Accept glibtoolize as libtoolize
    
    Of course, we don't really run it, autoreconf does.  We just
    err if neither is available.  glibtoolize is the name it is
    shipped under on OS X.  Reported by Adam.

diff --git a/autogen.sh b/autogen.sh
index a81d2aa..ee980cf 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,7 +20,7 @@ which pkg-config || {
 }
 
 echo -n "checking for libtoolize... "
-which libtoolize || {
+which glibtoolize libtoolize || {
 	echo "*** No libtoolize (libtool) found, please install it ***"
 	exit 1
 }


More information about the HarfBuzz mailing list