mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
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).
This commit is contained in:
parent
c64a681c65
commit
11ede79bc5
@ -14,7 +14,7 @@ AC_CONFIG_HEADERS([apache2/modsecurity_config_auto.h])
|
|||||||
AC_CONFIG_AUX_DIR([build])
|
AC_CONFIG_AUX_DIR([build])
|
||||||
AC_PREFIX_DEFAULT([/usr/local/modsecurity])
|
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])
|
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
||||||
|
|
||||||
LT_PREREQ([2.2])
|
LT_PREREQ([2.2])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user