summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
...
* .libs/ directories are created when building shared extensions.foobar2002-07-121-1/+1
|
* silence the warning when glibtool is not found..foobar2002-06-261-2/+2
|
* Prefer glibtool over libtool for Mac OS X compatibilitySascha Schumann2002-06-261-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 Cox2002-06-231-1/+1
|
* oops..James Cox2002-06-201-1/+0
|
* make "make snapshot" work again..James Cox2002-06-201-0/+4
| | | | | # is this actually used?
* fixing to permit builds with ZE2James Cox2002-06-201-6/+5
|
* Gone they are.. files related to the old build-systemSascha Schumann2002-04-124-244/+0
|
* de-overquotationSascha Schumann2002-03-221-8/+8
|
* Please welcome the new build system.Sascha Schumann2002-03-078-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 warningSascha Schumann2002-03-042-5/+2
|
* Added message regarding expected error messages for ./buildconfZak Greant2002-03-031-1/+5
|
* Use php.ini-dist as default config file for testing.Yasuo Ohgaki2002-03-021-2/+2
|
* * use cli sapi to run testsStig Bakken2002-03-011-3/+3
|
* Maintain headers.Sebastian Bergmann2002-02-2813-14/+14
|
* Latest libtools output a multiline version info. Deal with thatMarko Karppinen2002-01-241-2/+2
|
* Update headers.Sebastian Bergmann2001-12-1114-29/+29
|
* add missing dependencySascha Schumann2001-09-191-1/+1
|
* Similar to autoconf-2.5x, say who is doing what.Sascha Schumann2001-09-111-3/+3
|
* Ignore "AC_PROG_LEX invoked multiple times"Sascha Schumann2001-09-111-1/+1
|
* Use $(LINK) for libraries, but $(LINK_CLEAN) for creating programs.Sascha Schumann2001-09-101-1/+1
| | | | | Also pass only $(CFLAGS_CLEAN) into thttpd's Makefile.
* * output brief usage when called without paramsStig Bakken2001-08-281-1/+5
|
* Workaround which avoids passing pic-related flags in link modeSascha Schumann2001-08-093-2/+3
|
* libtool 1.3 -> 1.4 in first checkDavid Croft2001-06-201-3/+3
|
* Add some backwards-compatible macros to accomodate the renaming ofSascha Schumann2001-06-101-2/+2
| | | | | AC_ADD_* macros.
* Display the correct automake versionSascha Schumann2001-05-241-3/+4
|
* automake 1.4-p1 was released. Remove the -p\d+ suffix as this causedSascha Schumann2001-05-231-2/+2
| | | | | an error message on FreeBSD.
* $libtool already contains the full path to libtool.Sascha Schumann2001-05-231-2/+2
|
* Fix path to alternate mkdirSascha Schumann2001-05-201-2/+2
|
* revert parts of last commit - stupid me!Thies C. Arntzen2001-05-181-19/+11
|
* --enable-memory-usage-info id deprecated. use --enable-memory-limit instead!Thies C. Arntzen2001-05-181-11/+19
|
* First step towards full libtool 1.4 portabilitySascha Schumann2001-05-121-2/+2
|
* Remove ltconfig which is not used anymore by libtool 1.4Sascha Schumann2001-05-121-1/+1
|
* Fix special treatment of zlib by introducing the Apache conceptSascha Schumann2001-05-111-1/+1
| | | | | of config.m4 hierarchies.
* Up prerequisites to libtool 1.4Sascha Schumann2001-05-061-3/+3
|
* Fix libtool checkSascha Schumann2001-05-051-2/+2
| | | | | Submitted by: brisse@ping.dk
* Fix bug #10589foobar2001-05-031-2/+3
|
* Remove unnecessary tab (was killing Tru64 make)Zeev Suraski2001-04-231-1/+1
|
* * using CGI -C option, you no longer have to specify "full" path to testsStig Bakken2001-04-161-2/+2
|
* This is a temporary fix to the previous patch that breaks the build.Jason Greene2001-04-041-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 oopsieWilfredo Sanchez2001-04-031-7/+7
|
* Add INSTALL_ROOT variable to specify install location.Wilfredo Sanchez2001-04-031-7/+7
|
* Find libtool if it's called glibtool.Wilfredo Sanchez2001-04-031-2/+3
|
* Replace the incomprehensible newline escaping with @NEWLINE@Sascha Schumann2001-03-302-4/+4
| | | | | Fixes the build on Darwin 1.2
* Remove config.h instead of php_config.hAndrei Zmievski2001-03-131-1/+1
|
* Replace AM_PROG_LEX with a separated call to AC_PROG_LEX and AC_DECL_YYTEXT.Sascha Schumann2001-03-061-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 warningSascha Schumann2001-02-081-2/+4
|
* Add cvsclean target for standalone extensions.Andrei Zmievski2001-02-011-0/+6
|
* Run run-tests.php in srcdir and add top_builddir/pear to the includeSascha Schumann2000-12-241-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 environmentsSascha Schumann2000-12-241-2/+2
|