Home | History | Annotate | Download | only in dist

Lines Matching refs:compress

624 COMPRESS
1378 --with-compression=<no|compress|gzip|bzip2>
3335 *compress) COMPRESS_SUFFIX=".Z" ;;
3339 no|none) COMPRESS_SUFFIX="" ; COMPRESS="cat" ;;
3352 case $COMPRESS in
3354 ac_cv_path_COMPRESS="$COMPRESS" # Let the user override the test with a path.
3379 COMPRESS=$ac_cv_path_COMPRESS
3380 if test -n "$COMPRESS"; then
3381 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $COMPRESS" >&5
3382 printf "%s\n" "$COMPRESS" >&6; }
3389 if test x"$COMPRESS" = x; then