[bijiben] configure: use subdir-objects



commit 113a69c4a0b220dba44bb7a61e3dee0716a0cbaf
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Mon Apr 14 22:42:51 2014 +0200

    configure: use subdir-objects
    
    This option removes many warnings.

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b11f56b..0e15a92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,8 @@ dnl _FOR_DOC
 AC_CONFIG_MACRO_DIR([m4])
 dnl end of _FOR_DOC
 
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([subdir-objects])
 AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE
 


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