Home | History | Annotate | Download | only in dist

Lines Matching refs:compress

646 COMPRESS
1421 --with-compression=<no|compress|gzip|bzip2>
3380 *compress) COMPRESS_SUFFIX=".Z" ;;
3384 no|none) COMPRESS_SUFFIX="" ; COMPRESS="cat" ;;
3397 case $COMPRESS in
3399 ac_cv_path_COMPRESS="$COMPRESS" # Let the user override the test with a path.
3424 COMPRESS=$ac_cv_path_COMPRESS
3425 if test -n "$COMPRESS"; then
3426 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $COMPRESS" >&5
3427 printf "%s\n" "$COMPRESS" >&6; }
3434 if test x"$COMPRESS" = x; then