summaryrefslogtreecommitdiff
path: root/build/genif.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix building of pure C++ extensions as staticScott MacVicar2011-08-091-1/+1
|
* - Partial revert: It does not matter if awk works or not but helps if it does :)foobar2005-06-211-3/+3
|
* Improved PHP extension loading mechanism with support for module ↵Dmitry Stogov2005-06-171-3/+3
| | | | dependencies and conflicts
* Implement extension load-order deps.Wez Furlong2004-07-181-3/+3
|
* de-overquotationSascha Schumann2002-03-221-8/+8
|
* Replace the incomprehensible newline escaping with @NEWLINE@Sascha Schumann2001-03-301-3/+3
| | | | | Fixes the build on Darwin 1.2
* Stop automatically passing vars to AC_SUBST through PHP_SUBST.Sascha Schumann2000-12-201-0/+41
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.