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.
This commit is contained in:
David Schleef 2003-08-06 01:15:48 +00:00
parent f267a761d8
commit 869763cfdd
2 changed files with 3 additions and 3 deletions

View 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/)

View file

@ -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" "" \