mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
up automake requirement to 1.7
Original commit message from CVS: up automake requirement to 1.7
This commit is contained in:
parent
6844069914
commit
25df39b708
2 changed files with 4 additions and 4 deletions
|
@ -31,10 +31,10 @@ autogen_options $@
|
|||
|
||||
echo -n "+ check for build tools"
|
||||
if test ! -z "$NOCHECK"; then echo " skipped"; else echo; fi
|
||||
version_check "autoconf" "$AUTOCONF autoconf autoconf-2.54 autoconf-2.53 autoconf-2.52" \
|
||||
version_check "autoconf" "$AUTOCONF autoconf autoconf259 autoconf257 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 6 || DIE=1
|
||||
version_check "automake" "$AUTOMAKE automake automake-1.9 automake19 automake-1.7 automake-1.6 automake-1.5" \
|
||||
"ftp://ftp.gnu.org/pub/gnu/automake/" 1 7 || DIE=1
|
||||
version_check "autopoint" "autopoint" \
|
||||
"ftp://ftp.gnu.org/pub/gnu/gettext/" 0 11 5 || DIE=1
|
||||
version_check "libtoolize" "$LIBTOOLIZE libtoolize" \
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit e0b121388ece524c0b7035a72bddd191d122d8bf
|
||||
Subproject commit bc4325349e8d0ec90aa5c5e74566880cc2e82527
|
Loading…
Reference in a new issue