[orca] Makefile.am: honor aclocal flags
- From: Javier JardÃn <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Makefile.am: honor aclocal flags
- Date: Wed, 10 Aug 2011 19:20:41 +0000 (UTC)
commit 32a1fac2f8bb8635e8d180f918cf77db998cc25c
Author: Javier JardÃn <jjardon gnome org>
Date: Wed Aug 10 19:11:56 2011 +0100
Makefile.am: honor aclocal flags
Makefile.am | 2 ++
configure.ac | 4 +++-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c16d7e0..55b303f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
SUBDIRS = docs icons po src help
DISTCHECK_CONFIGURE_FLAGS = \
diff --git a/configure.ac b/configure.ac
index ae7ea73..7eacfb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,9 @@ AC_INIT([orca],
[orca_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=orca],
[orca])
+
+AC_CONFIG_MACRO_DIR([m4])
+
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE
@@ -18,7 +21,6 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [gettext package])
AM_GLIB_GNU_GETTEXT
IT_PROG_INTLTOOL([0.40.0])
-AC_CONFIG_MACRO_DIR([m4])
GNOME_DOC_INIT([0.17.3])
dnl Needed programs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]