Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | Update config.guess to latest GPLv2 upstream version | Ard Biesheuvel | 2013-02-05 | 1 | -247/+258 |
| | | | | | | | | This adds the ability to configure/build *on* 64-bit ARMv8, which uses the host triplet 'aarch64-linux-gnu'. Source: http://git.savannah.gnu.org/gitweb/?p=config.git;h=306afce | ||||
* | - Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared ↵ | Felipe Pena | 2012-11-09 | 1 | -1/+1 |
| | | | | objects are not created) | ||||
* | - Upgraded bundled libtool to 1.5.26 | Jani Taskinen | 2009-11-23 | 1 | -20/+80 |
| | |||||
* | - Update bundled libtool to 1.5.20 | foobar | 2005-11-29 | 1 | -43/+14 |
| | |||||
* | - Update bundled libtool to 1.5.18 (latest atm) | foobar | 2005-05-27 | 1 | -301/+387 |
| | | | | | # Fixes several issues with more exotic systems (AIX,HPUX,etc) | ||||
* | - Applied some patches to fix issues with e.g. ia_64 and s390 | foobar | 2005-02-15 | 1 | -53/+99 |
| | |||||
* | upgrade files to libtool 1.4.3 shipped ones | Sascha Schumann | 2002-11-14 | 1 | -31/+69 |
| | | | | | # should be safe to upgrade these to the 1.5.x ones | ||||
* | Upgrade to the version shipped with automake-1.6.2 | Sascha Schumann | 2002-07-04 | 1 | -128/+136 |
| | |||||
* | - Upgrade bundled libtool to 1.4.2. Following stuff mentioned at: | foobar | 2002-06-29 | 1 | -57/+66 |
| | | | | | | | | | | 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. | ||||
* | Fixed bug: #14014. | foobar | 2001-11-18 | 1 | -205/+142 |
| | |||||
* | Upgrade to libtool 1.4. | Sascha Schumann | 2001-05-06 | 1 | -233/+421 |
| | |||||
* | Upgrade to Libtool 1.3.5. | Sascha Schumann | 2000-06-11 | 1 | -83/+145 |
| | |||||
* | This seems to be a valid report, can't hurt anyway (PR 4252) | Zeev Suraski | 2000-06-09 | 1 | -1/+1 |
| | |||||
* | backed out some stuff that got committed by accident & broke things:(! | Thies C. Arntzen | 2000-02-11 | 1 | -30/+64 |
| | | | | | uwe: please read twice what you are commiting! | ||||
* | - removed stupid leftover in testdom | Uwe Steinmann | 2000-02-09 | 1 | -64/+30 |
| | | | | | - added more functions to domxml | ||||
* | Fix ltconfig, ltmain.sh | Sascha Schumann | 1999-12-22 | 1 | -31/+64 |
| | | | | | Update config.sub, config.guess from libtool-1.3.4 | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -6/+7 |
| | |||||
* | Undo previous bogus commit | Zeev Suraski | 1999-11-26 | 1 | -7/+6 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-11-26 | 1 | -6/+7 |
| | |||||
* | Add libtool helper files | Sascha Schumann | 1999-11-09 | 1 | -0/+1087 |
| | |||||
* | generated and not required by windows | Stig Bakken | 1999-07-23 | 1 | -997/+0 |
| | |||||
* | First cut at standard way of making dynamically loadable extensions on UNIX. | Stig Bakken | 1999-07-21 | 1 | -69/+323 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 1 | -0/+743 |