summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* Move PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use itSascha Schumann2001-06-151-0/+20
* - Fix grammarAndi Gutmans2001-06-111-1/+1
* Add some backwards-compatible macros to accomodate the renaming ofSascha Schumann2001-06-101-0/+5
* Fix bug: #9009.foobar2001-06-011-3/+8
* Add support for systems where p{read|write} take a off64_t withoutSascha Schumann2001-05-201-1/+71
* Fix irix-time_r testSascha Schumann2001-05-201-1/+1
* remove fiSascha Schumann2001-05-201-1/+0
* Support for IRIX-style asctime_r/ctime_r.Sascha Schumann2001-05-201-6/+23
* Catch 'mkdir -p' brokeness on IRIXSascha Schumann2001-05-201-1/+3
* Store some build-specific environment variables in config.nice.Sascha Schumann2001-05-191-1/+8
* Nuke more quotesSascha Schumann2001-05-121-8/+8
* Nuke some unneccessary quotesSascha Schumann2001-05-121-28/+28
* Document overwriting behaviour of PHP_ARG_WITH/ENABLE with regardSascha Schumann2001-05-091-2/+4
* Remove -L/usr/lib/? from PHP_LDFLAGS.Sascha Schumann2001-05-091-0/+11
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-37/+40
* 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