From: ellson Date: Thu, 19 Feb 2009 15:54:11 +0000 (+0000) Subject: for cvs builds on Macs - use glibtoolize from MacPorts X-Git-Tag: LAST_LIBGRAPH~32^2~2454 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6a987a817c58be367c8d4ca863a4c4bc44d6f5a;p=graphviz for cvs builds on Macs - use glibtoolize from MacPorts --- diff --git a/autogen.sh b/autogen.sh index 22497973a..78e49bfb6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,10 +4,7 @@ if test -x /usr/bin/libtoolize; then /usr/bin/libtoolize --copy --force --ltdl elif test -x /opt/local/bin/glibtoolize; then - # Mac OSx is such a mess!!! - /opt/local/bin/glibtoolize --copy --force --ltdl -elif test -x /usr/bin/glibtoolize; then - /usr/bin/glibtoolize --copy --force --ltdl + export LIBTOOLIZE=/opt/local/bin/glibtoolize fi autoreconf -v --install --force || exit 1