Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2008-10-28 23:07:09 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2008-10-28 23:07:09 (GMT)
commitfa7c41fc95f82853f3c3fb43dd33703ba996b882 (patch)
tree55e1e11ffaeeea5489d8df29aa3164f0bea3c476 /configure.in
parentcaa59c5d23d1e98805857ed18e747e2484cb910d (diff)
configure fixes and cleanup by Yavor Doganov.
It is no more needed to copy config.rpath localy. svn path=/trunk/; revision=3586
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 961745c..4b69799 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/gcompris/gcompris.c)
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(gcompris, 8.4.7)
+AM_INIT_AUTOMAKE(gcompris, 8.4.8)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
@@ -153,8 +153,6 @@ AC_SUBST(FT2_CFLAGS)
dnl glib-genmarshal
AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
-AM_ICONV
-
dnl XF86VidMode allows us to set the screen resolution dynamically
AC_PATH_X