summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* Instead of assuming that sendmail lives in /usr/lib, if we don't find it,Sascha Schumann2001-02-211-1/+1
* Made OpenSSL extension work with 0.9.5 and changed version check to 0.9.5Stig Venaas2001-01-071-3/+3
* Added better checking for OpenSSL's libraries. Now configure stopsfoobar2001-01-031-3/+13
* I think the order is wrong, switched order of ssl and crypto libsStig Venaas2001-01-021-1/+1
* Stop automatically passing vars to AC_SUBST through PHP_SUBST.Sascha Schumann2000-12-201-0/+4
* New m4 macros should go into acinclude.m4.Sascha Schumann2000-12-141-0/+37
* Workaround for these two symptoms:Sascha Schumann2000-12-031-1/+1
* make HAVE_FOPENCOOKIE available for other extensions besides zlibHartmut Holzgraefe2000-11-211-0/+39
* Revert the patch - people don't like itStanislav Malyshev2000-11-021-1/+1
* Fix issue with Sun CC not detecting readdir_rStanislav Malyshev2000-11-021-1/+1
* - Fix from Sascha. It fixes errorneous inclusion of bz2Andi Gutmans2000-10-281-1/+1
* Fix the fix as Sascha suggested.foobar2000-10-151-1/+5
* Fix to #7162.foobar2000-10-141-1/+1
* Ignore trailing slashesSascha Schumann2000-10-121-1/+1
* Fix the readdir_r POSIX checkSascha Schumann2000-10-111-1/+1
* Build compat bridge for makes which support only the BSD .include command.Sascha Schumann2000-09-261-1/+1
* Revert controversial patchSascha Schumann2000-09-211-4/+2
* This fix prevents adding an empty -l to LIBSfoobar2000-09-191-1/+3
* Solaris-readdir_r-wants-large-buffer fixSascha Schumann2000-09-111-1/+2
* Clean up the mess WRT rebuilding a limited set of files.Sascha Schumann2000-07-261-6/+2
* forgot to commit this one last nightStig Bakken2000-07-251-0/+4
* Lift the add-once limit for libraries, because there are valid reasonsSascha Schumann2000-07-101-6/+2
* Add support for building C++ sources.Sascha Schumann2000-07-091-0/+8
* Wrong number of commas.Andrei Zmievski2000-06-171-2/+2
* Suppress AC_ADD_LIBRARY(x) where x is matched by /^(c|c_r|pthread*)$/Sascha Schumann2000-06-171-2/+5
* Add PHP_EVAL_LIBLINE and PHP_EVAL_INCLINESascha Schumann2000-06-171-0/+37
* Separate creating config_vars.mk and generating Makefiles.Sascha Schumann2000-06-111-1/+4
* Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE.Sascha Schumann2000-06-081-13/+13
* Fix test for php_always_sharedSascha Schumann2000-06-071-1/+1
* Make use of already existing macro PHP_PROG_SENDMAILSascha Schumann2000-05-311-1/+1
* Use sed instead of tr. The tr regexp syntax does not seem to be portableSascha Schumann2000-05-311-2/+6
* Solve conflict with mysql's readdir_r check. Both defined HAVE_READDIR_R,Sascha Schumann2000-05-271-1/+2
* Support old-style readdir_r()Sascha Schumann2000-05-241-4/+20
* A couple of cleanups and shared-libadd additionsSascha Schumann2000-05-231-20/+32
* Cosmetic changesSascha Schumann2000-05-231-3/+3
* Use reentrant version of readdir. If the target platform does not supportSascha Schumann2000-05-231-0/+30
* Make the shared library suffix dynamic. Improve workaround for libtool'sSascha Schumann2000-05-181-0/+10
* Add debug.log facility. If there are any obscure bugs in our build system,Sascha Schumann2000-05-171-0/+28
* s/normal/SUSV2/Sascha Schumann2000-05-161-2/+2
* AC_ADD_LIBRARY_WITH_PATH now always prepends new libraries.Thies C. Arntzen2000-05-081-4/+5
* support empty libpath in AC_ADD_LIBRARY_WITH_PATHThies C. Arntzen2000-05-081-4/+8
* Never tell link editor to libc. Some systems use thread-safeSascha Schumann2000-05-071-1/+3
* Remove trailing slash(es) from pathnamesSascha Schumann2000-05-041-2/+4
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-1/+31
* Determine first whether we will use ZTS mode or not.Sascha Schumann2000-05-041-0/+3
* Pear Changes:Sascha Schumann2000-05-021-0/+6
* Add shared-libadd option to AC_ADD_LIBRARY_WITH_PATH.Sascha Schumann2000-05-021-2/+16
* Use GCC's --print-libgcc-file-name flag to find libgcc's path.Sascha Schumann2000-05-011-2/+3
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-18/+62
* Test for EBCDIC platformMartin Kraemer2000-04-131-0/+19