summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* - Updated bundled shtool to 2.0.6 and added "platform" command in it.foobar2007-04-161-19/+615
|
* fix cvsclean on cygwin with windows-style EOLsNuno Lopes2007-02-151-1/+1
|
* Update copyright yearIlia Alshanetsky2007-01-013-4/+4
| | | | | # The rest of the files were already updated by Sebastian
* bump year and license versionfoobar2006-01-014-13/+13
|
* - automake is not neededfoobar2005-11-291-2/+2
|
* MFHfoobar2005-11-292-5/+2
|
* - Update bundled libtool to 1.5.20foobar2005-11-291-82/+98
|
* - Bumber up yearfoobar2005-08-034-5/+5
|
* - Partial revert: It does not matter if awk works or not but helps if it does :)foobar2005-06-211-3/+3
|
* - Updated bundled shtool to version 2.0.2foobar2005-06-181-14/+24
|
* Improved PHP extension loading mechanism with support for module ↵Dmitry Stogov2005-06-171-3/+3
| | | | dependencies and conflicts
* - Revert previous change in build/libtool.m4 and make surefoobar2005-06-021-5/+3
| | | | | | the PATH_SEPARATOR check is only done under autoconf 2.13. # fixes also the php-gtk buildconf probs
* - Changed the PATH_SEPARATOR check to a macrofoobar2005-05-301-1/+3
| | | | | | | - Made sure we're generating aclocal.m4 in same way with both buildconf and phpize. # Bug #33177
* m4 comments start with 'dnl', *not* with '#'Hartmut Holzgraefe2005-05-291-25/+25
|
* - Update bundled libtool to 1.5.18 (latest atm)foobar2005-05-271-2546/+5046
| | | | | # Fixes several issues with more exotic systems (AIX,HPUX,etc)
* Update bundled shtool to 2.0.1 (see also bug #33023)foobar2005-05-201-134/+201
|
* Spell "overridden" correctly.Jon Parise2005-04-071-2/+2
|
* Adding the ability to override the autotools executables used by theJon Parise2005-04-042-4/+12
| | | | | | buildconf script via the PHP_AUTOCONF and PHP_AUTOHEADER environmental variables.
* - Prevent compiling shared extensions when --enable-versioning is usedfoobar2005-03-261-0/+17
| | | | | | | | - Fix -export-symbols in Linux in the bundled libtool.m4: o http://lists.gnu.org/archive/html/libtool/2002-07/msg00029.html # more about this: # http://marc.theaimsgroup.com/?l=php-dev&m=106629582813118&w=2
* - Applied some patches to fix issues with e.g. ia_64 and s390foobar2005-02-151-1/+21
|
* - Fix buildconf with BSD makefoobar2005-02-031-10/+2
|
* - Changed phpize not to require automake and libtool.foobar2005-01-202-49/+11
| | | | | - Fixed build system to always use bundled libtool files.
* Added --debug option to buildconffoobar2005-01-191-5/+8
|
* Revert the multiple autoconf versions patchfoobar2005-01-192-7/+4
|
* - Add the patched libtool.m4 from snaps so that Jani can play with it.Derick Rethans2005-01-191-0/+3693
|
* Safer libtoolize version checkRasmus Lerdorf2004-12-301-2/+2
|
* Fix buildconf when multiple autoconf versions installedfoobar2004-12-202-4/+7
|
* Implement extension load-order deps.Wez Furlong2004-07-182-3/+92
|
* 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