These had their latest update more than three years ago, so there may
be even more issues. Since the config project[1] does not have any
versioning, we're grabbing the most recent HEAD.
[1] <http://git.savannah.gnu.org/gitweb/?p=config.git;a=summary>
If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm.
http://www.gnu.org/software/libtool/news.html
* Diagnose and warn about not-quite-working combinations of gcc and ld on Solaris.
* Improved OpenBSD support.
* Improved cygwin support.
* Bugfixes.
Examples on how to test:
./configure --with-xml static
./configure --with-xml=/opt static
./configure --with-xml=shared shared
./configure --with-xml=shared,/opt shared
The difference between these two is that when the extension is shared, it
is not merged into libphpext.a. The shared extension is currently always
built. I can't find a way to do just one or the other with automake/libtool,
if someone has a clever idea, please come forward. :-)
"make install" installs the .so (as well as a lot of other cruft) in
$prefix/lib/php.