foobar
|
a20383ba06
|
- Unify the "configure --help" texts
|
2005-05-29 23:17:16 +00:00 |
|
Joe Orton
|
2685ca935f
|
Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib
to support multi-ABI platforms.
|
2004-11-03 14:32:52 +00:00 |
|
foobar
|
dc080a5db6
|
- Always look into /usr/local before /usr
- Added breaks to make sure the preferred value is used.
|
2003-10-01 02:53:23 +00:00 |
|
Ilia Alshanetsky
|
526a3d9ce2
|
Always prefer user specified paths over the default /usr /usr/local.
This may fix compilation problems with on systems with multiple copies of
the same library.
|
2003-09-30 22:36:43 +00:00 |
|
Sascha Schumann
|
5cba3a99c2
|
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
|
2002-03-12 16:44:00 +00:00 |
|
foobar
|
f1397d5339
|
Unified the configure messages.
|
2001-11-30 19:00:13 +00:00 |
|
Jon Parise
|
8f26c3f326
|
@ Added support for bind_textdomain_codeset(). (rudib@email.si)
|
2001-11-09 16:27:09 +00:00 |
|
Wez Furlong
|
efdc50c175
|
fix build
|
2001-08-29 13:13:24 +00:00 |
|
Sascha Schumann
|
afdaee9e47
|
Nuke more quotes
|
2001-05-12 11:09:05 +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
|
cab5f6afb8
|
Make gettext extension compilable as shared module.
|
2000-05-23 22:26:51 +00:00 |
|
Sascha Schumann
|
cf5a5fb1dd
|
Whoops, defining them to empty values generates many parse errors.
Defaulting to 1.
|
1999-12-30 04:52:19 +00:00 |
|
Sascha Schumann
|
2c99bef442
|
Get rid of config.h.stub. Note that you should embed a comment about
what the respective define does into the AC_DEFINE macro. I.e.
AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
|
1999-12-30 04:07:46 +00:00 |
|
Stig Bakken
|
809198b916
|
Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring
extensions.
|
1999-09-13 17:17:51 +00:00 |
|
Sascha Schumann
|
48e350a94d
|
incorporate gettext support
|
1999-04-21 17:26:16 +00:00 |
|