[mutter/wayland] Mutter-Wayland: fix build failure
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wayland] Mutter-Wayland: fix build failure
- Date: Tue, 29 Oct 2013 13:10:34 +0000 (UTC)
commit 918cfdcbdadfa24ee1c8e57b05416307e32d73db
Author: Magdalen Berns <thisMagpie live com>
Date: Mon Oct 28 16:27:29 2013 +0000
Mutter-Wayland: fix build failure
Bug https://bugzilla.gnome.org/show_bug.cgi?id=710565
Makefile.am | 2 ++
configure.ac | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 979ba25..19dbe9c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,3 +6,5 @@ EXTRA_DIST = HACKING MAINTAINERS rationales.txt
DISTCLEANFILES = intltool-extract intltool-merge intltool-update po/stamp-it po/.intltool-merge-cache
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
diff --git a/configure.ac b/configure.ac
index 6e77f18..0568317 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,5 @@
AC_PREREQ(2.50)
+AC_CONFIG_MACRO_DIR([m4])
m4_define([mutter_major_version], [3])
m4_define([mutter_minor_version], [10])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]