History log of /PHP-5.5/acinclude.m4 (Results 151 – 175 of 447)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# e6034763 10-Mar-2005 Rob Richards

require libxml 2.6.0 or higher


# ba5479a0 04-Mar-2005 foobar

This did not work for some reason, better revert it


# f7d2317c 28-Feb-2005 Marcus Boerger

- Fix typo


# 0ec872a1 27-Feb-2005 foobar

- Cache the version check results
# ..and prepare for --enable-developer-mode


# 34805e8d 24-Feb-2005 foobar

- Fixed all buildconf warnings + cross-compiling issues


# 2a6da0f2 24-Feb-2005 foobar

- Restructured and added a few comments here and there.
- Made macros of couple of tests previously littering configure.in
(e.g. PHP_PROG_AWK, PHP_PROG_LEX, PHP_PROG_BISON..)
- Moved al

- Restructured and added a few comments here and there.
- Made macros of couple of tests previously littering configure.in
(e.g. PHP_PROG_AWK, PHP_PROG_LEX, PHP_PROG_BISON..)
- Moved all PHP_SUBST() calls into their respective macros.
(no point adding empty entries in Makefile if macro is not used)

show more ...


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 352fc43e 09-Feb-2005 Moriyoshi Koizumi

- Complement for Jani's fix. Likely fix the iconv issue.


# 25ab28c4 25-Jan-2005 foobar

- Fix macosx shared extension build


# f8a540d1 22-Jan-2005 foobar

- Typofix + removed unnecessary unsets caused by it


# 6faa433d 19-Jan-2005 foobar

- Fix the pic patch


# c71c8e76 07-Jan-2005 Antony Dovgal

fix PHP_CHECK_64BIT macro (finally got 64bit machine to test it)


# 7a3d9add 07-Jan-2005 foobar

- Make sure $host_alias is never empty


# a3943d9b 30-Dec-2004 foobar

- Fix buildconf failure with autoconf versions > 2.13


# 5ac375a4 30-Dec-2004 foobar

- Fixed bug #31101 (missing kerberos header file path with --with-openssl)


# 69eec3f3 30-Dec-2004 foobar

MFB_4_3: Quote macro names in AC_DEFUN()


# ea07d448 21-Dec-2004 Edin Kadribasic

MFB: Avoid autoheader warning


# 4157e50c 20-Dec-2004 foobar

Better fix for endian compile problems.


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227
# b68803c0 11-Dec-2004 Derick Rethans

- Generate all iconv headers by default


Revision tags: php-5.0.3RC2
# 1266735c 09-Dec-2004 Derick Rethans

- MF43: Fixed bug #31034 (Problem with non-existing iconv header file).


# 7b547a39 08-Dec-2004 Joe Orton

Fix VPATH build again.


Revision tags: php-4.3.10RC2
# 48b11896 06-Dec-2004 Derick Rethans

- MF43: Install the iconv extension headers to <installpath>/ext/iconv so that
external extensions can use them.


Revision tags: php-5.0.3RC1, php-4.3.10RC1
# c2f8c1a7 09-Nov-2004 Andrei Zmievski

.dylib extension are Mach-O shared libraries that meant for linking
against. Loadable modules (aka bundles) can have any extension, so we
should probably stick with .so

http://fink.s

.dylib extension are Mach-O shared libraries that meant for linking
against. Loadable modules (aka bundles) can have any extension, so we
should probably stick with .so

http://fink.sourceforge.net/doc/porting/shared.php?phpLang=en#lib-and-mod

show more ...


# 557cda47 03-Nov-2004 Joe Orton

Core changes to support multi-ABI platforms with libraries in
/usr/lib64 rather than /usr/lib.

* configure.in: Add --with-libdir flag; define PHP_LIBDIR.

* acinclude.m4 (PHP_REM

Core changes to support multi-ABI platforms with libraries in
/usr/lib64 rather than /usr/lib.

* configure.in: Add --with-libdir flag; define PHP_LIBDIR.

* acinclude.m4 (PHP_REMOVE_USR_LIB, PHP_RUNPATH_SWITCH,
PHP_ADD_LIBPATH): Check for /usr/$PHP_LIBDIR rather than /usr/lib.
(PHP_SETUP_OPENSSL, PHP_SETUP_ICONV): Use /path/to/$PHP_LIBDIR in
place of /path/to/lib.

show more ...


# 2469701b 03-Nov-2004 Joe Orton

Fix extraction of httpd version if httpd is linked against -lefence.


Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3
# 0e2100ca 12-Sep-2004 Antony Dovgal

add PHP_CHECK_64BIT macro to be able to detect 64-bit platform in ./configure


12345678910>>...18