Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e8bea34..a674795 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(gcompris, 1.0.5)
+AM_INIT_AUTOMAKE(gcompris, 1.1.0)
AM_CONFIG_HEADER(config.h)
GNOME_INIT
@@ -30,7 +30,7 @@ dnl GCompris needs to know which locale are supported
AC_SUBST(ALL_LINGUAS)
AC_DEFINE_UNQUOTED(ALL_LINGUAS, "${ALL_LINGUAS}")
-AM_GLIB_GNU_GETTEXT
+AM_GNU_GETTEXT
dnl Add the gnome canvas pixbuf. It comes with GDK_PIXBUF but not added automatically
dnl FIXME : should use gnome-config gnomecanvaspixbuf --libs