From: Tim-Philipp Müller Date: Wed, 7 Apr 2010 18:05:04 +0000 (+0100) Subject: build: bump autoconf requirement to 2.60 for gobject-introspection.m4 X-Git-Tag: RELEASE-0.10.29~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ab962bd5164874296f17e282950c723f8638074;p=platform%2Fupstream%2Fgstreamer.git build: bump autoconf requirement to 2.60 for gobject-introspection.m4 Require autoconf 2.60 (which was released in June 2006). Fixes #600718. --- diff --git a/autogen.sh b/autogen.sh index 507306a..e98bb1e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -37,8 +37,8 @@ autogen_options $@ printf "+ check for build tools" if test ! -z "$NOCHECK"; then echo ": skipped version checks"; else echo; fi -version_check "autoconf" "$AUTOCONF autoconf autoconf259 autoconf257 autoconf-2.54 autoconf-2.53 autoconf253 autoconf-2.52 autoconf252" \ - "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.8 automake18 automake-1.7 automake17 automake-1.6 automake16" \ "ftp://ftp.gnu.org/pub/gnu/automake/" 1 7 || DIE=1 version_check "autopoint" "autopoint" \ diff --git a/configure.ac b/configure.ac index ffd4fc2..b96d2dd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_PREREQ(2.52) +AC_PREREQ(2.60) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right !