X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=extras%2Ftools%2Fbootstrap;h=56d1b7819b7e065ad1fdda503536cbc83fdde622;hb=0db7670783253822aca6086cdee6686ec1353202;hp=9a185ebd0f5ce76bdf568ddaca0d9839b09e559d;hpb=cbd4ad668faeb5eec1cee081a9bfe22b68b237c6;p=vlc diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap index 9a185ebd0f..56d1b7819b 100755 --- a/extras/tools/bootstrap +++ b/extras/tools/bootstrap @@ -30,6 +30,11 @@ then echo "$1 not found" NEEDED="$NEEDED .$1" else + if [ "$1" = "xz" ] && ! tar PcJ /dev/null >/dev/null + then + echo "tar doesn't support xz (J option)" + NEEDED="$NEEDED .tar" + fi # found, need to check version ? [ -z "$2" ] && return # no # we only check GNU tools, their version have the form MAJOR.MINOR