[epiphany] Makefile: pass ACLOCAL_FLAGS to aclocal



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]