Sean Bright
444d3a6150
Fix for bug #15605
# If someone more familiar with the build system sees a problem with this
# feel free to revert it. It simply escapes #'s that are put into
# config_vars.mk
25 years ago
Edin Kadribasic
13ca332184
Enable extensions to specify that they are not supposed to be
built with the CLI SAPI. This is done by passing "nocli" as the
3rd parameter to PHP_EXTENSION macro.
25 years ago
Marko Karppinen
fc3a59c85f
Enable developers to use PHP_ARG_ENABLE and PHP_ARG_WITH silently
to maintain legacy configure options without clutter in the
configure help and checking output.
# Hopefully this encourages module writers to finally adopt
# standard naming conventions for their configure options!
25 years ago
Marko Karppinen
cd9b5d01e3
Added a case for Darwin / Mac OS X to PHP_SHLIB_SUFFIX_NAME
25 years ago
Sascha Schumann
c0b8ac1142
Don't build CLI, if an extension requests that.
In this case, the ircg extension refers to thttpd-specific symbols
which causes the build of the cli sapi module to fail.
25 years ago
Hartmut Holzgraefe
44b5298506
removed check macros no longer needed due to CLI work
(plus reverting last commit, was in wrong dir :( )
25 years ago
Hartmut Holzgraefe
a79e857ccd
removed check macros no longer needed due to CLI work
25 years ago
Edin Kadribasic
f5790b0a7c
Modified the build system to make certain extensions (pcntl, ncurses,
pcntl) only with cgi/cli sapi's. This was done by adding 3rd optional
parameter to PHP_EXTENSION macro which should be set to "cli" if
the extension only makes sense for that class of api's.
25 years ago
Edin Kadribasic
2af5118d35
Fixed build in the directory other than $top_srcdir.
25 years ago
Edin Kadribasic
db8647203c
Modified the build system to always build CLI SAPI.
25 years ago
foobar
fa41fe8646
Reverted Hartmut's patch as it caused more trouble than it solved.
# Broke my build totally. The 'correct' fix is to make the checks better
# everywhere. ie. to check for existance of the library/symbol in some lib.
25 years ago
Hartmut Holzgraefe
48cba31e58
two new check functions for use in config.m4 file
25 years ago
Hartmut Holzgraefe
d63edeba21
make configure more robust if extensions add libraries without
checking for their existance first
old behaviour was to fail on the next library check with misleading
messages, now configure will work but make will fail with a
'lib not found' message
25 years ago
Alex Waugh
dc7f04163a
Give defaults for pread and pwrite checks when cross compiling
25 years ago
foobar
8a8741a1fe
This makes the configure --help output more readable.
25 years ago
foobar
acb7d69ff7
Always quote the messages.
25 years ago
foobar
032b263129
Fixes commit / link problems with certain compilers.
# Please use PHP_CHECK_LIBRARY() always instead of AC_CHECK_LIB
# if you need to pass extra libs/libpaths to the test.
25 years ago
Sascha Schumann
9350a23b8f
Move PHP_SUBSTs to configure.in.
25 years ago
Sascha Schumann
8ab1c2aa44
nuke some apparently harmful spaces
25 years ago
foobar
2bd567d513
Fixed bug: #12563 (and possibly other similar one's too..)
25 years ago
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.
25 years ago
Sascha Schumann
e843e8c5f0
Move PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use it
in thttpd's config.m4.
25 years ago
Andi Gutmans
1c0471feee
- Fix grammar
25 years ago
Sascha Schumann
9a7c1f2ad6
Add some backwards-compatible macros to accomodate the renaming of
AC_ADD_* macros.
25 years ago
foobar
3a1b61c07d
Fix bug: #9009 .
25 years ago
Sascha Schumann
e2eaf6342e
Add support for systems where p{read|write} take a off64_t without
being properly prototyped.
25 years ago
Sascha Schumann
7e5b4db323
Fix irix-time_r test
25 years ago
Sascha Schumann
7b88c7b378
remove fi
25 years ago
Sascha Schumann
ff5a9de31d
Support for IRIX-style asctime_r/ctime_r.
25 years ago
Sascha Schumann
7dfce52fdc
Catch 'mkdir -p' brokeness on IRIX
25 years ago
Sascha Schumann
6be7eb9059
Store some build-specific environment variables in config.nice.
25 years ago
Sascha Schumann
afdaee9e47
Nuke more quotes
25 years ago
Sascha Schumann
9982ff568a
Nuke some unneccessary quotes
25 years ago
Sascha Schumann
b1393e1880
Document overwriting behaviour of PHP_ARG_WITH/ENABLE with regard
to ext_shared.
25 years ago
Sascha Schumann
8f3ebfe4a9
Remove -L/usr/lib/? from PHP_LDFLAGS.
25 years ago
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..
26 years ago
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
26 years ago
Stig Venaas
59fa3f3d04
Made OpenSSL extension work with 0.9.5 and changed version check to 0.9.5
26 years ago
foobar
cc51599f4a
Added better checking for OpenSSL's libraries. Now configure stops
if the libs aren't found.
# bug report #8365
26 years ago
Stig Venaas
348f6c609c
I think the order is wrong, switched order of ssl and crypto libs
26 years ago
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.
26 years ago
Sascha Schumann
80e1124c21
New m4 macros should go into acinclude.m4.
26 years ago
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
26 years ago
Hartmut Holzgraefe
f5bf3c10fd
make HAVE_FOPENCOOKIE available for other extensions besides zlib
26 years ago
Stanislav Malyshev
1884518cf4
Revert the patch - people don't like it
26 years ago
Stanislav Malyshev
d949733c70
Fix issue with Sun CC not detecting readdir_r
# This was once fixed in the code, but not in the configure
26 years ago
Andi Gutmans
b74d02dbe4
- Fix from Sascha. It fixes errorneous inclusion of bz2
26 years ago
foobar
83b3818e67
Fix the fix as Sascha suggested.
26 years ago
foobar
5db1090dff
Fix to #7162 .
26 years ago
Sascha Schumann
e07e515a1b
Ignore trailing slashes
26 years ago