[ease] Bump valac requirement, generate debugging info.



commit 760f609d7d38df26a9d48148f06b005f2755cf15
Author: Nate Stedman <natesm gmail com>
Date:   Thu Jun 17 14:52:16 2010 -0400

    Bump valac requirement, generate debugging info.

 Makefile.am  |    1 +
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 975bc60..3313f5a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,6 +79,7 @@ VALAFLAGS = --pkg glib-2.0 \
 		--pkg clutter-gst-1.0\
 		--pkg json-glib-1.0\
 		--pkg libarchive\
+		-g \
 		$(NULL)
 
 SUBDIRS = po
diff --git a/configure.ac b/configure.ac
index da981e9..e58ebb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_PROG_CC
 AC_PROG_CC_STDC
-AM_PROG_VALAC([0.8.1])
+AM_PROG_VALAC([0.9.1])
 AM_PROG_CC_C_O
 AC_PROG_INSTALL
 AC_PROG_INTLTOOL([0.35])



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