summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* MFB: Fix test for auto_cflags and explictly set GCC="no" if we detect sunccDavid Soria Parra2008-12-041-0/+1
|
* 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
|
* set GCC to "no" if ICC was detectedAntony Dovgal2008-07-241-1/+2
|
* - Sync to PHP_5_3Jani Taskinen2008-07-211-3/+5
|
* MFB 5.3: Rest of the changes for re2c mergeScott MacVicar2008-03-261-2/+2
|
* - Allow zend_extensions to be build inside ext and tested with 'make test'Marcus Boerger2008-02-171-5/+9
|
* Document the 'cxx' parameter to PHP_NEW_EXTENSION.Jon Parise2007-12-311-0/+1
|
* - Part 1 of fixing problems with runpath switch (make --disable-rpath work ↵Jani Taskinen2007-08-201-1/+5
| | | | for real)
* MFBJani Taskinen2007-08-031-1/+1
|
* - Made build system less dependant for the PHP major version to alsoJani Taskinen2007-07-261-3/+9
| | | | | | ease MFB/MFH as acinclude.m4 and Makefile.global are identical in both branches.
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-251-1/+23
| | | | | (Similar to what ext/libxml is..)
* - Allow using extra headers in PHP_CHECK_SIZEOFJani Taskinen2007-07-251-23/+43
|
* - Stop configure if scanner files are not found and invalid/no flex is foundJani Taskinen2007-07-191-2/+11
|
* - The --enable-zend-multibyte option does not exist in PHP 6Jani Taskinen2007-07-161-1/+1
|
* - Fix issue in differentiating between --with-* and --enable-*Jani Taskinen2007-07-161-10/+13
|
* fix the configure outputJani Taskinen2007-07-121-2/+4
|
* MFB: PHP_CHECK_CONFIGURE_OPTIONSJani Taskinen2007-07-111-0/+47
|
* - Always enable mail() functionJohannes Schlüter2007-07-111-3/+0
|
* - Improved PHP_SETUP_ICUJani Taskinen2007-07-111-22/+7
|
* - Cleanup, nuked some unnecessary macros.Jani Taskinen2007-07-111-25/+0
|
* - Removed --enable-versioningJani Taskinen2007-07-101-10/+0
|
* - Improved php-config:foobar2007-06-291-4/+6
| | | | | | | | . Added --configure-options option to get configure line for current build . Added --php-sapis option which shows SAPIs available . Fixed problem with missing php binary when CLI is not build but CGI is. - Fixed broken sed issues in phpize script
* - Added PHP_CHECK_SIZEOF macro (special version of AC_CHECK_SIZEOF)foobar2007-06-271-0/+41
| | | | | | # Now types like ptrdiff_t, ssize_t and intmax_t get defined to something # useful..
* MFBfoobar2007-05-241-2/+2
|
* MFB:- Fix previous fix. (just revert of Stefan's bad fix..)foobar2007-05-241-2/+3
|
* MFB:- Fix idiotic change in logic. (hint: flex is _REQUIRED_ for building PHP!foobar2007-05-241-3/+2
|
* - Update version in error message as wellMarcus Boerger2007-05-051-1/+1
|
* - Fix re2c check and bump requirement to 0.12.0Marcus Boerger2007-05-051-3/+3
|
* MFB:- Check if Makefile.frag actually exists before running sed on it.foobar2007-03-251-1/+1
|
* move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.inAntony Dovgal2007-02-201-0/+30
| | | | | its result is used in sapi/cli & sapi/embed, not just sapi/cgi
* use correct comment marker (dnl, not #)Antony Dovgal2007-01-311-1/+4
| | | | | | add comment regarding AC_DECL_YYTEXT and the annoying warning (just in case I'm not the only one who's annoyed by it)
* tabs -> wsAntony Dovgal2007-01-151-31/+32
|
* improve icu-config checkAntony Dovgal2007-01-151-2/+2
|
* Fix copy/paste typo.Andrei Zmievski2007-01-121-1/+1
|
* Create PHP_SETUP_ICU macro that can be used in self-containedAndrei Zmievski2007-01-121-0/+63
| | | | | extensions.
* Rename php5 module to php6. Remove version number fromAndrei Zmievski2007-01-101-3/+3
| | | | | | sapi/apache/mod_php.* filenames (for future's sake). No other SAPI moduels modified (up to invididual maintainers).
* MFBNuno Lopes2007-01-011-1/+1
|
* missing part of the fix for #39795Antony Dovgal2006-12-121-0/+3
| | | | | crypt.h defines struct crypt_data only if _REENTRANT is defined
* fix typoAntony Dovgal2006-12-121-1/+1
|
* fix #39795 (build fails on AIX because crypt_r() uses different data struct)Antony Dovgal2006-12-121-0/+52
|
* fix build with Sun compiler, which doesn't support -O0Antony Dovgal2006-12-041-0/+16
|
* the last part of the fix for #39004Antony Dovgal2006-10-021-0/+5
|
* fix the fix for #39004Antony Dovgal2006-10-021-4/+4
|
* MFB: Fixed bug #39004 (Fixed generation of config.nice with autoconf 2.60).Ilia Alshanetsky2006-10-021-3/+15
|
* Fixed that configure bails out on wrong flex version. Now a wrong flex versionStefan Esser2006-06-161-1/+2
| | | | | | will issue a warning and when flex is needed during the make process the make process will die with an error message.
* MFB: Fixed bug #37413 (Rejected versions of flex that don't work).Ilia Alshanetsky2006-05-111-2/+1
|
* fix typofoobar2006-04-101-2/+2
|
* - Determine the shared/link lib suffixes in one macro.foobar2006-04-101-22/+9
|
* Separate suffixes of shared libraries that we link against and the onesAndrei Zmievski2006-04-081-10/+33
| | | | | we load with dlopen(). This matters on Mac OS X, for example.