bump up python requirement to 2.3.5 and pygtk to 2.8.0, in preparation for
2006-07-16 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.
This commit is contained in:

committed by
Manish Singh

parent
662d422609
commit
f97504cb6a
@ -1,3 +1,9 @@
|
|||||||
|
2006-07-16 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-16 Kevin Cozens <kcozens@cvs.gnome.org>
|
2006-07-16 Kevin Cozens <kcozens@cvs.gnome.org>
|
||||||
|
|
||||||
* configure.in
|
* configure.in
|
||||||
|
@ -50,7 +50,7 @@ m4_define([gtkhtml2_required_version], [2.0.0])
|
|||||||
m4_define([alsa_required_version], [1.0.0])
|
m4_define([alsa_required_version], [1.0.0])
|
||||||
m4_define([rsvg_required_version], [2.8.0])
|
m4_define([rsvg_required_version], [2.8.0])
|
||||||
m4_define([wmf_required_version], [0.2.8])
|
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([poppler_required_version], [0.3.1])
|
||||||
m4_define([gnome_vfs_required_version], [2.10.0])
|
m4_define([gnome_vfs_required_version], [2.10.0])
|
||||||
m4_define([gnomeui_required_version], [2.10.0])
|
m4_define([gnomeui_required_version], [2.10.0])
|
||||||
@ -1424,8 +1424,8 @@ m4_define([pycheck_error], [
|
|||||||
|
|
||||||
if test "x$enable_python" != xno; then
|
if test "x$enable_python" != xno; then
|
||||||
dnl check for Python
|
dnl check for Python
|
||||||
AM_PATH_PYTHON(2.2.1,,
|
AM_PATH_PYTHON(2.3.5,,
|
||||||
[AC_MSG_ERROR([pycheck_error([Python 2.2.1 or better], [it])])])
|
[AC_MSG_ERROR([pycheck_error([Python 2.3.5 or better], [it])])])
|
||||||
AM_CHECK_PYTHON_HEADERS(,
|
AM_CHECK_PYTHON_HEADERS(,
|
||||||
[AC_MSG_ERROR([pycheck_error([Python headers], [them])])])
|
[AC_MSG_ERROR([pycheck_error([Python headers], [them])])])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user