summaryrefslogtreecommitdiff
path: root/ext/recode/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* - Always look into /usr/local before /usrfoobar2003-10-011-1/+2
| | | | | - Added breaks to make sure the preferred value is used.
* Make it possible to use recode 3.5 too. (happy now Wez? :)foobar2002-04-291-4/+21
|
* One big mess is a bit less mess now.foobar2002-04-241-56/+39
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-121-1/+1
|
* Unified the configure messages.foobar2001-11-301-5/+3
|
* Nuke more quotesSascha Schumann2001-05-121-4/+4
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-3/+3
| | | | | # Heads up people! I tested this before committing but you never know..
* add check for stdbool.hThies C. Arntzen2000-06-061-0/+3
|
* Make recode extension buildable as shared module.Sascha Schumann2000-05-231-15/+12
|
* Some white-space changesSascha Schumann2000-03-261-2/+2
|
* - Added additional DEFER macro.Kristian Köhntopp2000-03-111-0/+65
- First stab at porting the recode module. Still having problems with the _ex() functions, they core - why?