[folks] build: Fix autogen and configure
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] build: Fix autogen and configure
- Date: Thu, 29 Aug 2013 15:11:26 +0000 (UTC)
commit 67963cd34489610325a0eb87dcb288633ef572a3
Author: Seán de Búrca <leftmostcat gmail com>
Date: Mon Aug 26 23:00:47 2013 -0600
build: Fix autogen and configure
Include ACLOCAL_FLAGS when setting. ACLOCAL_AMFLAGS.
Closes: https://bugzilla.gnome.org/show_bug.cgi?id=706826
Makefile.am | 2 +-
NEWS | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a07828e..c72fb37 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = \
folks \
diff --git a/NEWS b/NEWS
index 4f96706..0cc5681 100644
--- a/NEWS
+++ b/NEWS
@@ -6,8 +6,8 @@ Dependencies:
Major changes:
Bugs fixed:
-
• Bug 706683 — fails to build with Vala 0.20
+• Bug 706826 — build fails due to missing IT_PROG_INTLTOOL macro
API changes:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]