mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
autoconf for freebsd
Original commit message from CVS: autoconf for freebsd
This commit is contained in:
parent
da39e2c7c9
commit
de1f0d89a4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ autogen_options $@
|
|||
|
||||
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" \
|
||||
version_check "autoconf" "$AUTOCONF autoconf autoconf-2.54 autoconf-2.53 autoconf-2.52 autoconf252" \
|
||||
"ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1
|
||||
version_check "automake" "$AUTOMAKE automake automake-1.7 automake17 automake-1.6" \
|
||||
"ftp://ftp.gnu.org/pub/gnu/automake/" 1 6 || DIE=1
|
||||
|
|
Loading…
Reference in a new issue