Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.2' into PHP-7.3 | Peter Kokot | 2018-10-20 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | * PHP-7.2: [ci skip] Update NEWS [ci skip] Update NEWS Fix #77041: buildconf should output error messages to stderr | ||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Peter Kokot | 2018-10-20 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | * PHP-7.1: [ci skip] Update NEWS Fix #77041: buildconf should output error messages to stderr | ||||
| | * | Fix #77041: buildconf should output error messages to stderr | Mizunashi Mana | 2018-10-20 | 1 | -2/+2 |
| | | | |||||
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -1/+0 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | | Use modern autotools name of configure.ac instead of configure.in | Brian Evans | 2017-01-27 | 1 | -1/+1 |
|/ | | | | | | | | | | configure.ac was introduced in 2001 with automake-1.15 and autoconf-2.50 to replace the file named configure.in. Autotools is preparing to remove configure.in in Automake 2.0. All new software should be using configure.ac. This also fixes Bug #69770 where extensions are creating configure.in Signed-off-by: Brian Evans <grknight@gentoo.org> | ||||
* | Make "buildconf --force" more robust, per IRC chat. Not backported to 5.3 ↵ | Christopher Jones | 2012-03-06 | 1 | -1/+6 |
| | | | | to avoid destabilization. | ||||
* | - Removed unused parts | Jani Taskinen | 2009-07-20 | 1 | -2/+2 |
| | |||||
* | MFH: Get rid of PHP 4 related buildconf and moving around directories. As we ↵ | David Soria Parra | 2009-07-11 | 1 | -29/+2 |
| | | | | switched to svn ZE2 is in Zend by default. | ||||
* | MFH: - Made build system less major version dependant to ease MFB/MFH | Jani Taskinen | 2007-07-26 | 1 | -2/+2 |
| | |||||
* | MFH | foobar | 2005-11-29 | 1 | -6/+2 |
| | |||||
* | - Fix buildconf with BSD make | foobar | 2005-02-03 | 1 | -1/+5 |
| | |||||
* | Added --debug option to buildconf | foobar | 2005-01-19 | 1 | -3/+8 |
| | |||||
* | Revert undiscussed / undecided patch | foobar | 2003-12-02 | 1 | -22/+9 |
| | |||||
* | The least intrusive way to 'import' PECL extensions into the main tree. | Ilia Alshanetsky | 2003-12-01 | 1 | -9/+22 |
| | | | | | | For the moment this deals with tidy, further extensions can be added at a later point. | ||||
* | First shot at making ze1/ze2 coexist | Sascha Schumann | 2003-06-25 | 1 | -0/+22 |
| | |||||
* | cleanup | foobar | 2003-05-19 | 1 | -24/+19 |
| | |||||
* | MFB buildconf sanity check | Wez Furlong | 2003-05-19 | 1 | -0/+23 |
| | |||||
* | Move autoconf-2.13 check into buildcheck.sh where we already have | Sascha Schumann | 2002-07-21 | 1 | -21/+0 |
| | | | | | | version parsing code and (more importantly) proper error checking for missing autoconf. | ||||
* | proper patch to cvsclean for bad autoconf. | James Cox | 2002-07-20 | 1 | -0/+8 |
| | |||||
* | reverse bad patch | Sascha Schumann | 2002-07-20 | 1 | -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 Cox | 2002-07-20 | 1 | -1/+32 |
| | |||||
* | iterate through passed arguments | Sascha Schumann | 2002-06-24 | 1 | -21/+12 |
| | |||||
* | some people would prefer to be able to specify. So, we specify --ZendEngine2 ↵ | James Cox | 2002-06-23 | 1 | -3/+9 |
| | | | | for ZE2 builds, Zend for the rest. | ||||
* | changing this to mv ZendEngine2 Zend instead of shell logic that isn't portable. | James Cox | 2002-06-23 | 1 | -0/+4 |
| | |||||
* | Build compat bridge for makes which support only the BSD .include command. | Sascha Schumann | 2000-09-26 | 1 | -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 Schumann | 2000-08-24 | 1 | -0/+2 |
| | | | | | So we force a rebuild of generated_lists | ||||
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 1 | -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 Schumann | 1999-12-02 | 1 | -1/+2 |
| | |||||
* | Remove some more redundant checks. buildconf is not but a simple wrapper | Stig Bakken | 1999-11-29 | 1 | -107/+1 |
| | | | | | for build.mk & co. | ||||
* | @buildconf now uses build.mk | Stig Bakken | 1999-11-28 | 1 | -40/+18 |
| | | | | | Removed redundancy in buildconf/build.mk, buildconf now runs "make -f build.mk" | ||||
* | Don't forget the pickle. | Andrei Zmievski | 1999-11-22 | 1 | -1/+1 |
| | |||||
* | Add libtool files to CVS. Advantages: | Sascha Schumann | 1999-11-08 | 1 | -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 Bakken | 1999-11-04 | 1 | -1/+1 |
| | |||||
* | Enable hardcoding runpaths for more platforms and allow Solaris' patch to run | Sascha Schumann | 1999-10-06 | 1 | -1/+2 |
| | | | | | buildconf. | ||||
* | Ignore already applied patches. | Sascha Schumann | 1999-10-06 | 1 | -1/+1 |
| | | | | | If somebody could make this work on Solaris, I'd appreciate it. | ||||
* | Allow *.a and *.o as libtool objects, and hardcode runpaths into | Sascha Schumann | 1999-10-06 | 1 | -2/+2 |
| | | | | | | | shared libraries. (Both taken from FreeBSD's libtool port.) | ||||
* | * --copy always, since we need to change ltmain.sh | Sascha Schumann | 1999-10-06 | 1 | -2/+2 |
| | | | | | * make patch on some obscure UNIX happy | ||||
* | Apply patch automatically at buildconf time | Sascha Schumann | 1999-10-05 | 1 | -2/+4 |
| | |||||
* | automake does not find all subdirectories automatically. | Sascha Schumann | 1999-10-05 | 1 | -1/+4 |
| | |||||
* | 100% speedup in buildconf. | Sascha Schumann | 1999-10-05 | 1 | -2/+2 |
| | | | | | We have a top-level Makefile.am, so find becomes superflicious | ||||
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 1 | -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 work | Sascha Schumann | 1999-09-29 | 1 | -2/+4 |
| | | | | | | * add "--local" switch to buildconf which only recrates the local autoconf scripts. | ||||
* | Decent configure speedup. Makefiles are now generated only for the | Stig Bakken | 1999-09-29 | 1 | -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 Bakken | 1999-09-24 | 1 | -1/+17 |
| | |||||
* | libtool check fix | Rasmus Lerdorf | 1999-09-16 | 1 | -1/+1 |
| | |||||
* | ext/lcg -> ext/standard in various places | Stig Bakken | 1999-08-31 | 1 | -3/+3 |
| | |||||
* | don't print out error message | Sascha Schumann | 1999-08-23 | 1 | -1/+1 |
| | |||||
* | rerun checks if buildconf is newer than the time stamp file | Sascha Schumann | 1999-08-13 | 1 | -1/+2 |
| | |||||
* | This should sort the buildconf bug... | Zeev Suraski | 1999-08-02 | 1 | -1/+3 |
| | |||||
* | forgot to mention the password | Stig Bakken | 1999-07-27 | 1 | -0/+2 |
| |