Skip to content

Commit 220161c

Browse files
author
Felipe Zimmerle
committed
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).
1 parent a0f91de commit 220161c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ AC_CONFIG_HEADERS([apache2/modsecurity_config_auto.h])
1414
AC_CONFIG_AUX_DIR([build])
1515
AC_PREFIX_DEFAULT([/usr/local/modsecurity])
1616

17-
AM_INIT_AUTOMAKE([-Wall foreign])
17+
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
1818
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
1919

2020
LT_PREREQ([2.2])

0 commit comments

Comments
 (0)