Home | History | Annotate | Download | only in dist

Lines Matching refs:compression

1422   --with-compression=<no|compress|gzip|bzip2>
1423 compression method to use on pcf fonts
3364 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking font compression method" >&5
3365 printf %s "checking font compression method... " >&6; }
3367 # Check whether --with-compression was given.
3370 withval=$with_compression; compression="$withval"
3372 compression="yes"
3375 if test x"$compression" = "xyes" ; then
3376 compression="gzip"
3378 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${compression}" >&5
3379 printf "%s\n" "${compression}" >&6; }
3380 case ${compression} in
3386 *) as_fn_error $? "${compression} is not a supported compression method" "$LINENO" 5 ;;
3390 # Extract the first word of "${compression}", so it can be a program name with args.
3391 set dummy ${compression}; ac_word=$2
3436 as_fn_error $? "${compression} is required to build $PACKAGE_NAME." "$LINENO" 5
3440 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking options to font compression command" >&5
3441 printf %s "checking options to font compression command... " >&6; }