Automake-1.5 chokes on gst/Makefile.am, so updating requirement to 1.6.
authorDavid Schleef <ds@schleef.org>
Wed, 6 Aug 2003 01:15:48 +0000 (01:15 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 6 Aug 2003 01:15:48 +0000 (01:15 +0000)
Original commit message from CVS:
Automake-1.5 chokes on gst/Makefile.am, so updating requirement to
1.6.

REQUIREMENTS
autogen.sh

index 9cfdfea..0bdcebb 100644 (file)
@@ -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/)
 
index 18633ed..f37285b 100755 (executable)
@@ -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" "" \