[libgdata/libgdata-0-14: 2/18] build: Add ACLOCAL_FLAGS to ACLOCAL_AMFLAGS



commit 1606f446ebf48ae0232fdb69deed9666c390048f
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Aug 29 09:22:49 2013 -0600

    build: Add ACLOCAL_FLAGS to ACLOCAL_AMFLAGS
    
    This fixes the build with recent changes to gnome-common.
    
    See: https://bugzilla.gnome.org/show_bug.cgi?id=706826

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 67d4686..8282e5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = . gdata/tests po docs
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 DISTCHECK_CONFIGURE_FLAGS =
 MAINTAINERCLEANFILES =


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