build: bump autoconf requirement to 2.60 for gobject-introspection.m4

Require autoconf 2.60 (which was released in June 2006).

Fixes #600718.
This commit is contained in:
Tim-Philipp Müller 2010-04-07 19:07:29 +01:00
parent fab97aec53
commit 037898a2ce
2 changed files with 3 additions and 3 deletions

View file

@ -36,8 +36,8 @@ autogen_options $@
printf "+ check for build tools"
if test ! -z "$NOCHECK"; then echo " skipped"; else echo; fi
version_check "autoconf" "$AUTOCONF autoconf autoconf259 autoconf257 autoconf-2.54 autoconf-2.53 autoconf-2.52" \
"ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1
version_check "autoconf" "$AUTOCONF autoconf autoconf270 autoconf269 autoconf268 autoconf267 autoconf266 autoconf265 autoconf264 autoconf263 autoconf262 autoconf261 autoconf260" \
"ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 60 || DIE=1
version_check "automake" "$AUTOMAKE automake automake-1.11 automake-1.10 automake-1.9 automake19 automake-1.7 automake-1.6 automake-1.5" \
"ftp://ftp.gnu.org/pub/gnu/automake/" 1 7 || DIE=1
version_check "autopoint" "autopoint" \

View file

@ -1,4 +1,4 @@
AC_PREREQ(2.52)
AC_PREREQ(2.60)
dnl please read gstreamer/docs/random/autotools before changing this file