98 Commits (4f88e66167a9782aeb4e22eb98159fd33666306a)

Author SHA1 Message Date
Andrei Zmievski eb6f625d83 Wrong number of commas. 26 years ago
Sascha Schumann d3d350e7ce Suppress AC_ADD_LIBRARY(x) where x is matched by /^(c|c_r|pthread*)$/ 26 years ago
Sascha Schumann 9a63d8af7f Add PHP_EVAL_LIBLINE and PHP_EVAL_INCLINE 26 years ago
Sascha Schumann b8063c342c Separate creating config_vars.mk and generating Makefiles. 26 years ago
Sascha Schumann e49ad341bd Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE. 26 years ago
Sascha Schumann 01ecd47a05 Fix test for php_always_shared 26 years ago
Sascha Schumann 1e56dd781a Make use of already existing macro PHP_PROG_SENDMAIL 26 years ago
Sascha Schumann 7bb2af41e3 Use sed instead of tr. The tr regexp syntax does not seem to be portable 26 years ago
Sascha Schumann 2bd6846adc Solve conflict with mysql's readdir_r check. Both defined HAVE_READDIR_R, 26 years ago
Sascha Schumann 25df65b0b8 Support old-style readdir_r() 26 years ago
Sascha Schumann f1eefa64ec A couple of cleanups and shared-libadd additions 26 years ago
Sascha Schumann 417f74451f Cosmetic changes 26 years ago
Sascha Schumann 2aaa538aef Use reentrant version of readdir. If the target platform does not support 26 years ago
Sascha Schumann f04936f8a1 Make the shared library suffix dynamic. Improve workaround for libtool's 26 years ago
Sascha Schumann db3d16dca1 Add debug.log facility. If there are any obscure bugs in our build system, 26 years ago
Sascha Schumann c2279a0217 s/normal/SUSV2/ 26 years ago
Thies C. Arntzen 62d5504706 AC_ADD_LIBRARY_WITH_PATH now always prepends new libraries. 26 years ago
Thies C. Arntzen 3ee9304cd9 support empty libpath in AC_ADD_LIBRARY_WITH_PATH 26 years ago
Sascha Schumann b345acb577 Never tell link editor to libc. Some systems use thread-safe 26 years ago
Sascha Schumann dc91d47014 Remove trailing slash(es) from pathnames 26 years ago
Sascha Schumann d0f3764ee2 Change reentrancy API to always use the php prefix. 26 years ago
Sascha Schumann b6e4841ec7 Determine first whether we will use ZTS mode or not. 26 years ago
Sascha Schumann cae3b7dff5 Pear Changes: 26 years ago
Sascha Schumann 0b516602fd Add shared-libadd option to AC_ADD_LIBRARY_WITH_PATH. 26 years ago
Sascha Schumann 113b87736b Use GCC's --print-libgcc-file-name flag to find libgcc's path. 26 years ago
Sascha Schumann a481fddfb3 Improved in-tree shared libraries build system 26 years ago
Martin Kraemer 06e504d32a Test for EBCDIC platform 26 years ago
Sascha Schumann 179672a980 Fix the HPUX 10.20 check for non-standard reentrant time functions 26 years ago
Sascha Schumann 1e31b7755c * Add --enable-libgcc which explicitly links against libgcc. 26 years ago
Sascha Schumann 1f822b98ce Welcome PHP_ARG_ENABLE and PHP_ARG_WITH. They are there to replace the common 26 years ago
Sascha Schumann a2d42419a5 Revamp session's config.m4 and reenable support for mm. The shared memory 26 years ago
Kristian Köhntopp 1aba4ea9d0 - Added additional DEFER macro. 26 years ago
Sascha Schumann f6460bfe6f VPATH builds were broken, if the user specified the path to configure 26 years ago
Sascha Schumann 77fb7d2b64 Write configuration parameters into `config.nice', so you can redo the 26 years ago
Sascha Schumann 3bfe29fddb Support HP-UX 10.x non-standard time-related reentrant functions 26 years ago
Sascha Schumann c5977f6503 AD_ADD_LIBRARY_DEFER allows people to add libraries in a deferred way 26 years ago
Sascha Schumann 883c62b5e9 $ext_src_base is the source dir of the extension 26 years ago
Zeev Suraski 6d0ab6166c SAPIfication, Episode VI: Return of the SAPI 26 years ago
Sascha Schumann aa50e6368a Set ext_base, a common prefix to the per-extension build directory 26 years ago
Andrei Zmievski b4864206aa Remove crud. 26 years ago
Andrei Zmievski f0f00daa92 Moved ext/apache into sapi/apache. 26 years ago
Sascha Schumann 2fd8cbff2a Declare timezone only, if the system fails to do so. 26 years ago
Sascha Schumann 5b2ecc5b82 Typedef socklen_t, if it is not available 26 years ago
Sascha Schumann afe0e5601b Let m4 decide what to do 26 years ago
Sascha Schumann f2f8d38efa Integration of -ng changes. Changes: 26 years ago
Sascha Schumann 12f9894f54 Workaround for broken trs 26 years ago
Sascha Schumann 2e07f02451 Propagate ZTS setting correctly 26 years ago
Sascha Schumann b47cb50ccd Separate libpaths into PHP_LDFLAGS, so that we can address them 26 years ago
Sascha Schumann 420b11a0fd Allow AC_ADD_LIBRARY to append library 26 years ago
Sascha Schumann f2a090c6f1 Add rpaths to LDFLAGS during configure, drop them later. 26 years ago