summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2010-08-25 21:55:54 +0200
committerJiří Techet <techet@gmail.com>2010-08-25 21:55:54 +0200
commit030cd9ab103b872f6e4f922d0e4ec2f3e2ff3c8d (patch)
tree5e31c3a435f46adbdf5e1bf991a0dbca42fca2e8
parent35a54ad90cca8b9c0b09fec9ede26ebf629d0012 (diff)
downloadlibchamplain-030cd9ab103b872f6e4f922d0e4ec2f3e2ff3c8d.tar.gz
Move ACLOCAL_AMFLAGS to Makefile.am
Signed-off-by: Jiří Techet <techet@gmail.com>
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
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])