11 Commits

Author SHA1 Message Date
brectanus
c6c4003942 More configure cleanup.
Update docs for new install: configure && make && make install
Spell check the docs.
2008-01-18 21:14:21 +00:00
brectanus
9fb03d277d Fixing code based on review comments...
Cleaned up what vars are cacheable.
Added parens around "*foo++" where it clarified the operation to be "*(foo++)".
Added " at VARNAME" to operator matches where needed.
Escaped var->name in the var generation (user-supplied data).
Marked a bunch of TODOs as ENHs instead.
Transformed some C++ style comments to C style.
Removed the %0-9 macros code which was commented out.
Optimized some ctl action code so that multiple ifs are else ifs.
Implemented some error messages marked as ENH.
Make commented out acmp debugging a configure-time option.
Cleanup GEO debug log messages.
Added relative filename support for geo dbs.
Added help text to Sec* directives.
2008-01-18 00:47:30 +00:00
brectanus
99c41afc3d Added a check that SecServerSignature actually worked (Apache changed some of this code as of 2.2.4 and could potentially change it again and break this).
Cleaned up some configure code.
Cleaned up some extraneous cache logging.
Cleaned up the output from the test script.
2008-01-14 22:32:53 +00:00
brectanus
fabeaf5059 Final mlogc configure cleanup. 2008-01-11 18:21:17 +00:00
brectanus
62dfbeb80a Do not bother with libcurl if there is no mlogc-src. 2008-01-11 18:18:18 +00:00
brectanus
0a6ac05590 Add the ability to build mlogc if it is in the mlogc-src subdir. 2008-01-11 17:51:06 +00:00
brectanus
433ecf3427 Cleanup configure and add support for using apache src included libs (--with-httpd-src). 2008-01-08 19:03:24 +00:00
brectanus
7baf949929 Add --enable-FEATURE options to configure. 2008-01-08 17:25:43 +00:00
brectanus
baac392bf5 More configure cleanup. 2008-01-03 01:09:01 +00:00
brectanus
40c57f8716 Cleanup configure script and add back unit tests (make test). 2008-01-02 23:52:34 +00:00
brectanus
badb2791f1 Initial 'configure' based compilation (buildconf generates configure script). 2008-01-02 21:32:10 +00:00