r27889 - trunk



Author: yosh
Date: 2006-07-16 01:16:37 +0000 (Sun, 16 Jul 2006)
New Revision: 27889

Modified:
   trunk/ChangeLog
   trunk/configure.in
Log:
2006-07-15  Manish Singh  <yosh gimp org>

        * configure.in: bump up python requirement to 2.3.5 and pygtk to
        2.8.0, in preparation for depending on features not in prior
        releases.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-07-14 13:37:56 UTC (rev 27888)
+++ trunk/ChangeLog	2006-07-16 01:16:37 UTC (rev 27889)
@@ -1,3 +1,9 @@
+2006-07-15  Manish Singh  <yosh gimp org>
+
+	* configure.in: bump up python requirement to 2.3.5 and pygtk to
+	2.8.0, in preparation for depending on features not in prior
+	releases.
+
 2006-07-14  Maurits  <m rijk chello nl>
 
 	* plug-ins/imagemap/imap_grid.c

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2006-07-14 13:37:56 UTC (rev 27888)
+++ trunk/configure.in	2006-07-16 01:16:37 UTC (rev 27889)
@@ -50,7 +50,7 @@
 m4_define([alsa_required_version], [1.0.0])
 m4_define([rsvg_required_version], [2.8.0])
 m4_define([wmf_required_version], [0.2.8])
-m4_define([pygtk_required_version], [1.99.15])
+m4_define([pygtk_required_version], [2.8.0])
 m4_define([poppler_required_version], [0.3.1])
 m4_define([gnome_vfs_required_version], [2.10.0])
 m4_define([gnomeui_required_version], [2.10.0])
@@ -1424,8 +1424,8 @@
 
 if test "x$enable_python" != xno; then
   dnl check for Python
-  AM_PATH_PYTHON(2.2.1,,
-    [AC_MSG_ERROR([pycheck_error([Python 2.2.1 or better], [it])])])
+  AM_PATH_PYTHON(2.3.5,,
+    [AC_MSG_ERROR([pycheck_error([Python 2.3.5 or better], [it])])])
   AM_CHECK_PYTHON_HEADERS(,
     [AC_MSG_ERROR([pycheck_error([Python headers], [them])])])
 




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