Added mlogc source.

This commit is contained in:
brectanus
2008-09-02 23:10:36 +00:00
parent 2818e66a95
commit 20cc395510
18 changed files with 2385 additions and 76 deletions

4
apache2/configure vendored
View File

@@ -5831,6 +5831,8 @@ ac_config_files="$ac_config_files Makefile"
ac_config_files="$ac_config_files build/apxs-wrapper"
if test -e "$PERL"; then
ac_config_files="$ac_config_files mlogc-src/mlogc-batch-load.pl"
ac_config_files="$ac_config_files t/run-unit-tests.pl"
ac_config_files="$ac_config_files t/run-regression-tests.pl"
@@ -6407,6 +6409,7 @@ do
"mod_security2_config.h") CONFIG_HEADERS="$CONFIG_HEADERS mod_security2_config.h" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"build/apxs-wrapper") CONFIG_FILES="$CONFIG_FILES build/apxs-wrapper" ;;
"mlogc-src/mlogc-batch-load.pl") CONFIG_FILES="$CONFIG_FILES mlogc-src/mlogc-batch-load.pl" ;;
"t/run-unit-tests.pl") CONFIG_FILES="$CONFIG_FILES t/run-unit-tests.pl" ;;
"t/run-regression-tests.pl") CONFIG_FILES="$CONFIG_FILES t/run-regression-tests.pl" ;;
"t/gen_rx-pm.pl") CONFIG_FILES="$CONFIG_FILES t/gen_rx-pm.pl" ;;
@@ -7022,6 +7025,7 @@ echo "$as_me: $ac_file is unchanged" >&6;}
case $ac_file$ac_mode in
"build/apxs-wrapper":F) chmod +x build/apxs-wrapper ;;
"mlogc-src/mlogc-batch-load.pl":F) chmod +x mlogc-src/mlogc-batch-load.pl ;;
"t/run-unit-tests.pl":F) chmod +x t/run-unit-tests.pl ;;
"t/run-regression-tests.pl":F) chmod +x t/run-regression-tests.pl ;;
"t/gen_rx-pm.pl":F) chmod +x t/gen_rx-pm.pl ;;