summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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