[pessulus] [build] Set m4/ as macro dir
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Subject: [pessulus] [build] Set m4/ as macro dir
- Date: Tue, 21 Jul 2009 17:36:55 +0000 (UTC)
commit 876905a85a4cc2d570032a17cf756c0c69ce8095
Author: Vincent Untz <vuntz gnome org>
Date: Tue Jul 21 19:36:39 2009 +0200
[build] Set m4/ as macro dir
Makefile.am | 2 ++
configure.ac | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index bdffc64..6ada0f2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,8 @@ NULL =
SUBDIRS = data po Pessulus
+ACLOCAL_AMFLAGS = -I m4
+
bin_SCRIPTS = pessulus
pessulus: pessulus.in Makefile
diff --git a/configure.ac b/configure.ac
index 2df710c..bc5cdb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,8 @@ AC_INIT([pessulus], [2.26.3],
AC_CONFIG_SRCDIR(pessulus.in)
AM_INIT_AUTOMAKE([1.7])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AC_CONFIG_MACRO_DIR([m4])
+
AM_MAINTAINER_MODE
dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]