install mod_foo.lib and mod_foo.exp for modules which APIs
that other modules need to link against (e.g., mod_dav, mod_proxy,
etc.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1525308 13f79535-47bb-0310-9956-ffa450edef68
generate separate ab/abs binaries, following traditional Windows practice
add missing utility httxt2dbm
provide options to disable installation of manual and .pdb files
tweak todo list
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1521821 13f79535-47bb-0310-9956-ffa450edef68
to build and/or activate all possible modules.
A few modules that are not currently buildable needed a
prereq to be defined so that they will be skipped over
appropriately for reasonable values of ENABLE_MODULES.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1520937 13f79535-47bb-0310-9956-ffa450edef68
for modules whose main source doesn't match the module name
(i.e., util_ldap.c vs. mod_ldap)
please let mod_ldap be the only user of that support foreverandever
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1520819 13f79535-47bb-0310-9956-ffa450edef68
and for now use it to detect APR_HAS_XLATE and APU_HAVE_CRYPTO.
Add special logic for special APR_HAS_LDAP.
Display summary of feature detection.
mod_session_crypto can now build, so do so if the prereq is present.
(By default it won't be activated.)
Sketch in more support for Lua, mod_charset_lite, mod_ldap, and
mod_authnz_ldap, though they should be expected to fail until
somebody actually tries it and fixes the problem.
The documented ab issue was my own problem with a mismatch between
my compiler and the OpenSSL compiler, resolved by building OpenSSL
myself like everybody else.
Document another of the possibly zillions of bugs/limitations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1520783 13f79535-47bb-0310-9956-ffa450edef68
includes default to the same prefix where this package
is installed, generally eliminating four required settings
for users.
APR trunk vs. APR[-Util] 1.x is selected automatically,
as is PCRE debug vs. release. (But if you have both
debug and release builds of PCRE you may not like the choice,
and will need to override.
Add a bunch of gory details about the build to the configuration
summary.
Document that static PCRE builds aren't yet supported (before
or after this commit).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1519270 13f79535-47bb-0310-9956-ffa450edef68
for .h files (sometimes needed with statically linked, third-party
modules)
axe remnant of the old way of finding private APR .h files
install .h files that live outside of the top include directory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1519175 13f79535-47bb-0310-9956-ffa450edef68