* configure.in: We have a runtime check for Python 2.5. Do the same here by using AM_PATH_PYTHON(2.5)
svn: r9288
This commit is contained in:
parent
d60f69befe
commit
63202e3630
@ -1,3 +1,7 @@
|
|||||||
|
2007-11-01 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||||
|
* configure.in: We have a runtime check for Python 2.5. Do the same
|
||||||
|
here by using AM_PATH_PYTHON(2.5)
|
||||||
|
|
||||||
2007-10-31 Jim Sack <jgsack@san.rr.com>
|
2007-10-31 Jim Sack <jgsack@san.rr.com>
|
||||||
* src/gen/db/dbdir.py bug #1331 write_lock_file() add mkdir if needed
|
* src/gen/db/dbdir.py bug #1331 write_lock_file() add mkdir if needed
|
||||||
* src/gramps.py bug #1332 more gramps termination problems fixed
|
* src/gramps.py bug #1332 more gramps termination problems fixed
|
||||||
|
@ -45,9 +45,9 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the Gettext pa
|
|||||||
AM_GLIB_GNU_GETTEXT
|
AM_GLIB_GNU_GETTEXT
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
dnl We first only check for python >= 2.4
|
dnl We first only check for python >= 2.5
|
||||||
|
|
||||||
AM_PATH_PYTHON(2.4)
|
AM_PATH_PYTHON(2.5)
|
||||||
AC_PATH_PROG(BINSH, sh)
|
AC_PATH_PROG(BINSH, sh)
|
||||||
|
|
||||||
pygtk_require="
|
pygtk_require="
|
||||||
|
Loading…
Reference in New Issue
Block a user