From 2a1b6c0ca5ea9339bbdd5d69243e01a7a3282b99 Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Mon, 6 Feb 2006 18:44:27 +0000 Subject: [PATCH] Changed --- configure.ac | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index ba1624d..451dad4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(gnoemoe, 2.0.0, http://www.icecrew.nl/software/gnoemoe) +AC_INIT(gnoemoe, 2.0.2, http://www.icecrew.nl/software/gnoemoe) AC_CONFIG_SRCDIR(gnoemoe/gm-app.c) -AC_DEFINE_UNQUOTED(IVERSION, "200", "this is used for internal representation of the version") +AC_DEFINE_UNQUOTED(IVERSION, "202", "this is used for internal representation of the version") AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -19,12 +19,15 @@ AM_PROG_LIBTOOL AM_PROG_CC_STDC AC_HEADER_STDC AM_PROG_LIBTOOL + AC_PROG_INTLTOOL + +AM_GCONF_SOURCE_2 + AC_PROG_YACC PKG_CHECK_MODULES(PACKAGE, [ gtk+-2.0 >= 2.6.0 - gconf-2.0 >= 1.1.9 gdk-pixbuf-2.0 libgnome-2.0 libglade-2.0 @@ -33,7 +36,6 @@ PKG_CHECK_MODULES(PACKAGE, [ libgnomeui-2.0 vte libxml-2.0 - cairo ]) AC_SUBST(PACKAGE_CFLAGS) @@ -163,6 +165,7 @@ gnoemoe/parser/Makefile po/Makefile.in scripts/Makefile ui/Makefile +data/Makefile ]) echo