From: Tobias Brunner Date: Thu, 5 Sep 2013 12:19:14 +0000 (+0200) Subject: Store object files in the same directory as the source files X-Git-Tag: 5.1.1dr3~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70aefb94304d49fcde5a9699a6b0cdd8e3769113;p=thirdparty%2Fstrongswan.git Store object files in the same directory as the source files Future automake releases will apparently do that implicitly, but current releases spit out nasty warning messages. --- diff --git a/configure.ac b/configure.ac index 9e1d1a16e5..a07bfa8d14 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # ============================ AC_INIT([strongSwan],[5.1.1dr3]) -AM_INIT_AUTOMAKE(tar-ustar) +AM_INIT_AUTOMAKE([tar-ustar subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_MACRO_DIR([m4/config]) AC_CONFIG_HEADERS([config.h])