[epiphany] Makefile: pass ACLOCAL_FLAGS to aclocal
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Makefile: pass ACLOCAL_FLAGS to aclocal
- Date: Wed, 1 Sep 2010 18:31:24 +0000 (UTC)
commit 0a32007b2d9834e25bc180e520390074ac1eaf0c
Author: Xan Lopez <xan gnome org>
Date: Thu Sep 2 03:30:06 2010 +0900
Makefile: pass ACLOCAL_FLAGS to aclocal
That way it can pick up m4 files in weird places if set-up properly,
like by jhbuild.
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6fe44ea..68235f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ if ENABLE_TESTS
SUBDIRS += tests
endif
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
NULL =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]