foobar
2bd567d513
Fixed bug: #12563 (and possibly other similar one's too..)
2001-08-06 10:11:03 +00:00
foobar
f9e375f493
Changed the PHP_ADD_LIBRARY_DEFER() to work when building
...
standalone extensions. Also improved the checks for SSL and Kerberos in
IMAP extension configure.
2001-08-03 05:17:18 +00:00
Sascha Schumann
e843e8c5f0
Move PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use it
...
in thttpd's config.m4.
2001-06-15 12:53:20 +00:00
Andi Gutmans
1c0471feee
- Fix grammar
2001-06-11 04:15:58 +00:00
Sascha Schumann
9a7c1f2ad6
Add some backwards-compatible macros to accomodate the renaming of
...
AC_ADD_* macros.
2001-06-10 13:51:18 +00:00
foobar
3a1b61c07d
Fix bug: #9009 .
2001-06-01 06:26:22 +00:00
Sascha Schumann
e2eaf6342e
Add support for systems where p{read|write} take a off64_t without
...
being properly prototyped.
2001-05-20 23:39:09 +00:00
Sascha Schumann
7e5b4db323
Fix irix-time_r test
2001-05-20 21:55:57 +00:00
Sascha Schumann
7b88c7b378
remove fi
2001-05-20 21:50:54 +00:00
Sascha Schumann
ff5a9de31d
Support for IRIX-style asctime_r/ctime_r.
2001-05-20 21:29:55 +00:00
Sascha Schumann
7dfce52fdc
Catch 'mkdir -p' brokeness on IRIX
2001-05-20 21:07:23 +00:00
Sascha Schumann
6be7eb9059
Store some build-specific environment variables in config.nice.
2001-05-19 20:21:58 +00:00
Sascha Schumann
afdaee9e47
Nuke more quotes
2001-05-12 11:09:05 +00:00
Sascha Schumann
9982ff568a
Nuke some unneccessary quotes
2001-05-12 10:33:52 +00:00
Sascha Schumann
b1393e1880
Document overwriting behaviour of PHP_ARG_WITH/ENABLE with regard
...
to ext_shared.
2001-05-09 18:12:12 +00:00
Sascha Schumann
8f3ebfe4a9
Remove -L/usr/lib/? from PHP_LDFLAGS.
2001-05-09 13:57:56 +00:00
foobar
8a26918ed1
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
...
# Heads up people! I tested this before committing but you never know..
2001-03-27 20:35:04 +00:00
Sascha Schumann
0656a47f3e
Instead of assuming that sendmail lives in /usr/lib, if we don't find it,
...
we also check /usr/lib now.
PR: #9362
2001-02-21 07:39:13 +00:00
Stig Venaas
59fa3f3d04
Made OpenSSL extension work with 0.9.5 and changed version check to 0.9.5
2001-01-07 11:36:15 +00:00
foobar
cc51599f4a
Added better checking for OpenSSL's libraries. Now configure stops
...
if the libs aren't found.
# bug report #8365
2001-01-03 18:12:06 +00:00
Stig Venaas
348f6c609c
I think the order is wrong, switched order of ssl and crypto libs
2001-01-02 22:40:03 +00:00
Sascha Schumann
7f96af83b2
Stop automatically passing vars to AC_SUBST through PHP_SUBST.
...
There are some variables which are needed for Makefiles and files
created by AC_OUTPUT; we use PHP_SUBST_OLD for those now.
genif.sh was moved to an appropiate place.
2000-12-20 17:21:37 +00:00
Sascha Schumann
80e1124c21
New m4 macros should go into acinclude.m4.
2000-12-14 17:29:38 +00:00
Sascha Schumann
3f38d892c0
Workaround for these two symptoms:
...
Some sed tools don't match strings which are not terminated with LF.
Some shells still support the ^ as a synonym for the pipe character.
Submitted by: Stanislav Malyshev
2000-12-03 10:58:18 +00:00
Hartmut Holzgraefe
f5bf3c10fd
make HAVE_FOPENCOOKIE available for other extensions besides zlib
2000-11-21 08:38:20 +00:00
Stanislav Malyshev
1884518cf4
Revert the patch - people don't like it
2000-11-02 18:24:43 +00:00
Stanislav Malyshev
d949733c70
Fix issue with Sun CC not detecting readdir_r
...
# This was once fixed in the code, but not in the configure
2000-11-02 16:50:40 +00:00
Andi Gutmans
b74d02dbe4
- Fix from Sascha. It fixes errorneous inclusion of bz2
2000-10-28 10:48:32 +00:00
foobar
83b3818e67
Fix the fix as Sascha suggested.
2000-10-15 00:58:29 +00:00
foobar
5db1090dff
Fix to #7162 .
2000-10-14 22:13:18 +00:00
Sascha Schumann
e07e515a1b
Ignore trailing slashes
2000-10-12 23:17:21 +00:00
Sascha Schumann
23a96536fa
Fix the readdir_r POSIX check
2000-10-11 14:35:45 +00:00
Sascha Schumann
a2f126c351
Build compat bridge for makes which support only the BSD .include command.
...
This is only required for BSD/OS, because BSDI did not merge in changes
from 4.4BSD Lite 1.
2000-09-26 11:19:38 +00:00
Sascha Schumann
d9b4f90969
Revert controversial patch
2000-09-21 23:18:25 +00:00
foobar
83987c17ac
This fix prevents adding an empty -l to LIBS
2000-09-19 23:52:24 +00:00
Sascha Schumann
2e0ae6d25f
Solaris-readdir_r-wants-large-buffer fix
...
Libc5-readdir_r workaround
2000-09-11 15:25:06 +00:00
Sascha Schumann
2c42094494
Clean up the mess WRT rebuilding a limited set of files.
...
Earlier changes were based upon a wrong assumption (that CONFIG_FILES
could be relied upon).
2000-07-26 14:53:54 +00:00
Stig Bakken
abe372481d
forgot to commit this one last night
2000-07-25 10:57:57 +00:00
Sascha Schumann
4f71062551
Lift the add-once limit for libraries, because there are valid reasons
...
against it. When dealing with static libraries, the link order is
important and it might be necessary to add a library multiple times to
satisfy mutual symbol requirements.
2000-07-10 10:26:13 +00:00
Sascha Schumann
e51571595c
Add support for building C++ sources.
...
In your extension's config.m4, you need to use the m4 macro
PHP_REQUIRE_CXX
This shall be called only, if your extension is enabled.
C++ source files shall not be put into the LTLIBRARY_SOURCES macro.
Instead, the filename of the object shall be put into
LTLIBRARY_OBJECTS_X. I.e. if your extension foo consists of foo.cxx, use
LTLIBRARY_OBJECTS_X = foo.lo
2000-07-09 20:39:18 +00:00
Andrei Zmievski
eb6f625d83
Wrong number of commas.
2000-06-17 16:13:11 +00:00
Sascha Schumann
d3d350e7ce
Suppress AC_ADD_LIBRARY(x) where x is matched by /^(c|c_r|pthread*)$/
2000-06-17 10:53:08 +00:00
Sascha Schumann
9a63d8af7f
Add PHP_EVAL_LIBLINE and PHP_EVAL_INCLINE
2000-06-17 10:50:42 +00:00
Sascha Schumann
b8063c342c
Separate creating config_vars.mk and generating Makefiles.
...
This change enables you to regenerate Makefiles by running config.status.
2000-06-11 10:38:37 +00:00
Sascha Schumann
e49ad341bd
Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE.
2000-06-08 06:14:58 +00:00
Sascha Schumann
01ecd47a05
Fix test for php_always_shared
2000-06-07 19:13:28 +00:00
Sascha Schumann
1e56dd781a
Make use of already existing macro PHP_PROG_SENDMAIL
2000-05-31 20:44:04 +00:00
Sascha Schumann
7bb2af41e3
Use sed instead of tr. The tr regexp syntax does not seem to be portable
...
enough to make wide use of it. This should fix problems on Solaris 8
and possibly on older SysV-derivatives.
2000-05-31 20:30:16 +00:00
Sascha Schumann
2bd6846adc
Solve conflict with mysql's readdir_r check. Both defined HAVE_READDIR_R,
...
but with different values.
2000-05-27 19:30:36 +00:00
Sascha Schumann
25df65b0b8
Support old-style readdir_r()
2000-05-24 11:06:57 +00:00