summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* Fix for Bug #21310, based on a patch by jflemer@php.net.Wez Furlong2003-03-171-0/+14
* prevent warningfoobar2003-03-121-1/+1
* - Always use the shtool mkdir.foobar2003-03-101-20/+2
* Allow shared modules to be built using $(CXX)Sascha Schumann2003-03-051-4/+4
* fix quotesfoobar2003-02-241-1/+1
* Always use the libtool which is build in the top_builddir.foobar2003-02-241-1/+5
* - Updated libtool to 1.4.3 which has test for the sed problem..foobar2003-02-101-73/+0
* relabelZeev Suraski2003-01-191-1/+1
* Provide alternative for glibc brokenness test when cross compilingAlex Waugh2003-01-031-1/+12
* Raise required OpenSSL version to 0.9.6.Ilia Alshanetsky2003-01-021-3/+3
* Workaround for glibc 2.2.9x and later "a+" bug that does not seek to EOF forWez Furlong2003-01-011-0/+39
* Merge streams changes from branch.Wez Furlong2002-11-181-8/+8
* use grep -E instead of egrep. the latter is not defined by POSIX anymoreSascha Schumann2002-11-151-4/+4
* - Remove PHP_DISABLE_CLISascha Schumann2002-11-141-7/+0
* - Remove the "which" call and just expect sed to be in PATHfoobar2002-10-291-4/+2
* - Only test the sed in PATH. (testing others is useless)foobar2002-10-281-22/+14
* Make PHP compile out-of-the-box with uClibcSascha Schumann2002-10-241-0/+7
* Quote macro names in AC_DEFUN() and prefix the internal macros usingSascha Schumann2002-10-241-103/+103
* remove the remains of that comment.foobar2002-10-211-1/+0
* - Moved CGI specific lines from configure.in to sapi/cgi/config9.m4foobar2002-10-211-2/+2
* - Fix typo..foobar2002-10-161-1/+1
* - Added PHP_PROG_SED which checks whether the sed in system works withfoobar2002-10-151-0/+84
* Check for C99 conformance of snprintf.Marcus Boerger2002-10-021-3/+36
* Another Linux x86 system returns ELIMIT so we need to check errno as wellSascha Schumann2002-10-021-2/+4
* The pread/pwrite macros check for a bug in the Linux glibc now.Sascha Schumann2002-10-021-10/+31
* remove unused linesSascha Schumann2002-09-301-2/+0
* Follow Yasuo's suggestion and build sapi program's under the sapi-specificSascha Schumann2002-09-291-3/+3
* Reenable pwrite/pread supportSascha Schumann2002-09-061-55/+51
* @- Added --disable-all configure option. (Jani)foobar2002-09-041-10/+28
* Add a configure check to see if the seeker function in an fopencookieWez Furlong2002-08-221-8/+46
* Fix the framework supportMarko Karppinen2002-08-061-3/+3
* Support compiling and linking against Darwin / Mac OS X frameworksMarko Karppinen2002-08-061-0/+69
* - Fixed bug: #18560, the macro was not defined always.foobar2002-07-251-0/+16
* Made PHP_ADD_LIBPATH use the $ld_runpath_switch and changed the DarwinMarko Karppinen2002-07-211-1/+1
* Improve/fix handling of --disable-rpathSascha Schumann2002-07-201-10/+17
* PHP_EVAL_LIBLINE must not reverse the order of libraries.foobar2002-07-071-1/+1
* nuke another instance of newline suppressionSascha Schumann2002-07-051-1/+1
* some seds want to see a newline, so we give them a newlineSascha Schumann2002-07-051-1/+1
* 1. PHP_CHECK_FUNC(func, lib1, lib2, ..., libn) searches forSascha Schumann2002-07-041-2/+63
* "-" is not acceptable in a #define (i have since discovered). converting all ...James Cox2002-07-011-1/+1
* fixes extensions with "-"James Cox2002-06-291-1/+1
* really fix it.James Cox2002-06-291-1/+1
* fixes bug #17453James Cox2002-06-291-1/+1
* Fixed PHP_ADD_LIBRARY_DEFER_WITH_PATH to work with shared builds.foobar2002-06-241-2/+17
* WS change to make very old compilers/preprocessors (e.g. HP/UX 9)Stefan Roehrich2002-06-011-3/+3
* Fix a bug in case statement.Andrei Zmievski2002-05-281-1/+1
* Fix build when openssl is enabled.foobar2002-04-281-2/+2
* No need for an ifelse here (which was lacking a char anyway :-)Sascha Schumann2002-04-231-3/+1
* Part 1 of commits to fix some issues with static apache (1.3.x) compile:foobar2002-04-231-2/+7
* properly reset ac_extra in PHP_NEW_EXTENSIONSascha Schumann2002-04-111-2/+2