From 11ede79bc5d1526307a58a7f3e8c7162a4a230d9 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Wed, 30 Jul 2014 10:16:50 -0700 Subject: [PATCH] Adds automake subdir-objects option As of Automake 1.4, it starts to warning about the lack of utilization of `subdir-objects' option, which will be default in the further releases. Avoiding break stuff we are patching ModSecurity to support such option when it still an option (Issue #760). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 08d77373..d3aa8f71 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_CONFIG_HEADERS([apache2/modsecurity_config_auto.h]) AC_CONFIG_AUX_DIR([build]) AC_PREFIX_DEFAULT([/usr/local/modsecurity]) -AM_INIT_AUTOMAKE([-Wall foreign]) +AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) LT_PREREQ([2.2])