[gobject-introspection: 1/4] adding subdir-objects to AM_INIT_AUTOMAKE in order to avoid warning during autoreconf



commit 6bc026104504275f7310fc796bc65ebf1941f82f
Author: Karl-Philipp Richter <krichter722 aol de>
Date:   Wed Feb 4 21:33:38 2015 +0100

    adding subdir-objects to AM_INIT_AUTOMAKE in order to avoid warning during autoreconf
    
    See #120.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index a6e7b368..a3d9d165 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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]