Add a basic auto-rule-update script that can download the latest version. See #280.

This commit is contained in:
brectanus
2008-01-26 00:36:33 +00:00
parent 4c6dccada2
commit 2aca5f63f9
4 changed files with 269 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ clean: clean-extras
@rm -rf *.la *.lo *.o *.slo .libs msc_test
maintainer-clean: clean
@rm -rf Makefile mlogc-src/Makefile t/run-tests.pl config config.log config.status configure mod_security2_config.h
@rm -rf Makefile mlogc-src/Makefile t/run-tests.pl config config.log config.status configure mod_security2_config.h ../tools/*.pl
dist-clean: maintainer-clean

View File

@@ -236,7 +236,10 @@ CHECK_CURL()
AC_CONFIG_FILES([Makefile])
if test -e "$PERL"; then
AC_CONFIG_FILES([t/run-tests.pl])
AC_CONFIG_FILES([t/run-tests.pl], [chmod +x t/run-tests.pl])
# Perl based tools
AC_CONFIG_FILES([../tools/rules-updater.pl], [chmod +x ../tools/rules-updater.pl])
fi
if test -e "mlogc-src/Makefile.in"; then
AC_CONFIG_FILES([mlogc-src/Makefile])