summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* - fix build with ICU < 4.2, add ICU_VERSION for m4 checksPierre Joye2011-02-151-0/+1
|
* - Merged check from trunk to prevent building multiple SAPIs (bug #52419)Jani Taskinen2010-11-191-0/+11
|
* - Using ifelse() here is safer, also eases debugging generated configure.Jani Taskinen2010-11-131-8/+2
|
* - WSJani Taskinen2010-11-131-7/+7
|
* - Fixed bug #51740 (acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted)Felipe Pena2010-05-051-1/+1
| | | | | Patch by: dave dot mulford at gmail dot com
* Rename the HAVE_LIBICONV_IN_LIBICONV macro to ICONV_ALIASED_LIBICONV, making ↵Kalle Sommer Nielsen2010-03-081-3/+3
| | | | it less cryptic
* - Fixed bug #49267 (linking fails for iconv)Moriyoshi Koizumi2010-03-051-0/+3
|
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-291-9/+5
| | | | | | | | | | | modern versions in the same build chain. There are simply too many broken things in 2.13 to make it work. Cache handling is broken as well which is why I need to revert the pdo_inc_path cache fix as well. trunk is now 2.60+ only and I'll work on cleaning out all the legacy cruft from there.
* Last attempt to get this stuff right before punting itRasmus Lerdorf2009-11-291-1/+1
| | | | | and being stuck on 1996 autoconf for eternity
* More work on the autoconf 2.13->2.60+ transition code.Rasmus Lerdorf2009-11-281-0/+4
| | | | | | | 2.13 should be working again with one weird libtool issue left to solve. It doesn't seem directly related to this stuff.
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-11/+11
| | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief.
* - Simplify default flags for Sun C compiler.Sriram Natarajan2009-08-111-1/+1
|
* MFH:- Fixed bug #47468 (enable cli|cgi-only extensions for embed sapi)Jani Taskinen2009-05-091-7/+10
|
* Fix test for auto_cflags and explictly set GCC="no" if we detect sunccDavid Soria Parra2008-12-031-0/+1
|
* MFH: Detect Sun C compiler and set default flags if it is usedDavid Soria Parra2008-11-061-0/+16
|
* add missing fileAntony Dovgal2008-09-081-0/+1
|
* MFH: set GCC to "no" if ICC was detectedAntony Dovgal2008-07-241-1/+2
|
* MFH: sync acinclude.m4 (leave the PHP_PROG_LEX for BC!)Jani Taskinen2008-07-211-1/+67
|
* make --enable-zend-multibyte known to configureAntony Dovgal2008-07-031-1/+1
|
* - Reset back to 0.13.4 now that it released.Derick Rethans2008-04-071-1/+1
|
* - Don't rely on a version that doesn't exist - that breaks snapshots.Derick Rethans2008-03-311-1/+1
|
* - Another re2c version bump and scanner regenerationMarcus Boerger2008-03-221-2/+2
| | | | | # It appears no one has used re2c in the way we do
* - Require 0.13.3Marcus Boerger2008-03-221-1/+1
|
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-67/+4
| | | | | | | | | The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt
* - MFH Allow zend_extensions to be build inside ext and tested with 'make test'Marcus Boerger2008-02-171-5/+9
|
* MFH:- Part 1 of fixing problems with runpath switch (make --disable-rpath ↵Jani Taskinen2007-08-201-1/+5
| | | | work for real)
* - Hopefully this fixes the "test: argument expected" error on solaris..Jani Taskinen2007-08-031-1/+1
|
* MFH: - Made build system less major version dependant to ease MFB/MFHJani Taskinen2007-07-261-10/+92
|
* MFH: - Allow using extra headers in PHP_CHECK_SIZEOFJani Taskinen2007-07-251-23/+43
|
* MFH:- Stop configure if scanner files are not found and invalid/no flex is foundJani Taskinen2007-07-191-2/+11
|
* - Fix issue in differentiating between --with-* and --enable-*Jani Taskinen2007-07-161-10/+13
|
* - MFH: Always enable mail() functionJohannes Schlüter2007-07-111-3/+0
|
* - Introducing 1st part of "show unknown configure options" and nuked ↵Jani Taskinen2007-07-111-22/+44
| | | | PHP_REGEX macro for good
* MFH: Removed --enable-versioningJani Taskinen2007-07-101-10/+0
|
* MFH:- Improved php-config:foobar2007-06-291-4/+6
| | | | | | | | MFH: . Added --configure-options option to get configure line for current build MFH: . Added --php-sapis option which shows SAPIs available MFH: . Fixed problem with missing php binary when CLI is not build but CGI is. MFH:- Fixed broken sed issues in phpize script
* MFH:- Added PHP_CHECK_SIZEOF macro (special version of AC_CHECK_SIZEOF)foobar2007-06-271-0/+41
|
* - Allow build without flex/bison installed (fixes builddir != srcdir buildfoobar2007-05-241-2/+2
| | | | | | when using distributed sources which inlude pre-generated bison/flex output. See bug #38762 for more..)
* - Fix previous fix. (just revert of Stefan's bad fix..)foobar2007-05-241-2/+3
|
* - Fix idiotic change in logic. (hint: flex is _REQUIRED_ for building PHP!foobar2007-05-241-3/+2
|
* - Check if Makefile.frag actually exists before running sed on it.foobar2007-03-251-1/+1
|
* MFH: move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.inAntony Dovgal2007-02-201-0/+30
|
* add EXTRA_LDFLAGS_PROGRAM to config.nice (as LDFLAG is quite useless)Nuno Lopes2007-01-011-1/+1
|
* MFH: missing part of the fix for #39795Antony Dovgal2006-12-121-0/+3
|
* MFHAntony Dovgal2006-12-121-1/+1
|
* MFH: fix #39795 (build fails on AIX because crypt_r() uses different data ↵Antony Dovgal2006-12-121-0/+52
| | | | struct)
* MFH: fix build with Sun compiler, which doesn't support -O0Antony Dovgal2006-12-041-0/+16
|
* MFH: the last part of the fix for #39004Antony Dovgal2006-10-021-0/+5
|
* fix the fix for #39004Antony Dovgal2006-10-021-4/+4
|
* Fixed bug #39004 (Fixed generation of config.nice with autoconf 2.60).Ilia Alshanetsky2006-10-021-3/+15
|
* MFH: Only care about wrong flex version, when needed.Stefan Esser2006-06-161-1/+2
|