Re: [PHP-DEV] [PATCH] Prefer glibtool over libtool (resend)

2002-05-12 Thread Marko Karppinen
> (This is a resend of an earlier patch.) > > It switches to preferring glibtool over libtool so that we can > correctly run buildconf on Darwin. Since Darwin comes with a libtool > but not the GNU libtool, we should try glibtool first. Since libtool > exists, we don't look for glibtool and the

[PHP-DEV] [PATCH] Prefer glibtool over libtool (resend)

2002-05-12 Thread Justin Erenkrantz
(This is a resend of an earlier patch.) It switches to preferring glibtool over libtool so that we can correctly run buildconf on Darwin. Since Darwin comes with a libtool but not the GNU libtool, we should try glibtool first. Since libtool exists, we don't look for glibtool and then when we tr