summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fixed bug #26969 (shared openssl build fails)foobar2004-01-201-1/+2
* MFH: Fixed bug #26461 (-lssl missing from LIBS)foobar2003-12-121-1/+1
* MFH: Only add 'install-modules' into install targets when there are suchfoobar2003-12-041-0/+1
* MFHfoobar2003-11-131-1/+4
* MFHfoobar2003-10-031-15/+20
* MFH: fix for bug #25719foobar2003-10-021-2/+3
* MFH: Fixed bug #25703 (openssl checks failed)foobar2003-09-301-1/+1
* MFH: use pkg-config if available for openssl setupfoobar2003-09-241-39/+60
* MFHfoobar2003-09-031-0/+1
* enable re2c check for self-contained extensionsSascha Schumann2003-09-021-0/+3
* - Backported several improvements/cleanups for the build/configure stuff.foobar2003-08-271-66/+81
* Reverted part of the last patch. It changed -prefer-pic to -prefer-non-pic.Brian France2003-08-141-1/+1
* Fixed two translit so they don't remove underscoresBrian France2003-08-131-2/+2
* Quote all instances of ) when used in case..esac constructsSascha Schumann2003-07-031-29/+29
* Always store temporary information in LDFLAGSSascha Schumann2003-07-021-0/+5
* Make PHP_CHECK_LIBRARY use PHP_EVAL_LIBLINE which automaticallySascha Schumann2003-07-011-2/+3
* Fix snprintf test.Sascha Schumann2003-06-281-1/+3
* Use $AWK instead of awk, fixes build issue on Solaris with old-style extSascha Schumann2003-05-191-1/+1
* MFHfoobar2003-04-251-0/+1
* add missing checkSascha Schumann2003-04-161-1/+1
* MFHSascha Schumann2003-04-131-1/+2
* No need for shtoolSascha Schumann2003-04-011-1/+1
* MFH: Fixed bug #22989 (sendmail not found by configure)foobar2003-03-311-1/+2
* MFH: Made "--with-pear" "--disable-all"-aware. Plus some cosmetics fixes.foobar2003-03-251-1/+1
* MFH Fix for Bug #21310Wez Furlong2003-03-171-0/+14
* MFHfoobar2003-03-121-1/+1
* - MFH: use shtool mkdir always.foobar2003-03-101-20/+2
* MFHfoobar2003-02-241-1/+1
* MFHfoobar2003-02-241-1/+5
* - MFH: libtool upgrade to 1.4.3foobar2003-02-101-72/+0
* MFHAlex Waugh2003-01-031-1/+12
* MFHIlia Alshanetsky2003-01-021-3/+3
* Workaround a bug in glibc 2.2.9x and later that causes it not to seek to EOFWez Furlong2003-01-011-0/+39
* s/off64t/off64_t/Wez Furlong2002-11-171-5/+5
* Fix fopencookie detection for newer versions of glibc.Wez Furlong2002-11-171-8/+8
* - 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