summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Renaming cvsclean target; IRIX make seems to ignore .PHONYSascha Schumann2004-03-141-3/+2
|
* Prevent cvsclean from being removed on interruptsMartin Kraemer2004-02-031-0/+1
|
* Last php4 occurances..foobar2004-01-211-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-084-9/+9
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Fix buildconf for systems using coreutils-5.0Tal Peer2003-09-281-3/+3
|
* Prevent lines following the version output from confusing the version testJason Greene2003-07-011-2/+2
|
* Eliminate need for automake/aclocalSascha Schumann2003-06-272-36/+21
|
* updating license information in the headers.James Cox2003-06-104-13/+13
|
* - Moved scan_makefile_in.awk to better suitable place for it.foobar2003-06-091-0/+32
| | | | | (other build related scripts are under build/ too..)
* - Unbundle libxml and expat. Now this compiles too..foobar2003-05-191-1/+1
|
* beginnings of php5/bundle supportSterling Hughes2003-05-021-1/+1
|
* - allow libtool to be a symlink. Discussed with SaschaJan Lehnardt2003-04-161-2/+2
|
* * email address changeStig Bakken2003-03-181-2/+2
|
* - Fixed some weird crashes causd by the new default behaviourfoobar2003-02-111-5/+11
| | | | | | of libtool 1.4.3 - Require libtool 1.4.3 or newer from now on.
* - Fixed bug: #13561 (--without-pear prevents install of phpize, php-config)foobar2003-01-281-0/+8
|
* which is not portable. use our bundled shtool instead.Sascha Schumann2003-01-131-4/+4
|
* -update to version 1.6.2Marcus Boerger2002-11-081-46/+305
| | | | | -added path command as requested by jani
* Remove overzealous bison checkSascha Schumann2002-10-301-20/+1
| | | | | | | | | | 1. bison is not invoked during buildconf, so why the heck was the check embedded here. 2. bison 1.35 works fine for ze1. if there is a problem with ze2, the check should be limited to that ze version. don't inconvenience people who are using a perfectly fine combination.
* We have to require bison version <= 1.30 >= 1.75 since any versions between ↵foobar2002-10-271-1/+20
| | | | are broken..
* workaround for the "autoconf-cache-bug" workaroundHartmut Holzgraefe2002-10-211-1/+1
| | | | | -> don't remove config.nice
* Move autoconf-2.13 check into buildcheck.sh where we already haveSascha Schumann2002-07-212-2/+15
| | | | | | version parsing code and (more importantly) proper error checking for missing autoconf.
* One should not ignoreSascha Schumann2002-07-211-1/+1
| | | | | | | AC_PROG_CPP was called before AC_PROG_CC because this error caused the Solaris issue
* .libs/ directories are created when building shared extensions.foobar2002-07-121-1/+1
|
* silence the warning when glibtool is not found..foobar2002-06-261-2/+2
|
* Prefer glibtool over libtool for Mac OS X compatibilitySascha Schumann2002-06-261-3/+4
| | | | | Submitted by: various people, including blakers@mac.com
* changing this to mv ZendEngine2 Zend instead of shell logic that isn't portable.James Cox2002-06-231-1/+1
|
* oops..James Cox2002-06-201-1/+0
|
* make "make snapshot" work again..James Cox2002-06-201-0/+4
| | | | | # is this actually used?
* fixing to permit builds with ZE2James Cox2002-06-201-6/+5
|
* Gone they are.. files related to the old build-systemSascha Schumann2002-04-124-244/+0
|
* de-overquotationSascha Schumann2002-03-221-8/+8
|
* Please welcome the new build system.Sascha Schumann2002-03-078-349/+183
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* Remove note, suppress warningSascha Schumann2002-03-042-5/+2
|
* Added message regarding expected error messages for ./buildconfZak Greant2002-03-031-1/+5
|
* Use php.ini-dist as default config file for testing.Yasuo Ohgaki2002-03-021-2/+2
|
* * use cli sapi to run testsStig Bakken2002-03-011-3/+3
|
* Maintain headers.Sebastian Bergmann2002-02-2813-14/+14
|
* Latest libtools output a multiline version info. Deal with thatMarko Karppinen2002-01-241-2/+2
|
* Update headers.Sebastian Bergmann2001-12-1114-29/+29
|
* add missing dependencySascha Schumann2001-09-191-1/+1
|
* Similar to autoconf-2.5x, say who is doing what.Sascha Schumann2001-09-111-3/+3
|
* Ignore "AC_PROG_LEX invoked multiple times"Sascha Schumann2001-09-111-1/+1
|
* Use $(LINK) for libraries, but $(LINK_CLEAN) for creating programs.Sascha Schumann2001-09-101-1/+1
| | | | | Also pass only $(CFLAGS_CLEAN) into thttpd's Makefile.
* * output brief usage when called without paramsStig Bakken2001-08-281-1/+5
|
* Workaround which avoids passing pic-related flags in link modeSascha Schumann2001-08-093-2/+3
|
* libtool 1.3 -> 1.4 in first checkDavid Croft2001-06-201-3/+3
|
* Add some backwards-compatible macros to accomodate the renaming ofSascha Schumann2001-06-101-2/+2
| | | | | AC_ADD_* macros.
* Display the correct automake versionSascha Schumann2001-05-241-3/+4
|
* automake 1.4-p1 was released. Remove the -p\d+ suffix as this causedSascha Schumann2001-05-231-2/+2
| | | | | an error message on FreeBSD.
* $libtool already contains the full path to libtool.Sascha Schumann2001-05-231-2/+2
|