Commit Graph

363 Commits

Author SHA1 Message Date
foobar
f9d7b5a833 MFB:- Check if Makefile.frag actually exists before running sed on it. 2007-03-25 10:21:43 +00:00
Antony Dovgal
389e17332e move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in
its result is used in sapi/cli & sapi/embed, not just sapi/cgi
2007-02-20 20:10:53 +00:00
Antony Dovgal
abe754287f use correct comment marker (dnl, not #)
add comment regarding AC_DECL_YYTEXT and the annoying warning
(just in case I'm not the only one who's annoyed by it)
2007-01-31 21:29:53 +00:00
Antony Dovgal
0cbf04266d tabs -> ws 2007-01-15 14:07:18 +00:00
Antony Dovgal
720f9cf1bb improve icu-config check 2007-01-15 14:03:55 +00:00
Andrei Zmievski
83e658d120 Fix copy/paste typo. 2007-01-12 19:13:07 +00:00
Andrei Zmievski
af7451985e Create PHP_SETUP_ICU macro that can be used in self-contained
extensions.
2007-01-12 18:57:11 +00:00
Andrei Zmievski
0b222980d0 Rename php5 module to php6. Remove version number from
sapi/apache/mod_php.* filenames (for future's sake). No other SAPI
moduels modified (up to invididual maintainers).
2007-01-10 23:46:09 +00:00
Nuno Lopes
53be86ae49 MFB 2007-01-01 20:10:26 +00:00
Antony Dovgal
172efe6886 missing part of the fix for #39795
crypt.h defines struct crypt_data only if _REENTRANT is defined
2006-12-12 12:06:00 +00:00
Antony Dovgal
4f903da4c0 fix typo 2006-12-12 10:15:58 +00:00
Antony Dovgal
ec53d3d18a fix #39795 (build fails on AIX because crypt_r() uses different data struct) 2006-12-12 07:36:37 +00:00
Antony Dovgal
8e7ab1b72f fix build with Sun compiler, which doesn't support -O0 2006-12-04 18:28:34 +00:00
Antony Dovgal
d831bd5f73 the last part of the fix for #39004 2006-10-02 20:49:13 +00:00
Antony Dovgal
640c76969e fix the fix for #39004 2006-10-02 19:17:43 +00:00
Ilia Alshanetsky
f4ee4cfa70 MFB: Fixed bug #39004 (Fixed generation of config.nice with autoconf 2.60). 2006-10-02 15:34:56 +00:00
Stefan Esser
06076fd0d6 Fixed that configure bails out on wrong flex version. Now a wrong flex version
will issue a warning and when flex is needed during the make process the make
process will die with an error message.
2006-06-16 08:00:23 +00:00
Ilia Alshanetsky
f0a8096a13 MFB: Fixed bug #37413 (Rejected versions of flex that don't work). 2006-05-11 22:05:16 +00:00
foobar
b87dd3245e fix typo 2006-04-10 12:17:29 +00:00
foobar
ec4395e9ff - Determine the shared/link lib suffixes in one macro. 2006-04-10 12:16:08 +00:00
Andrei Zmievski
3411f2bca1 Separate suffixes of shared libraries that we link against and the ones
we load with dlopen(). This matters on Mac OS X, for example.
2006-04-08 17:34:57 +00:00
Andrei Zmievski
5dc7c284f6 MFB 2006-03-27 05:01:48 +00:00
Marcus Boerger
47a1a84ea5 - Fix the fix 2006-02-28 13:07:19 +00:00
Marcus Boerger
5ea9499ca4 - Fix dependency checks 2006-02-28 12:25:43 +00:00
Marcus Boerger
dc889bcc8d - Require re2c 0.9.11 and use correct version notation 2005-12-24 11:37:25 +00:00
foobar
f2f3eb9064 MFB51: Extension dependancy improvements during configure 2005-12-17 16:22:43 +00:00
foobar
bcade7ced4 - Fixed header installing under phpize builds 2005-11-21 23:07:36 +00:00
Rob Richards
214cdf0d5a bump libxml min version to 2.6.11 2005-10-13 20:16:39 +00:00
foobar
3991ed8bf6 Bump up libxml2 version requirement to >= 2.6.8 2005-09-01 08:25:32 +00:00
foobar
02a8c3e50f MFB: - Fixed bug #33326 (Cannot build extensions with phpize on Macosx). 2005-08-12 15:16:52 +00:00
foobar
3aad9e2048 MFB 2005-08-12 13:54:47 +00:00
foobar
a9cd02c033 fix macro 2005-07-18 17:20:24 +00:00
foobar
ec940d4d5a - Fixed cacheing bug in PHP_SOCKADDR_SA_LEN macro
- Removed duplicate sa_len check from configure.in
- Unified the sockaddr tests into PHP_SOCKADDR_CHECKS macro
2005-07-14 00:12:26 +00:00
foobar
29894e4446 Fix the re_magic test by adding missing #include <sys/types.h> 2005-07-14 00:08:13 +00:00
foobar
bc9bc3972c typofix 2005-07-13 14:34:46 +00:00
foobar
df44615339 - Added check whether re_magic exists in struct regex_t
# per Andrei's request
2005-07-13 14:33:38 +00:00
foobar
71d28a82cf - Fixed stupid bug in PHP_INSTALL_HEADERS() macro: "foo bar" != foo bar
- ext/date/lib/timelib_config.h is also installed now
2005-07-07 23:18:22 +00:00
Dmitry Stogov
8de3367453 Fixed support for shared extensions on AIX 2005-07-07 05:54:43 +00:00
foobar
faa3fd4ae0 re2c 0.98 is the current working version 2005-06-28 20:58:34 +00:00
foobar
e04f5603f7 - Cache the xml2-config path 2005-06-27 18:30:14 +00:00
foobar
a0ab6b7160 - Never ever add /usr/lib as libpath, even if --with-libdir is used 2005-06-22 06:50:24 +00:00
foobar
9f2c906e80 Fix configure problem in braindead systems like Solaris. 2005-06-21 10:20:03 +00:00
foobar
4dfa3fc731 Some netware related build issues fixed (patch by: Kamesh Jayachandran <kameshj at fastmail dot fm> 2005-06-20 11:06:54 +00:00
foobar
a892e4874f fix PHP_INSTALL_HEADERS() macro when 2 params are used 2005-06-20 00:20:45 +00:00
foobar
8d91c1a46d Make this usable for header files too 2005-06-14 02:18:44 +00:00
foobar
334f5d87ff Allow different things to be done when found / not-found 2005-06-14 01:43:53 +00:00
foobar
15cf2a60b0 - Added PHP_CHECK_PDO_INCLUDES macro (caches the result) 2005-06-14 00:00:53 +00:00
foobar
54d85cbfda - Fixed bug #31256 (PHP_EVAL_LIBLINE configure macro does not handle -pthread) 2005-06-13 08:44:47 +00:00
foobar
8e2efc351b - Show "none" when nothing is found 2005-06-07 16:47:33 +00:00
foobar
2fa74dab0e - Revert previous change in build/libtool.m4 and make sure
the PATH_SEPARATOR check is only done under autoconf 2.13.
# fixes also the php-gtk buildconf probs
2005-06-02 21:36:38 +00:00