summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* MFHfoobar2005-09-011-2/+2
* - Fixed bug #33326 (Cannot build extensions with phpize on Macosx).foobar2005-08-121-4/+0
* - Fixed bug #34097 (configure failed to initize RE2C="exit 0;" when re2c is n...foobar2005-08-121-2/+0
* fix macrofoobar2005-07-181-1/+1
* - Fixed cacheing bug in PHP_SOCKADDR_SA_LEN macrofoobar2005-07-141-6/+18
* Fix the re_magic test by adding missing #include <sys/types.h>foobar2005-07-141-1/+2
* typofixfoobar2005-07-131-2/+2
* - Added check whether re_magic exists in struct regex_tfoobar2005-07-131-1/+9
* - Fixed stupid bug in PHP_INSTALL_HEADERS() macro: "foo bar" != foo barfoobar2005-07-071-6/+6
* Fixed support for shared extensions on AIXDmitry Stogov2005-07-071-0/+4
* re2c 0.98 is the current working versionfoobar2005-06-281-2/+2
* - Cache the xml2-config pathfoobar2005-06-271-3/+6
* - Never ever add /usr/lib as libpath, even if --with-libdir is usedfoobar2005-06-221-1/+1
* Fix configure problem in braindead systems like Solaris.foobar2005-06-211-2/+2
* Some netware related build issues fixed (patch by: Kamesh Jayachandran <kames...foobar2005-06-201-0/+5
* fix PHP_INSTALL_HEADERS() macro when 2 params are usedfoobar2005-06-201-2/+2
* Make this usable for header files toofoobar2005-06-141-1/+1
* Allow different things to be done when found / not-foundfoobar2005-06-141-3/+6
* - Added PHP_CHECK_PDO_INCLUDES macro (caches the result)foobar2005-06-141-0/+18
* - Fixed bug #31256 (PHP_EVAL_LIBLINE configure macro does not handle -pthread)foobar2005-06-131-0/+7
* - Show "none" when nothing is foundfoobar2005-06-071-1/+6
* - Revert previous change in build/libtool.m4 and make surefoobar2005-06-021-1/+0
* - Use libtool also for completely static buildsfoobar2005-05-301-5/+5
* - Changed the PATH_SEPARATOR check to a macrofoobar2005-05-301-0/+1
* simplify flex version testHartmut Holzgraefe2005-05-291-10/+12
* avoid code duplication in bison version testHartmut Holzgraefe2005-05-291-16/+1
* added .cxx extension for C++ for completeness reasonsHartmut Holzgraefe2005-05-291-1/+1
* - Use $SED and $EGREP where possiblefoobar2005-05-271-10/+14
* Avoid syntax errors on some operating systemsRasmus Lerdorf2005-05-211-1/+1
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-5/+32
* - Fix problems with phpized ext/imapfoobar2005-04-301-0/+4
* - No need to iterate through the options twicefoobar2005-04-301-0/+2
* re2c 0.96 is the one that works (tm)foobar2005-04-301-2/+2
* We do allow 2.0 now too.foobar2005-04-301-1/+1
* Netware stufffoobar2005-04-261-0/+4
* - Change bison check to positive logic and allow bison 2.0Marcus Boerger2005-04-231-3/+3
* Added support for .cc files in extensions.Brian France2005-04-201-1/+1
* - Cleanup a bit. And make use of shtool mkdirfoobar2005-04-071-5/+5
* require libxml 2.6.0 or higherRob Richards2005-03-101-2/+2
* This did not work for some reason, better revert itfoobar2005-03-041-2/+2
* - Fix typoMarcus Boerger2005-02-281-1/+1
* - Cache the version check resultsfoobar2005-02-271-26/+40
* - Fixed all buildconf warnings + cross-compiling issuesfoobar2005-02-241-4/+12
* - Restructured and added a few comments here and there.foobar2005-02-241-916/+1237
* - Complement for Jani's fix. Likely fix the iconv issue.Moriyoshi Koizumi2005-02-091-2/+5
* - Fix macosx shared extension buildfoobar2005-01-251-5/+17
* - Typofix + removed unnecessary unsets caused by itfoobar2005-01-221-1/+1
* - Fix the pic patchfoobar2005-01-191-3/+8
* fix PHP_CHECK_64BIT macro (finally got 64bit machine to test it)Antony Dovgal2005-01-071-2/+2
* - Make sure $host_alias is never emptyfoobar2005-01-071-0/+16