From: David Schleef Date: Wed, 6 Aug 2003 01:15:48 +0000 (+0000) Subject: Automake-1.5 chokes on gst/Makefile.am, so updating requirement to 1.6. X-Git-Tag: BRANCH-ERROR-ROOT~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=869763cfdd837f0f36c3352b8a284b80c9876a35;p=platform%2Fupstream%2Fgstreamer.git Automake-1.5 chokes on gst/Makefile.am, so updating requirement to 1.6. Original commit message from CVS: Automake-1.5 chokes on gst/Makefile.am, so updating requirement to 1.6. --- diff --git a/REQUIREMENTS b/REQUIREMENTS index 9cfdfea..0bdcebbc 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -29,7 +29,7 @@ An extra set of tools is required if you wish to build GStreamer out of CVS (using autogen.sh): autoconf 2.52 -automake 1.5 +automake 1.6 libtool v1.4 or better pkgconfig 0.9.0 (http://www.freedesktop.org/software/pkgconfig/) diff --git a/autogen.sh b/autogen.sh index 18633ed..f37285b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -27,8 +27,8 @@ echo -n "+ check for build tools" if test ! -z "$NOCHECK"; then echo ": skipped version checks"; else echo; fi version_check "autoconf" "$AUTOCONF autoconf autoconf-2.54 autoconf-2.53 autoconf-2.52" \ "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1 -version_check "automake" "$AUTOMAKE automake automake-1.7 automake-1.6 automake-1.5" \ - "ftp://ftp.gnu.org/pub/gnu/automake/" 1 5 || DIE=1 +version_check "automake" "$AUTOMAKE automake automake-1.7 automake-1.6" \ + "ftp://ftp.gnu.org/pub/gnu/automake/" 1 6 || DIE=1 version_check "libtool" "" \ "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1 version_check "pkg-config" "" \