summaryrefslogtreecommitdiff
path: root/sapi/apache/config.m4
Commit message (Expand)AuthorAgeFilesLines
* MFH: fix bug: #16791 (more reliable version check)foobar2002-04-261-5/+8
* Make the configure fail if someone tries to use --with-apache with Apache2foobar2002-04-141-26/+3
* MFH.foobar2002-04-131-0/+6
* - Fix for bug #15572 (Patch by Ralf Nyrén <ralf.nyren@educ.umu.se>)Derick Rethans2002-03-041-1/+1
* make it more clear that --with-apache and --with-apxs only work with apache 1.x.jim winstead2002-02-251-4/+4
* Added missing cvs ids and unified configure messages.foobar2001-11-301-2/+3
* Fixed bugs: #14034, #11647 (can not find any others)foobar2001-11-191-1/+10
* * fix default path in configure help textStig Bakken2001-10-101-1/+1
* Move PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use itSascha Schumann2001-06-151-10/+1
* Use EXTRA_LDFLAGS at this point.Sascha Schumann2001-05-231-1/+1
* s/^I/ / and some re-indenting. Also align the APXS checking codeSascha Schumann2001-05-191-182/+181
* First try at using Apache's export list when building a DSO.Sascha Schumann2001-05-181-0/+6
* Nuke more quotesSascha Schumann2001-05-121-1/+1
* Add INSTALL_ROOT variable to specify install location.Wilfredo Sanchez2001-04-031-1/+1
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-3/+3
* Automatically carry over macro definitions from Apache.Sascha Schumann2000-12-041-6/+5
* More verbose error message for non-working apxs caseSascha Schumann2000-11-131-1/+5
* Fixed bug #6356.foobar2000-09-111-1/+1
* look for apxs in /usr/sbin (that's where SUSE puts it)Hartmut Holzgraefe2000-06-171-0/+7
* Due to creating the Makefiles later, generating libphp4.module failed,Sascha Schumann2000-06-131-0/+1
* The ! command is not portable.Sascha Schumann2000-06-091-1/+3
* Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE.Sascha Schumann2000-06-081-16/+16
* Fix wording (not "to apxs", but "of apxs").Sascha Schumann2000-05-151-1/+1
* Complain loudly and stop configuration, if we cannot run apxs.Sascha Schumann2000-05-151-0/+7
* Some white-space changesSascha Schumann2000-03-261-6/+4
* @- Fixed -DEAPI inheritance from APXS. (Sascha)Sascha Schumann2000-02-241-1/+1
* Improve APXS_CFLAGS checksSascha Schumann2000-02-241-2/+2
* Define EAPI, if Apache uses EAPISascha Schumann2000-02-241-1/+5
* Remove XML_INCLUDE, we use the embedded expat alwaysSascha Schumann2000-02-241-6/+0
* Never use Apache regex stuffSascha Schumann2000-02-121-15/+0
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-6/+0
* Moved ext/apache into sapi/apache.Andrei Zmievski2000-02-021-2/+0
* Integration of -ng changes. Changes:Sascha Schumann1999-12-301-9/+9
* Macro syntax has changedSascha Schumann1999-12-301-1/+1
* Beginning work to get PHP 4 to work with Apache 2.0. This change detectsRyan Bloom1999-12-271-0/+28
* Add -rdynamic, if supported by gcc and static Apache build is usedSascha Schumann1999-12-241-0/+11
* Moving APXS-specific checks into respective config.m4. The placement ofSascha Schumann1999-12-111-0/+3
* Moving apMakefile.{libdir,tmpl} to sapi/apache directory.Sascha Schumann1999-11-181-2/+2
* Allow --with-apxs and --with-regex=apacheSascha Schumann1999-11-131-2/+5
* Improve regex library selection. It lets user specify whether they wantSascha Schumann1999-11-131-6/+16
* Enable selective regex library compilation.Sascha Schumann1999-11-121-0/+6
* fix suggested by sascha for xml-build in apxs modeThies C. Arntzen1999-10-091-2/+3
* Remove SAPI_TARGET and use PHP_SAPI completely.Sascha Schumann1999-10-071-11/+6
* Fix typo.Sascha Schumann1999-10-051-1/+1
* Get rid of *_SHLIB variables. Our config scripts don't need Perl,Sascha Schumann1999-10-051-5/+1
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-12/+15
* Automatically add the SAPI target's Makefile to the list. ThisSascha Schumann1999-09-301-2/+0
* * create Makefiles for ext, pcrelib, sapi/*Sascha Schumann1999-09-291-2/+9
* Decent configure speedup. Makefiles are now generated only for theStig Bakken1999-09-291-10/+7
* Generalized server-API build process on UNIX. Each SAPIStig Bakken1999-09-271-0/+190