Lines Matching refs:xz
386 AC_ARG_WITH([xz], optwith
387 [ --without-xz don't use xz to compress the infrastructure archive],
406 # 588124 archive.git.tar.xz
409 # 308880 archive.dir.tar.xz
410 # 299124 archive.cvs.tar.xz
424 # 308880 archive.dir.tar.xz dirxz
426 # --with-xz is specified. Even if --with-git or --with-cvs or --with-bzip2 is
444 # Neither --with-git nor --with-cvs nor --with-bzip2 nor --with-xz is
447 && (xz --version) >/dev/null 2>&1 \
448 && xz --version | grep lzma >/dev/null; then
449 # --without-xz is not specified, and the xz program exists.
452 # --without-xz is specified, or the xz program is missing.