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



commit e6327dde5743f38e37a29d7a5d44f13346a31900
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Jul 21 19:33:45 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 f967e52..2c3d216 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,8 @@ if ENABLE_SPLASH
 SUBDIRS += splash
 endif
 
+ACLOCAL_AMFLAGS = -I m4
+
 MAINTAINERCLEANFILES = \
 	$(srcdir)/INSTALL \
 	$(srcdir)/aclocal.m4 \
diff --git a/configure.in b/configure.in
index 8fd2ff3..689bd01 100644
--- a/configure.in
+++ b/configure.in
@@ -5,6 +5,7 @@ AC_CONFIG_HEADERS([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])
 
 AM_MAINTAINER_MODE
 



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