[gnome-web-photo/webkit: 3/4] Add ${ACLOCAL_FLAGS} to ACLOCAL_AMFLAGS



commit 86f27fd1831dac66081b180d8434fc331bc12686
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Feb 15 08:52:07 2011 +0100

    Add ${ACLOCAL_FLAGS} to ACLOCAL_AMFLAGS
    
    This is used by gnome-autogen.sh, and we need it when aclocal.m4 is to
    be rebuilt by make, to avoid losing some aclocal paths.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6e2fc37..1c04436 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = src data po
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 EXTRA_DIST = 			\
 	autogen.sh		\



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