summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* MFH of backward-compatible AC_ADD_* macrosRasmus Lerdorf2001-06-101-3/+3
* - Revert libtool 1.4 check and allow 1.3.x.Andi Gutmans2001-05-121-2/+2
* Up prerequisites to libtool 1.4Sascha Schumann2001-05-061-3/+3
* Fix libtool checkSascha Schumann2001-05-051-2/+2
* 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
* 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
* 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
* 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
* Fix "make test" in VPATH environmentsSascha Schumann2000-12-241-2/+2
* Stop automatically passing vars to AC_SUBST through PHP_SUBST.Sascha Schumann2000-12-201-0/+41
* Speed up the genif.sh script a little bit. Whereas it took three secondsSascha Schumann2000-12-201-0/+6
* * PEAR: don't require "make install" before "make test"Stig Bakken2000-12-131-2/+2
* * make it possible to override the start directory for "make test"Stig Bakken2000-12-071-1/+5
* changed run-tests.php to use 'php -q' instead of 'php -f'Hartmut Holzgraefe2000-12-031-1/+1
* Always add top_srcdir to the header file search path.Sascha Schumann2000-11-281-1/+1
* Move build-defs.h(.in) and php_config.h to mainSascha Schumann2000-11-272-2/+2
* Build compat bridge for makes which support only the BSD .include command.Sascha Schumann2000-09-263-8/+101
* * Added "test" make target so you can do "make test" in any directory.Stig Bakken2000-08-292-1/+4
* mkdep.perl was replaced by mkdep.awkSascha Schumann2000-08-261-91/+0
* Add autoconf check for awk and use proper macro $(AWK)Sascha Schumann2000-08-252-2/+2
* Add new depend rule to rules_pear.mk and install mkdep.awk.Sascha Schumann2000-08-251-1/+1
* Small speedupSascha Schumann2000-08-241-5/+29
* Speed it up by moving the two sub's into the main loop.Sascha Schumann2000-08-241-11/+13
* Create dependencies using an awk script. Works much nicer in vpathSascha Schumann2000-08-242-1/+50
* Remove -DHAVE_CONFIG_H. It ain't used anywhere.Sascha Schumann2000-08-201-1/+1
* Add/update licenseSascha Schumann2000-08-202-23/+35
* Relicense build-related files under the PHP LicenseSascha Schumann2000-08-209-251/+204
* Change the C++ extension to .cppSascha Schumann2000-08-151-1/+1
* Make the cxx suffix easily adjustableSascha Schumann2000-07-101-4/+6
* Add support for building C++ sources.Sascha Schumann2000-07-092-7/+21
* Fix overlooked core->main changeRasmus Lerdorf2000-06-112-2/+2
* Prepare move of the top-level source files to the core directory.Sascha Schumann2000-06-112-2/+2
* Remove unnecessary second cat invocationSascha Schumann2000-06-111-5/+2
* PRE_INCLUDE hack revertedDavid Hedbor2000-06-061-4/+4
* Added a new user-definable include variable, PRE_INCLUDES. It worksDavid Hedbor2000-06-051-4/+4
* Accept CVS version of libtool (1.3c)Sascha Schumann2000-05-251-1/+1
* Cosmetic changeSascha Schumann2000-05-181-1/+1
* Use "mkdir -p" instead of "test -d || mkdir" where possibleSascha Schumann2000-05-151-1/+1
* Remove directory test when creating directories using mkdir -pSascha Schumann2000-05-121-2/+2
* Upgrade shtool to 1.4.9 and fix "mkdir -p" behaviour. Patch has beenSascha Schumann2000-05-121-76/+85
* `.deps' are sourced only by Makefiles created by fastgen.sh, so it makesSascha Schumann2000-05-043-3/+3