]> granicus.if.org Git - graphviz/commitdiff
What a mess!!!
authorellson <devnull@localhost>
Mon, 16 Feb 2009 20:38:40 +0000 (20:38 +0000)
committerellson <devnull@localhost>
Mon, 16 Feb 2009 20:38:40 +0000 (20:38 +0000)
autogen.sh

index 73469bf9346c1c358abdf88fff4887a889c2e64e..22497973a8f1988ba8991282ab25c8abe4caa029 100755 (executable)
@@ -3,6 +3,9 @@
 # autoregen doesn't run libtoolize with --ltdl on older systems, so force it
 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
 fi