From 9ad7b47d8cb17873bfe38bebd866c38fbffdc034 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Richter Date: Wed, 4 Feb 2015 21:33:38 +0100 Subject: adding subdir-objects to AM_INIT_AUTOMAKE in order to avoid warning during autoreconf --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9965ae27..fcbdb430 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip foreign -Wno-portability parallel-tests]) +AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip foreign -Wno-portability parallel-tests subdir-objects]) AM_MAINTAINER_MODE([enable]) AM_SILENT_RULES([yes]) -- cgit v1.2.1