[libgweather] [build] Set m4/ as macro dir



commit 7bf77645809c92eeb6eb2bc79b8df3cebc4b99b0
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Jul 21 19:36:00 2009 +0200

    [build] Set m4/ as macro dir

 Makefile.am  |    2 ++
 configure.in |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ce8f7de..6360881 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
 SUBDIRS = po po-locations libgweather doc data python
 
+ACLOCAL_AMFLAGS = -I m4
+
 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
 
 EXTRA_DIST = \
diff --git a/configure.in b/configure.in
index 8845a36..9db09d6 100644
--- a/configure.in
+++ b/configure.in
@@ -4,6 +4,7 @@ AC_PREREQ(2.59)
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AC_CONFIG_MACRO_DIR([m4])
 
 # Before making a release, the LT_VERSION string should be modified.
 # The string is of the form C:R:A.



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