[gnome-menus] [build] Set m4/ as macro dir



commit 83e66d9b0487b0be48ea935801d500e9857a4ae5
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Jul 21 19:35:18 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 2dfff3e..5900b79 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,6 +15,8 @@ ALL_SUBDIRS = 			\
 SUBDIRS = $(ALL_SUBDIRS) $(PYTHON_SUBDIRS)
 DIST_SUBDIRS = $(ALL_SUBDIRS) python simple-editor
 
+ACLOCAL_AMFLAGS = -I m4
+
 EXTRA_DIST = 			\
 	HACKING			\
 	$(NULL)
diff --git a/configure.in b/configure.in
index ad026c1..2be4a6e 100644
--- a/configure.in
+++ b/configure.in
@@ -4,6 +4,7 @@ AC_CONFIG_SRCDIR(libmenu/gmenu-tree.h)
 
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AC_CONFIG_MACRO_DIR([m4])
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE



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