[libchamplain] Move ACLOCAL_AMFLAGS to Makefile.am



commit 030cd9ab103b872f6e4f922d0e4ec2f3e2ff3c8d
Author: JiÅ?í Techet <techet gmail com>
Date:   Wed Aug 25 21:55:54 2010 +0200

    Move ACLOCAL_AMFLAGS to Makefile.am
    
    Signed-off-by: JiÅ?í Techet <techet gmail com>

 Makefile.am  |    2 +-
 configure.ac |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 9377bf2..26a5676 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = tidy champlain
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 pcfiles = champlain- CHAMPLAIN_API_VERSION@.pc
 other_pcfiles = champlain- CHAMPLAIN_API_VERSION@-uninstalled.pc
diff --git a/configure.ac b/configure.ac
index 527827f..344fa66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,6 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([-Wno-portability])
-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 LT_PREREQ([2.2.6])
 LT_INIT([dlopen])



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