summaryrefslogtreecommitdiff
path: root/ext/gettext/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | text. Whitespace changes and a couple of grammar fixes.
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-1/+1
| | | | | to support multi-ABI platforms.
* - Always look into /usr/local before /usrfoobar2003-10-011-4/+2
| | | | | - Added breaks to make sure the preferred value is used.
* Always prefer user specified paths over the default /usr /usr/local.Ilia Alshanetsky2003-09-301-1/+1
| | | | | | This may fix compilation problems with on systems with multiple copies of the same library.
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-121-1/+1
|
* Unified the configure messages.foobar2001-11-301-5/+4
|
* @ Added support for bind_textdomain_codeset(). (rudib@email.si)Jon Parise2001-11-091-0/+1
|
* fix buildWez Furlong2001-08-291-5/+16
|
* Nuke more quotesSascha Schumann2001-05-121-3/+3
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
| | | | | # Heads up people! I tested this before committing but you never know..
* Make gettext extension compilable as shared module.Sascha Schumann2000-05-231-35/+31
|
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-301-1/+1
| | | | | Defaulting to 1.
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-301-1/+1
| | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
* Added PHP_WITH_SHARED for checking "shared,*" prefix when configuringStig Bakken1999-09-131-1/+1
| | | | | extensions.
* incorporate gettext supportSascha Schumann1999-04-211-0/+45