summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the HPUX 10.20 check for non-standard reentrant time functionsSascha Schumann2000-04-011-3/+4
* * Add --enable-libgcc which explicitly links against libgcc.Sascha Schumann2000-03-301-7/+26
* Welcome PHP_ARG_ENABLE and PHP_ARG_WITH. They are there to replace the commonSascha Schumann2000-03-271-0/+12
* Revamp session's config.m4 and reenable support for mm. The shared memorySascha Schumann2000-03-261-0/+4
* - Added additional DEFER macro.Kristian Köhntopp2000-03-111-1/+11
* VPATH builds were broken, if the user specified the path to configureSascha Schumann2000-03-091-2/+2
* Write configuration parameters into `config.nice', so you can redo theSascha Schumann2000-03-071-0/+16
* Support HP-UX 10.x non-standard time-related reentrant functionsSascha Schumann2000-03-031-0/+29
* AD_ADD_LIBRARY_DEFER allows people to add libraries in a deferred waySascha Schumann2000-02-291-1/+11
* $ext_src_base is the source dir of the extensionSascha Schumann2000-02-121-0/+1
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-2/+0
* Set ext_base, a common prefix to the per-extension build directorySascha Schumann2000-02-101-0/+1
* Remove crud.Andrei Zmievski2000-02-021-1/+1
* Moved ext/apache into sapi/apache.Andrei Zmievski2000-02-021-1/+1
* Declare timezone only, if the system fails to do so.Sascha Schumann2000-01-011-0/+19
* Typedef socklen_t, if it is not availableSascha Schumann1999-12-301-2/+2
* Let m4 decide what to doSascha Schumann1999-12-301-5/+1
* Integration of -ng changes. Changes:Sascha Schumann1999-12-301-24/+152
* Workaround for broken trsSascha Schumann1999-12-211-1/+1
* Propagate ZTS setting correctlySascha Schumann1999-12-211-1/+1
* Separate libpaths into PHP_LDFLAGS, so that we can address themSascha Schumann1999-12-061-1/+2
* Allow AC_ADD_LIBRARY to append librarySascha Schumann1999-12-051-2/+6
* Add rpaths to LDFLAGS during configure, drop them later.Sascha Schumann1999-12-051-0/+1