
29 Jun
2018
29 Jun
'18
4:01 p.m.
This is the recommended mode of operation. Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eef0834..b6261a0 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) dnl Make automake keep quiet about wildcards & other GNUmake-isms -AM_INIT_AUTOMAKE([foreign -Wno-portability]) +AM_INIT_AUTOMAKE([foreign -Wno-portability subdir-objects]) AC_CANONICAL_HOST AC_USE_SYSTEM_EXTENSIONS -- 2.17.1