RESOLVED FIXED 17007
[GTK] autogen.sh attempts to use "libtoolize" on the Mac
https://bugs.webkit.org/show_bug.cgi?id=17007
Summary [GTK] autogen.sh attempts to use "libtoolize" on the Mac
Mark Rowe (bdash)
Reported 2008-01-25 07:53:55 PST
On Mac OS X, libtool and libtoolize are named glibtool and glibtoolize to prevent conflicts with the system's libtool program which does something different. autogen.sh should be aware of this and attempt to use glibtoolize if on the Mac, or perhaps if libtoolize doesn't exist.
Attachments
Patch (2.50 KB, patch)
2008-01-26 02:10 PST, Mark Rowe (bdash)
alp: review+
Alp Toker
Comment 1 2008-01-25 08:42:24 PST
A relevant thread for another project: http://osdir.com/ml/java.classpath.patches/2005-09/msg00023.html I didn't quite understand the conclusion.. This looks like an OK fix to me for now: libtoolize --force || glibtoolize --force || exit $?
Mark Rowe (bdash)
Comment 2 2008-01-26 02:10:40 PST
Mark Rowe (bdash)
Comment 3 2008-01-26 04:53:35 PST
Landed in r29807.
Note You need to log in before you can comment on or make changes to this bug.