summaryrefslogtreecommitdiff
path: root/scripts/Makefile.frag
Commit message (Collapse)AuthorAgeFilesLines
* MFH: - Fixed header installing under phpize buildsfoobar2005-11-211-19/+0
|
* - Fixed bug #34850 (--program-suffix and --program-prefix not included in ↵foobar2005-10-131-5/+5
| | | | man page names)
* - MFH run-tests-config.php was never used and now renamedMarcus Boerger2005-08-311-2/+1
|
* - Made it possible to do "make test" for phpized extensionsfoobar2005-08-081-1/+3
|
* - Fix paths when using --libdir and --includedir configure optionsfoobar2005-06-071-1/+1
|
* Removed the empty $bin_src_SCRIPTS (no longer needed), bug #33166foobar2005-05-301-5/+0
|
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-20/+2
| | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir"
* - acconfig.h should not be installed. (it is only a template file..)foobar2005-05-031-1/+0
|
* - Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana)foobar2005-04-301-1/+8
|
* Moved phpextdist to dev/foobar2005-04-301-1/+1
|
* Remove: Has not existed for ages..foobar2005-03-241-1/+0
|
* wsfoobar2005-03-011-1/+1
|
* Let's install the mbstring headers.Wez Furlong2005-02-281-0/+2
| | | | | Fixes PECL #3516
* - Changed phpize not to require automake and libtool.foobar2005-01-201-2/+6
| | | | | - Fixed build system to always use bundled libtool files.
* - MFB: Add dom/xml_common.h header as installed header in order to be able ↵Derick Rethans2004-12-281-0/+1
| | | | to build pecl/xml_reader
* - Fixed bug #28385 (files in $(prefix)/lib/php/build/* installed with wrongfoobar2004-12-211-2/+6
| | | | | permissions). (Jani, ramsy at ramix dot jp)
* - We need to install the headers too.Derick Rethans2004-11-231-0/+2
|
* add ext/libxml/ to the headers pathRob Richards2004-04-191-0/+1
|
* - Made --program-prefix and --program-suffix work. (See bug #23030)foobar2003-12-011-4/+4
|
* MFBfoobar2003-09-191-1/+1
|
* - Single header files installation.foobar2003-08-311-14/+20
|
* install sqlite headers with the rest of php.Wez Furlong2003-08-311-1/+2
| | | | | | | We only really need sqlite.h, but our build system doesn't provide for installation of a single header file (at least not that I can see)
* Use INSTALL to install build filesSascha Schumann2003-08-271-1/+1
|
* Use $(INSTALL_DATA) instead of cpSascha Schumann2003-08-261-4/+4
|
* - Moved scan_makefile_in.awk to better suitable place for it.foobar2003-06-091-1/+1
| | | | | (other build related scripts are under build/ too..)
* Add streams headers to those used for shared extensions.Wez Furlong2003-03-011-0/+1
|
* - Fixed bug: #13561 (--without-pear prevents install of phpize, php-config)foobar2003-01-281-0/+65