Home | History | Annotate | Download | only in dist

Lines Matching refs:compression

1377   --with-compression=<no|compress|gzip|bzip2>
1378 compression method to use on pcf fonts
3317 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking font compression method" >&5
3318 printf %s "checking font compression method... " >&6; }
3320 # Check whether --with-compression was given.
3323 withval=$with_compression; compression="$withval"
3325 compression="yes"
3328 if test x"$compression" = "xyes" ; then
3329 compression="gzip"
3331 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${compression}" >&5
3332 printf "%s\n" "${compression}" >&6; }
3333 case ${compression} in
3339 *) as_fn_error $? "${compression} is not a supported compression method" "$LINENO" 5 ;;
3343 # Extract the first word of "${compression}", so it can be a program name with args.
3344 set dummy ${compression}; ac_word=$2
3389 as_fn_error $? "${compression} is required to build $PACKAGE_NAME." "$LINENO" 5
3393 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking options to font compression command" >&5
3394 printf %s "checking options to font compression command... " >&6; }