]> granicus.if.org Git - graphviz/commitdiff
for cvs builds on Macs - use glibtoolize from MacPorts
authorellson <devnull@localhost>
Thu, 19 Feb 2009 15:54:11 +0000 (15:54 +0000)
committerellson <devnull@localhost>
Thu, 19 Feb 2009 15:54:11 +0000 (15:54 +0000)
autogen.sh

index 22497973a8f1988ba8991282ab25c8abe4caa029..78e49bfb62923c94d8531d8eaef94d2baf84f127 100755 (executable)
@@ -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