[nautilus] Honor aclocal flags (GNOME bug 641629)



commit 43573325a03536a93869f0a080dc0b2257e7e258
Author: Craig Keogh <cskeogh adam com au>
Date:   Sun Feb 6 10:11:02 2011 +1030

    Honor aclocal flags (GNOME bug 641629)

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e333c37..12f65a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,7 +49,7 @@ DISTCLEANFILES = \
 
 DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --enable-gtk-doc
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 distclean-local:
 	if test "$(srcdir)" = "."; then :; else \



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