summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* MFBfoobar2003-08-131-2/+2
* MFB quoting of )Sascha Schumann2003-07-031-29/+29
* MFB PHP_CHECK_LIBRARY fixSascha Schumann2003-07-021-0/+5
* Sync PHP_CHECK_LIBRARY changeSascha Schumann2003-07-021-1/+2
* - Changed 'grep -E' back to 'egrep'.foobar2003-07-011-2/+2
* MFB snprintf testSascha Schumann2003-06-281-1/+3
* ilia points out this is okSterling Hughes2003-06-281-2/+2
* bump up to 2.5.7Sterling Hughes2003-06-281-2/+2
* Fix configure failure with static openssl libsfoobar2003-06-241-1/+1
* - Unified PHP_SETUP_OPENSSL with other PHP_SETUP_* macros.foobar2003-06-241-60/+75
* - Moved scan_makefile_in.awk to better suitable place for it.foobar2003-06-091-1/+1
* Left-overs from testing.foobar2003-05-191-1/+1
* - Unbundle libxml and expat. Now this compiles too..foobar2003-05-191-17/+35
* MFB $AWK->awkSascha Schumann2003-05-191-1/+1
* Fixed typo: this should have been withvalMoriyoshi Koizumi2003-05-071-1/+1
* Bundle libxml and add compatibility layerSterling Hughes2003-05-061-1/+1
* beginnings of php5/bundle supportSterling Hughes2003-05-021-0/+17
* Allow PHP_CHECK_LIBRARY to use same function name in checks if a check fails.foobar2003-04-251-0/+1
* add missing checkSascha Schumann2003-04-161-1/+1
* don't remove config.nice directly, so that we don't lose it onSascha Schumann2003-04-131-1/+2
* Don't need shtoolSascha Schumann2003-04-011-1/+1
* Fixed bug #22989 (sendmail not found by configure)foobar2003-03-311-1/+2
* update php module name to php5, not php4.Sterling Hughes2003-03-291-3/+3
* Made "--with-pear" "--disable-all"-aware. Plus some cosmetics fixes.foobar2003-03-251-1/+1
* 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