> This patch does two things that should only be Darwin specific: > - Call apr-config and apu-config to determine the link information > for the requisite libraries so that they can be self-contained. > - Modifies the libphp4.bundle target to allow linking with libtool. > Since ap{ru}-config *may* print out information requiring libtool > to link (i.e. libexpat.la as a dependency), this makes more sense > to me.
I have been quite happy to have finally got rid of libtool on our links, however! I'd much prefer committing the rest of your patch and waiting for the first bug report about libtool-specific dependencies. The problem is that while linking with libtool might work with the Apple-supplied glibtool, it doesn't with a fresh GNU 1.4.x one. This means that running buildconf (with your other patch) would become mandatory on Darwin, even for end users. Me not like. Again, I throw the ball in your court -- it seems entirely possible to me to get the *real* dependencies figured out when building ap{ru}-config. --Marko -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php