summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Remove a bunch of auto-generated filesRob Crittenden2014-02-211-21483/+0
| | | | | We don't need to include these in the source. The user should run autoreconf -i -f before building.
* Add support for Elliptical Curve Cryptography (ECC). This is disabledrcritten2006-03-021-50/+53
| | | | by default. To enable it, pass --enable-ecc to configure.
* Checking in automatically generated aclocal.m4 and derived files.nhosoi2006-02-261-261/+117
| | | | aclocal-1.6; automake-1.6; autoconf
* [179394] HP-UX IPF/PA-RISC supportnhosoi2006-02-241-1031/+544
| | | | | | | | updated hppa*64* with hppa2.* in aclocal.m4 to support 64 bit PA_RISC. CAUTION: this file could be automatically updated by "aclocal" command using libtool.m4, which contains the expression: "hppa*64*". But 64 bit PA_RISC generates, this string "build_cpu='hppa2.0w'", which does not match "hppa*64*". So, if aclocal.m4 is updated, hppa*64* needs to be replaced.
* Make configure automatically find the correct versions of apr-config and apxsrmeggins2006-01-311-616/+1248
|
* [179394] HP-UX IPF supportnhosoi2006-01-301-2331/+13737
| | | | autoconf 2.59/libtool 1.5
* Changes to allow the mod_nss to work in Apache 2.2.0. Based on a patchrcritten2006-01-041-2/+5
| | | | | | | from Oden Eriksson. The conditional to determine which API to use is a bit weak at the moment but it works with Apache 2.0.54 and 2.2.0.
* had to recreate these on rhel3 because I nuked them on rhel4rmeggins2005-11-031-13931/+2381
|
* added mod_nss.spec and makerpm.shrmeggins2005-11-031-2381/+13931
|
* separate with options for include and lib directories - use nspr and nss ↵rmeggins2005-09-261-18/+125
| | | | instead of mozilla-nspr and -nss
* Make SSL2 an optional protocol, disabled by default.rcritten2005-09-131-10/+48
|
* Don't assume that apr-config is in the PATH. Let the user specify whichrcritten2005-07-201-2079/+5895
| | | | one to run, just like with apxs.
* Generate gencert so we can set the NSS and NSPR directories and makercritten2005-05-251-2/+11
| | | | | things easier for the user. Also try really, really hard to get the FQDN so we can create a host-specific self-signed certificate.
* Add support for apr-config.rcritten2005-05-231-152/+221
| | | | | | | Print out some nice notes alerting the user to verify that mod_ssl is disabled. Tell the user about gencert so they can generate their own self-signed certificate.
* Initial import of mod_nssrcritten2005-05-171-0/+6031