summaryrefslogtreecommitdiff
path: root/buildconf
Commit message (Collapse)AuthorAgeFilesLines
* Make "buildconf --force" more robust, per IRC chat. Not backported to 5.3 ↵Christopher Jones2012-03-061-1/+6
| | | | to avoid destabilization.
* - Removed unused partsJani Taskinen2009-07-201-2/+2
|
* MFH: Get rid of PHP 4 related buildconf and moving around directories. As we ↵David Soria Parra2009-07-111-29/+2
| | | | switched to svn ZE2 is in Zend by default.
* MFH: - Made build system less major version dependant to ease MFB/MFHJani Taskinen2007-07-261-2/+2
|
* MFHfoobar2005-11-291-6/+2
|
* - Fix buildconf with BSD makefoobar2005-02-031-1/+5
|
* Added --debug option to buildconffoobar2005-01-191-3/+8
|
* Revert undiscussed / undecided patchfoobar2003-12-021-22/+9
|
* The least intrusive way to 'import' PECL extensions into the main tree.Ilia Alshanetsky2003-12-011-9/+22
| | | | | | For the moment this deals with tidy, further extensions can be added at a later point.
* First shot at making ze1/ze2 coexistSascha Schumann2003-06-251-0/+22
|
* cleanupfoobar2003-05-191-24/+19
|
* MFB buildconf sanity checkWez Furlong2003-05-191-0/+23
|
* Move autoconf-2.13 check into buildcheck.sh where we already haveSascha Schumann2002-07-211-21/+0
| | | | | | version parsing code and (more importantly) proper error checking for missing autoconf.
* proper patch to cvsclean for bad autoconf.James Cox2002-07-201-0/+8
|
* reverse bad patchSascha Schumann2002-07-201-32/+1
| | | | | | | james, when you send me email about your patch which does not work, why don't you wait for a reply first before committing the non-working stuff?
* more work for buildconf. forces a cvsclean if using a bad am. more ZE/zE2 tests.James Cox2002-07-201-1/+32
|
* iterate through passed argumentsSascha Schumann2002-06-241-21/+12
|
* some people would prefer to be able to specify. So, we specify --ZendEngine2 ↵James Cox2002-06-231-3/+9
| | | | for ZE2 builds, Zend for the rest.
* changing this to mv ZendEngine2 Zend instead of shell logic that isn't portable.James Cox2002-06-231-0/+4
|
* Build compat bridge for makes which support only the BSD .include command.Sascha Schumann2000-09-261-0/+5
| | | | | | This is only required for BSD/OS, because BSDI did not merge in changes from 4.4BSD Lite 1.
* Some crappy makes don't handle the .PHONY target correctly.Sascha Schumann2000-08-241-0/+2
| | | | | So we force a rebuild of generated_lists
* Integration of -ng changes. Changes:Sascha Schumann1999-12-301-1/+1
| | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
* Let user override default setting of ``make''Sascha Schumann1999-12-021-1/+2
|
* Remove some more redundant checks. buildconf is not but a simple wrapperStig Bakken1999-11-291-107/+1
| | | | | for build.mk & co.
* @buildconf now uses build.mkStig Bakken1999-11-281-40/+18
| | | | | Removed redundancy in buildconf/build.mk, buildconf now runs "make -f build.mk"
* Don't forget the pickle.Andrei Zmievski1999-11-221-1/+1
|
* Add libtool files to CVS. Advantages:Sascha Schumann1999-11-081-5/+0
| | | | | | | | | - PHP-specific changes are easier to maintain - it removes one dependency for users (i.e. GNU vs. FreeBSD ports) I have not removed the libtool check in buildconf, since libzend/TSRM still depend on a local version of libtool.
* # Workaround needed to run automake in makedist.Stig Bakken1999-11-041-1/+1
|
* Enable hardcoding runpaths for more platforms and allow Solaris' patch to runSascha Schumann1999-10-061-1/+2
| | | | | buildconf.
* Ignore already applied patches.Sascha Schumann1999-10-061-1/+1
| | | | | If somebody could make this work on Solaris, I'd appreciate it.
* Allow *.a and *.o as libtool objects, and hardcode runpaths intoSascha Schumann1999-10-061-2/+2
| | | | | | | shared libraries. (Both taken from FreeBSD's libtool port.)
* * --copy always, since we need to change ltmain.shSascha Schumann1999-10-061-2/+2
| | | | | * make patch on some obscure UNIX happy
* Apply patch automatically at buildconf timeSascha Schumann1999-10-051-2/+4
|
* automake does not find all subdirectories automatically.Sascha Schumann1999-10-051-1/+4
|
* 100% speedup in buildconf.Sascha Schumann1999-10-051-2/+2
| | | | | We have a top-level Makefile.am, so find becomes superflicious
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature
* * VPATH workSascha Schumann1999-09-291-2/+4
| | | | | | * add "--local" switch to buildconf which only recrates the local autoconf scripts.
* Decent configure speedup. Makefiles are now generated only for theStig Bakken1999-09-291-1/+3
| | | | | | | extensions you are including. Got rid of configure.in.in. Moved the last Apache-specific files into sapi/apache and made both static and DSO build work again (it still doesn't run properly).
* Detect automake/libtool that are installed with different prefixes.Stig Bakken1999-09-241-1/+17
|
* libtool check fixRasmus Lerdorf1999-09-161-1/+1
|
* ext/lcg -> ext/standard in various placesStig Bakken1999-08-311-3/+3
|
* don't print out error messageSascha Schumann1999-08-231-1/+1
|
* rerun checks if buildconf is newer than the time stamp fileSascha Schumann1999-08-131-1/+2
|
* This should sort the buildconf bug...Zeev Suraski1999-08-021-1/+3
|
* forgot to mention the passwordStig Bakken1999-07-271-0/+2
|
* spoonfeedStig Bakken1999-07-271-2/+10
|
* Solaris 7 fixStig Bakken1999-07-241-1/+1
|
* Bourne Shell does not have -nt.Sascha Schumann1999-07-241-1/+1
|
* Improve speed on subsequent runs of buildconfSascha Schumann1999-07-231-3/+4
|
* Fix for compatibility.Andrey Hristov1999-07-231-2/+2
|