Peter Kokot
aae39fe5a7
Fix #9483 : Fix autoconf warnings due to old libtool ( #11207 )
2023-05-15 16:54:40 +01:00
dixyes
e4c23fa16b
Add haiku shared objects support in libtool
2021-08-27 16:44:10 +02:00
Nikita Popov
ae6e56fb98
Merge branch 'PHP-7.4' into PHP-8.0
...
* PHP-7.4:
Fixed bug #80393
2020-11-24 15:27:43 +01:00
Nikita Popov
d016434ad3
Fixed bug #80393
...
Handle macos versions that don't start with 10.* in libtool.
Patch by kir dot morozov at gmail dot com.
2020-11-24 15:26:40 +01:00
Nikita Popov
53c417d81c
Merge branch 'PHP-7.4' into PHP-8.0
...
* PHP-7.4:
Fix another implicit function declaration in configure
2020-11-03 10:39:26 +01:00
Nikita Popov
00ba784a2c
Fix another implicit function declaration in configure
...
As mentioned on bug #80171 . This one is in libtool.m4, might get
lost on libtool updates.
2020-11-03 10:38:16 +01:00
Florian Weimer
aeaab8ee3e
Port various autoconf bits to C99 compilers
...
C99 no longer has implicit function declarations and implicit ints.
Current GCC versions enable them as an extension, but this will
change in a future GCC version.
2019-09-10 12:32:14 +02:00
Adam Harvey
e872f4d9c1
Don't detect FreeBSD 10 as FreeBSD 1 in libtool.m4.
...
Fixes bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when building
extensions).
2015-08-27 15:59:59 -07:00
Lior Kaplan
302ccc195b
libtool: powerpc*le-linux support by Alan Modra <amodra@bigpond.net.au>
...
Patch created using the following changes in libtool:
http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=75ffb257
http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=056889b8
http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=bd998a7e
http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=429d40a0
http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=8a8dfaec
2014-08-28 00:37:01 +03:00
Ferenc Kovacs
a52616b759
Merge branch 'PHP-5.4' into PHP-5.5
...
* PHP-5.4:
Fix bug #67091 : make install fails to install libphp5.so on FreeBSD 10.0
2014-06-30 01:34:05 +02:00
Ferenc Kovacs
a7d1656b96
Fix bug #67091 : make install fails to install libphp5.so on FreeBSD 10.0
...
Simplest fix is to remove the specific checks for freebsd1* as it also matches freebsd10,
and nobody should be using >=PHP 5.4 with freebsd 1.x(if it is even possible to make it
to compile there).
2014-06-30 01:31:10 +02:00
Christopher Jones
c932d532c8
One more './configure --help' alignment fix
2013-08-06 11:23:02 -07:00
Christopher Jones
c6d977dd39
Fix long-standing visual pain point: the misalignment of './configure help' text.
...
Whitespace changes and a couple of grammar fixes.
2013-08-06 11:06:09 -07:00
Veres Lajos
e9a95d78ef
typo fixes
2013-07-15 00:23:03 -07:00
Veres Lajos
72085b0e5f
typo fixes
2013-07-15 00:18:57 -07:00
Jani Taskinen
51ba64e1a2
- Fix bad merge (Sorry Ilia..)
2009-11-28 00:06:54 +00:00
Jani Taskinen
b55675e517
- Fix bad merge (Sorry Ilia..)
2009-11-28 00:06:54 +00:00
Jani Taskinen
30073cf03e
- Re-fixed bug #47104 (Linking shared extensions fails with icc)
2009-11-27 12:50:29 +00:00
Jani Taskinen
9cfacabe55
- Re-fixed bug #47104 (Linking shared extensions fails with icc)
2009-11-27 12:50:29 +00:00
Jani Taskinen
d1186b8d10
- Upgraded bundled libtool to 1.5.26
2009-11-23 21:54:21 +00:00
Jani Taskinen
5f8df17097
- Upgraded bundled libtool to 1.5.26
2009-11-23 21:53:30 +00:00
Jani Taskinen
b32d357e7a
MFH:- Fixed bug #47104 (Linking shared extensions fails with icc)
2009-01-15 14:37:25 +00:00
Jani Taskinen
14ef890d58
- Fixed bug #47104 (Linking shared extensions fails with icc)
2009-01-15 14:37:07 +00:00
foobar
8847779835
MFB51: Update bundled libtool to version 1.5.20
2005-11-29 21:33:12 +00:00
foobar
d61e8d63fd
- Update bundled libtool to 1.5.20
2005-11-29 15:58:54 +00:00
foobar
2fa74dab0e
- Revert previous change in build/libtool.m4 and make sure
...
the PATH_SEPARATOR check is only done under autoconf 2.13.
# fixes also the php-gtk buildconf probs
2005-06-02 21:36:38 +00:00
foobar
5fee97ca33
- Changed the PATH_SEPARATOR check to a macro
...
- Made sure we're generating aclocal.m4 in same way with both buildconf
and phpize.
# Bug #33177
2005-05-30 06:55:20 +00:00
Hartmut Holzgraefe
afaabbe5f7
m4 comments start with 'dnl', *not* with '#'
2005-05-29 16:34:43 +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
24eb2bfabc
- Prevent compiling shared extensions when --enable-versioning is used
...
- Fix -export-symbols in Linux in the bundled libtool.m4:
o http://lists.gnu.org/archive/html/libtool/2002-07/msg00029.html
# more about this:
# http://marc.theaimsgroup.com/?l=php-dev&m=106629582813118&w=2
2005-03-26 03:09:09 +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
Derick Rethans
c5b7fe878c
- Add the patched libtool.m4 from snaps so that Jani can play with it.
2005-01-19 17:52:32 +00:00