12 Commits

Author SHA1 Message Date
73e3c5b65f Add back the file I removed in r1781575.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781577 13f79535-47bb-0310-9956-ffa450edef68
2017-02-03 16:52:34 +00:00
f6146b725c Add Configuration for trusted OCSP responder certificates
Fix for PR 46037


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781575 13f79535-47bb-0310-9956-ffa450edef68
2017-02-03 16:19:17 +00:00
b77f2ba33b buildconf: allow configuration without APR sources
Previously we required copying the APR (and APR-util) source code into
srclib or some other location on disk in order to build httpd directly
from source. This is annoying if you're on a distribution that already
has the required files in its APR dev packages.

Practically speaking, if you're not building an official distribution
tarball, you only need the following files:

1) config.guess
2) config.sub
3) find_apr.m4
4) find_apu.m4
5) PrintPath

1 and 2 come from automake. 3 and 4 are included in some distributions'
(e.g. Debian's) development packages for APR/-util. That leaves
PrintPath, which has not changed meaningfully in over a decade and is
checked in completely here.

Passing an apr-config executable to buildconf's --with-apr option will
now enable a mode in which the above files (minus PrintPath) are copied
from their respective homes, removing the need for APR sources on disk.
Otherwise, if a source tree is passed, the current behavior is retained
and all of the above files are copied from APR directly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-buildconf-noapr@1780441 13f79535-47bb-0310-9956-ffa450edef68
2017-01-26 19:24:58 +00:00
3a0915fcfe Remove build/PrintPath since buildconf copies it from APR already.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104105 13f79535-47bb-0310-9956-ffa450edef68
2004-07-01 09:37:47 +00:00
eeb57c17ad fix name of The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102619 13f79535-47bb-0310-9956-ffa450edef68
2004-02-09 20:40:53 +00:00
2b719ec4e2 fix copyright dates according to the first check in.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102547 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 19:06:26 +00:00
d91e007938 apply Apache License, Version 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102521 13f79535-47bb-0310-9956-ffa450edef68
2004-02-06 21:54:06 +00:00
acdff277be spelling fix
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101416 13f79535-47bb-0310-9956-ffa450edef68
2003-10-11 06:38:12 +00:00
5eb2ee00c0 Changes to reduce dependency on in-tree apr and apr-util.
Change AC_CONFIG_AUX_DIR in configure to build from srclib/apr/build.
Have buildconf copy the needed files (config.guess, config.sub,
PrintPath) from srclib/apr/build to build.
Change binbuild.sh to stop using srclib/apr.

This gets to to where ./configure --with-apr --with-apr-util actually
works without an in-tree apr and apr-util, though we still need them
in-tree to run buildconf.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97671 13f79535-47bb-0310-9956-ffa450edef68
2002-11-28 23:31:37 +00:00
d07dd8d74c Remove files that now reside in srclib/apr/build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88571 13f79535-47bb-0310-9956-ffa450edef68
2001-03-24 11:04:38 +00:00
38333a2aca Allow scripts (that don't have a .exe extension) to be found by PrintPath
under OS/2.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84706 13f79535-47bb-0310-9956-ffa450edef68
2000-03-03 14:30:09 +00:00
ef31f58424 Apache 1.3.9 baseline for the Apache 2.0 repository.
Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9
Submitted by: Apache Group


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83749 13f79535-47bb-0310-9956-ffa450edef68
1999-08-24 05:50:50 +00:00