Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit11ede79

Browse files
author
Felipe Zimmerle
committed
Adds automake subdir-objects option
As of Automake 1.4, it starts to warning about the lack of utilizationof `subdir-objects' option, which will be default in the furtherreleases. Avoiding break stuff we are patching ModSecurity to supportsuch option when it still an option (Issueowasp-modsecurity#760).
1 parentc64a681 commit11ede79

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)

[8]ページ先頭

©2009-2025 Movatter.jp