Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libtool 1.3 -> 1.4 in first check | David Croft | 2001-06-20 | 1 | -3/+3 |
| | |||||
* | Add some backwards-compatible macros to accomodate the renaming of | Sascha Schumann | 2001-06-10 | 1 | -2/+2 |
| | | | | | AC_ADD_* macros. | ||||
* | Display the correct automake version | Sascha Schumann | 2001-05-24 | 1 | -3/+4 |
| | |||||
* | automake 1.4-p1 was released. Remove the -p\d+ suffix as this caused | Sascha Schumann | 2001-05-23 | 1 | -2/+2 |
| | | | | | an error message on FreeBSD. | ||||
* | $libtool already contains the full path to libtool. | Sascha Schumann | 2001-05-23 | 1 | -2/+2 |
| | |||||
* | Fix path to alternate mkdir | Sascha Schumann | 2001-05-20 | 1 | -2/+2 |
| | |||||
* | revert parts of last commit - stupid me! | Thies C. Arntzen | 2001-05-18 | 1 | -19/+11 |
| | |||||
* | --enable-memory-usage-info id deprecated. use --enable-memory-limit instead! | Thies C. Arntzen | 2001-05-18 | 1 | -11/+19 |
| | |||||
* | First step towards full libtool 1.4 portability | Sascha Schumann | 2001-05-12 | 1 | -2/+2 |
| | |||||
* | Remove ltconfig which is not used anymore by libtool 1.4 | Sascha Schumann | 2001-05-12 | 1 | -1/+1 |
| | |||||
* | Fix special treatment of zlib by introducing the Apache concept | Sascha Schumann | 2001-05-11 | 1 | -1/+1 |
| | | | | | of config.m4 hierarchies. | ||||
* | Up prerequisites to libtool 1.4 | Sascha Schumann | 2001-05-06 | 1 | -3/+3 |
| | |||||
* | Fix libtool check | Sascha Schumann | 2001-05-05 | 1 | -2/+2 |
| | | | | | Submitted by: brisse@ping.dk | ||||
* | Fix bug #10589 | foobar | 2001-05-03 | 1 | -2/+3 |
| | |||||
* | Remove unnecessary tab (was killing Tru64 make) | Zeev Suraski | 2001-04-23 | 1 | -1/+1 |
| | |||||
* | * using CGI -C option, you no longer have to specify "full" path to tests | Stig Bakken | 2001-04-16 | 1 | -2/+2 |
| | |||||
* | This is a temporary fix to the previous patch that breaks the build. | Jason Greene | 2001-04-04 | 1 | -3/+4 |
| | | | | | | | | | | | This keeps the functionality of searching for glibtool or libtool, but have you checked the rest of the build process to see if this is compatible? Regardless, 'which' returns a value on some os's when nothing is found which breaks the previous patches test. Also the unary negation after an if is not compatible with true bourne. -Jason | ||||
* | Undo oopsie | Wilfredo Sanchez | 2001-04-03 | 1 | -7/+7 |
| | |||||
* | Add INSTALL_ROOT variable to specify install location. | Wilfredo Sanchez | 2001-04-03 | 1 | -7/+7 |
| | |||||
* | Find libtool if it's called glibtool. | Wilfredo Sanchez | 2001-04-03 | 1 | -2/+3 |
| | |||||
* | Replace the incomprehensible newline escaping with @NEWLINE@ | Sascha Schumann | 2001-03-30 | 2 | -4/+4 |
| | | | | | Fixes the build on Darwin 1.2 | ||||
* | Remove config.h instead of php_config.h | Andrei Zmievski | 2001-03-13 | 1 | -1/+1 |
| | |||||
* | Replace AM_PROG_LEX with a separated call to AC_PROG_LEX and AC_DECL_YYTEXT. | Sascha Schumann | 2001-03-06 | 1 | -3/+2 |
| | | | | | | The latter is only called, if lex was found, so that PHP configures now on setups without (f)lex. | ||||
* | Suppress the other nasty warning | Sascha Schumann | 2001-02-08 | 1 | -2/+4 |
| | |||||
* | Add cvsclean target for standalone extensions. | Andrei Zmievski | 2001-02-01 | 1 | -0/+6 |
| | |||||
* | Run run-tests.php in srcdir and add top_builddir/pear to the include | Sascha Schumann | 2000-12-24 | 1 | -2/+2 |
| | | | | | | path (does not seem to work though yet. The include path does not seem to get changed at all). | ||||
* | Fix "make test" in VPATH environments | Sascha Schumann | 2000-12-24 | 1 | -2/+2 |
| | |||||
* | Stop automatically passing vars to AC_SUBST through PHP_SUBST. | Sascha Schumann | 2000-12-20 | 1 | -0/+41 |
| | | | | | | | | There are some variables which are needed for Makefiles and files created by AC_OUTPUT; we use PHP_SUBST_OLD for those now. genif.sh was moved to an appropiate place. | ||||
* | Speed up the genif.sh script a little bit. Whereas it took three seconds | Sascha Schumann | 2000-12-20 | 1 | -0/+6 |
| | | | | | previously, it takes now about 100ms on a P233. | ||||
* | * PEAR: don't require "make install" before "make test" | Stig Bakken | 2000-12-13 | 1 | -2/+2 |
| | |||||
* | * make it possible to override the start directory for "make test" | Stig Bakken | 2000-12-07 | 1 | -1/+5 |
| | |||||
* | changed run-tests.php to use 'php -q' instead of 'php -f' | Hartmut Holzgraefe | 2000-12-03 | 1 | -1/+1 |
| | |||||
* | Always add top_srcdir to the header file search path. | Sascha Schumann | 2000-11-28 | 1 | -1/+1 |
| | |||||
* | Move build-defs.h(.in) and php_config.h to main | Sascha Schumann | 2000-11-27 | 2 | -2/+2 |
| | |||||
* | Build compat bridge for makes which support only the BSD .include command. | Sascha Schumann | 2000-09-26 | 3 | -8/+101 |
| | | | | | | This is only required for BSD/OS, because BSDI did not merge in changes from 4.4BSD Lite 1. | ||||
* | * Added "test" make target so you can do "make test" in any directory. | Stig Bakken | 2000-08-29 | 2 | -1/+4 |
| | | | | | * Added copyright header to run-test.php | ||||
* | mkdep.perl was replaced by mkdep.awk | Sascha Schumann | 2000-08-26 | 1 | -91/+0 |
| | |||||
* | Add autoconf check for awk and use proper macro $(AWK) | Sascha Schumann | 2000-08-25 | 2 | -2/+2 |
| | |||||
* | Add new depend rule to rules_pear.mk and install mkdep.awk. | Sascha Schumann | 2000-08-25 | 1 | -1/+1 |
| | |||||
* | Small speedup | Sascha Schumann | 2000-08-24 | 1 | -5/+29 |
| | |||||
* | Speed it up by moving the two sub's into the main loop. | Sascha Schumann | 2000-08-24 | 1 | -11/+13 |
| | | | | | Also print out dependencies immediately instead of buffering them. | ||||
* | Create dependencies using an awk script. Works much nicer in vpath | Sascha Schumann | 2000-08-24 | 2 | -1/+50 |
| | | | | | environments. | ||||
* | Remove -DHAVE_CONFIG_H. It ain't used anywhere. | Sascha Schumann | 2000-08-20 | 1 | -1/+1 |
| | |||||
* | Add/update license | Sascha Schumann | 2000-08-20 | 2 | -23/+35 |
| | |||||
* | Relicense build-related files under the PHP License | Sascha Schumann | 2000-08-20 | 9 | -251/+204 |
| | | | | | | Move common make rules to rules_common.mk. This gets rid of the duplicated stuff in rules.mk/rules_pear.mk. | ||||
* | Change the C++ extension to .cpp | Sascha Schumann | 2000-08-15 | 1 | -1/+1 |
| | |||||
* | Make the cxx suffix easily adjustable | Sascha Schumann | 2000-07-10 | 1 | -4/+6 |
| | |||||
* | Add support for building C++ sources. | Sascha Schumann | 2000-07-09 | 2 | -7/+21 |
| | | | | | | | | | | | | | | | In your extension's config.m4, you need to use the m4 macro PHP_REQUIRE_CXX This shall be called only, if your extension is enabled. C++ source files shall not be put into the LTLIBRARY_SOURCES macro. Instead, the filename of the object shall be put into LTLIBRARY_OBJECTS_X. I.e. if your extension foo consists of foo.cxx, use LTLIBRARY_OBJECTS_X = foo.lo | ||||
* | Fix overlooked core->main change | Rasmus Lerdorf | 2000-06-11 | 2 | -2/+2 |
| | |||||
* | Prepare move of the top-level source files to the core directory. | Sascha Schumann | 2000-06-11 | 2 | -2/+2 |
| |