]> git.0d.be Git - empathy.git/blobdiff - configure.ac
Update gitignore
[empathy.git] / configure.ac
index e4dd6ffa05acfe4f9187d6ccc3d637090a3e94e2..028cd57ce68300f533461806430a1a037c346b90 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(Empathy, 2.23.91, http://bugzilla.gnome.org/browse.cgi?product=empathy)
+AC_INIT(Empathy, 2.24.0, http://bugzilla.gnome.org/browse.cgi?product=empathy)
 AC_PREREQ(2.59)
 AC_COPYRIGHT([
   Copyright (C) 2003-2007 Imendio AB
@@ -11,11 +11,11 @@ AC_COPYRIGHT([
 #   (No interfaces changed:                   REVISION++)
 LIBEMPATHY_CURRENT=16
 LIBEMPATHY_AGE=2
-LIBEMPATHY_REVISION=0
+LIBEMPATHY_REVISION=2
 
 LIBEMPATHY_GTK_CURRENT=15
 LIBEMPATHY_GTK_AGE=0
-LIBEMPATHY_GTK_REVISION=2
+LIBEMPATHY_GTK_REVISION=4
 
 AC_SUBST(LIBEMPATHY_CURRENT)
 AC_SUBST(LIBEMPATHY_AGE)
@@ -268,6 +268,7 @@ if test "x$enable_python" != "xno"; then
       ], have_python="yes", have_python="no")
       if test "x$have_python" = "xyes" ; then
          AM_CHECK_PYTHON_HEADERS(,have_python="no")
+         AC_CHECK_PROGS([PYGOBJECTCODEGEN], [pygobject-codegen-2.0 pygtk-codegen-2.0])
       fi
    fi
 else