mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
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:
parent
f267a761d8
commit
869763cfdd
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ An extra set of tools is required if you wish to build GStreamer out of
|
||||||
CVS (using autogen.sh):
|
CVS (using autogen.sh):
|
||||||
|
|
||||||
autoconf 2.52
|
autoconf 2.52
|
||||||
automake 1.5
|
automake 1.6
|
||||||
libtool v1.4 or better
|
libtool v1.4 or better
|
||||||
pkgconfig 0.9.0 (http://www.freedesktop.org/software/pkgconfig/)
|
pkgconfig 0.9.0 (http://www.freedesktop.org/software/pkgconfig/)
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,8 @@ echo -n "+ check for build tools"
|
||||||
if test ! -z "$NOCHECK"; then echo ": skipped version checks"; else echo; fi
|
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" \
|
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
|
"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" \
|
version_check "automake" "$AUTOMAKE automake automake-1.7 automake-1.6" \
|
||||||
"ftp://ftp.gnu.org/pub/gnu/automake/" 1 5 || DIE=1
|
"ftp://ftp.gnu.org/pub/gnu/automake/" 1 6 || DIE=1
|
||||||
version_check "libtool" "" \
|
version_check "libtool" "" \
|
||||||
"ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1
|
"ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1
|
||||||
version_check "pkg-config" "" \
|
version_check "pkg-config" "" \
|
||||||
|
|
Loading…
Reference in a new issue