Jani Taskinen
5f8df17097
- Upgraded bundled libtool to 1.5.26
2009-11-23 21:53:30 +00:00
Rasmus Lerdorf
8af473e496
Don't try to remove an empty output_obj here.
...
This gets rid of the annoying:
rm: invalid argument: `'
I was seeing.
(I really shouldn't be hacking libtool)
2009-11-23 16:51:45 +00:00
foobar
d61e8d63fd
- Update bundled libtool to 1.5.20
2005-11-29 15:58:54 +00:00
foobar
ab94914a4b
- Update bundled libtool to 1.5.18 (latest atm)
...
# Fixes several issues with more exotic systems (AIX,HPUX,etc)
2005-05-27 13:06:06 +00:00
foobar
3f5055efab
- Applied some patches to fix issues with e.g. ia_64 and s390
2005-02-15 08:51:10 +00:00
foobar
011229ef15
- Updated libtool to 1.4.3 which has test for the sed problem..
2003-02-10 17:09:48 +00:00
foobar
e4e796064c
- Upgrade bundled libtool to 1.4.2. Following stuff mentioned at:
...
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.
2002-06-29 23:24:48 +00:00
Sascha Schumann
23eb892bee
Upgrade to libtool 1.4.
2001-05-06 18:49:09 +00:00
Sascha Schumann
89aa77d306
Temporary fix for mac os x stuff.
...
It lets me build/run a DSO on darwin, but according to Fred Sanchez, the
libtool 1.3.5 way is wrong..
2000-10-26 17:58:11 +00:00
Sascha Schumann
a2ad91df33
Upgrade to Libtool 1.3.5.
2000-06-11 10:26:24 +00:00
Sascha Schumann
781b6e9435
Upgrade to libtool 1.3.4
2000-03-11 12:33:10 +00:00
Sascha Schumann
ccc386c8e3
Kill another warning
2000-02-23 20:56:18 +00:00
Sascha Schumann
a965c2d73b
Remove warning message
2000-02-23 20:48:12 +00:00
Thies C. Arntzen
6a79c379cc
backed out some stuff that got committed by accident & broke things:(!
...
uwe: please read twice what you are commiting!
2000-02-11 19:17:57 +00:00
Uwe Steinmann
e548a31510
- removed stupid leftover in testdom
...
- added more functions to domxml
2000-02-09 20:06:23 +00:00
Rasmus Lerdorf
a2f46f8e68
# Grr
2000-01-04 02:45:42 +00:00
Rasmus Lerdorf
ed3c962b39
@ Don't assume libz and libpng are installed for the GD checks (Rasmus)
2000-01-04 02:42:27 +00:00
Sascha Schumann
3ae459b83e
Fix ltconfig, ltmain.sh
...
Update config.sub, config.guess from libtool-1.3.4
1999-12-22 20:24:30 +00:00
Zeev Suraski
02d3b39420
More php3_ annihilation
1999-12-17 19:16:50 +00:00
Rasmus Lerdorf
ff9b75314f
# Fix broken files
1999-12-01 01:26:02 +00:00
Nick Gorham
2df67b7c9e
Added check in the ODBC module that a connection is still valid before
...
reuse in a persistent connection.
1999-11-30 12:41:36 +00:00
Zeev Suraski
957b079232
Undo previous bogus commit
1999-11-26 14:57:50 +00:00
Zeev Suraski
061cfea2ac
*** empty log message ***
1999-11-26 13:56:33 +00:00
Sascha Schumann
7bc251058a
Add libtool files to CVS. Advantages:
...
- PHP-specific changes are easier to maintain
- it removes one dependency for users (i.e. GNU vs. FreeBSD ports)
I have not removed the libtool check in buildconf, since libzend/TSRM still
depend on a local version of libtool.
1999-11-08 11:04:14 +00:00
Stig Bakken
2c2e4c463f
run libtoolize during buildconf since we depend on libtool anyway
1999-07-23 15:53:50 +00:00
Stig Bakken
d9f52fe0a7
First cut at standard way of making dynamically loadable extensions on UNIX.
...
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.
1999-07-21 21:56:25 +00:00
Zeev Suraski
aceaabceff
PHP 4.0
1999-04-07 21:05:13 +00:00