require autoconf 2.57 and pygtk 2.0.0.

Original commit message from CVS:
require autoconf 2.57 and pygtk 2.0.0.
This commit is contained in:
David I. Lehn 2003-10-09 19:59:23 +00:00
parent 6cd99af3e2
commit 7de8cc8370
2 changed files with 3 additions and 3 deletions

2
common

@ -1 +1 @@
Subproject commit b7abb510aa14e8692df39ea8c2c758e37d8a8d8a
Subproject commit e903f88a7388f0b463204ea1f960a4ace840175b

View file

@ -1,5 +1,5 @@
-*- mode: m4 -*-
AC_PREREQ(2.54)
AC_PREREQ(2.57)
AC_INIT
AC_CANONICAL_TARGET
@ -13,7 +13,7 @@ dnl Add parameters for aclocal
ACLOCAL="$ACLOCAL -I common/m4 $ACLOCAL_FLAGS"
dnl required versions of other packages
AC_SUBST(PYGTK_REQ, 1.99.14)
AC_SUBST(PYGTK_REQ, 2.0.0)
AC_SUBST(GLIB_REQ, 2.0.0)
AC_SUBST(GTK_REQ, 2.0.0)
AC_SUBST(GST_REQ, 0.6.0)