Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | .libs/ directories are created when building shared extensions. | foobar | 2002-07-12 | 1 | -1/+1 | |
| | ||||||
* | silence the warning when glibtool is not found.. | foobar | 2002-06-26 | 1 | -2/+2 | |
| | ||||||
* | Prefer glibtool over libtool for Mac OS X compatibility | Sascha Schumann | 2002-06-26 | 1 | -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 Cox | 2002-06-23 | 1 | -1/+1 | |
| | ||||||
* | oops.. | James Cox | 2002-06-20 | 1 | -1/+0 | |
| | ||||||
* | make "make snapshot" work again.. | James Cox | 2002-06-20 | 1 | -0/+4 | |
| | | | | | # is this actually used? | |||||
* | fixing to permit builds with ZE2 | James Cox | 2002-06-20 | 1 | -6/+5 | |
| | ||||||
* | Gone they are.. files related to the old build-system | Sascha Schumann | 2002-04-12 | 4 | -244/+0 | |
| | ||||||
* | de-overquotation | Sascha Schumann | 2002-03-22 | 1 | -8/+8 | |
| | ||||||
* | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 8 | -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 warning | Sascha Schumann | 2002-03-04 | 2 | -5/+2 | |
| | ||||||
* | Added message regarding expected error messages for ./buildconf | Zak Greant | 2002-03-03 | 1 | -1/+5 | |
| | ||||||
* | Use php.ini-dist as default config file for testing. | Yasuo Ohgaki | 2002-03-02 | 1 | -2/+2 | |
| | ||||||
* | * use cli sapi to run tests | Stig Bakken | 2002-03-01 | 1 | -3/+3 | |
| | ||||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 13 | -14/+14 | |
| | ||||||
* | Latest libtools output a multiline version info. Deal with that | Marko Karppinen | 2002-01-24 | 1 | -2/+2 | |
| | ||||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 14 | -29/+29 | |
| | ||||||
* | add missing dependency | Sascha Schumann | 2001-09-19 | 1 | -1/+1 | |
| | ||||||
* | Similar to autoconf-2.5x, say who is doing what. | Sascha Schumann | 2001-09-11 | 1 | -3/+3 | |
| | ||||||
* | Ignore "AC_PROG_LEX invoked multiple times" | Sascha Schumann | 2001-09-11 | 1 | -1/+1 | |
| | ||||||
* | Use $(LINK) for libraries, but $(LINK_CLEAN) for creating programs. | Sascha Schumann | 2001-09-10 | 1 | -1/+1 | |
| | | | | | Also pass only $(CFLAGS_CLEAN) into thttpd's Makefile. | |||||
* | * output brief usage when called without params | Stig Bakken | 2001-08-28 | 1 | -1/+5 | |
| | ||||||
* | Workaround which avoids passing pic-related flags in link mode | Sascha Schumann | 2001-08-09 | 3 | -2/+3 | |
| | ||||||
* | 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 | |
| |