Lines Matching +refs:format +refs:test

59 AS_IF([test "x$TRY_LIBBSD" = "xyes"],
90 AM_CONDITIONAL(XFONT_FREETYPE, [test x$XFONT_FREETYPE = xyes])
91 if test x$XFONT_FREETYPE = xyes; then
98 if test "$freetype_config" = "auto" ; then
103 if test "$freetype_config" = "yes"; then
105 if test "$ft_config" = "no"; then
112 if test "$freetype_config" != "no"; then
129 # Builtins (gzipped pcf format in .text segment)
139 if test "x$Z_REQUIRES" = "x"; then
149 if test "x$with_bzip2" = xyes; then
154 AM_CONDITIONAL(X_BZIP2_FONT_COMPRESSION, [test "x$with_bzip2" = xyes ])
161 AM_CONDITIONAL(XFONT_BUILTINS, [test "x$XFONT_BUILTINS" = xyes ])
162 if test "x$XFONT_BUILTINS" = xyes; then
169 [Support PCF format bitmap fonts (default: enabled)]),
171 AM_CONDITIONAL(XFONT_PCFFORMAT, [test "x$XFONT_PCFFORMAT" = xyes])
172 if test "x$XFONT_PCFFORMAT" = xyes; then
173 AC_DEFINE(XFONT_PCFFORMAT,1,[Support pcf format bitmap font files])
178 [test "x$XFONT_PCFFORMAT" = xyes -o "x$XFONT_BUILTINS" = xyes])
182 [Support BDF format bitmap fonts (default: enabled)]),
184 AM_CONDITIONAL(XFONT_BDFFORMAT, [test "x$XFONT_BDFFORMAT" = xyes])
185 if test "x$XFONT_BDFFORMAT" = xyes; then
186 AC_DEFINE(XFONT_BDFFORMAT,1,[Support bdf format bitmap font files])
192 [Support SNF format bitmap fonts (default: disabled)]),
194 AM_CONDITIONAL(XFONT_SNFFORMAT, [test "x$XFONT_SNFFORMAT" = xyes])
195 if test "x$XFONT_SNFFORMAT" = xyes; then
196 AC_DEFINE(XFONT_SNFFORMAT,1,[Support snf format bitmap font files])
200 AM_CONDITIONAL(XFONT_BITMAP, [test "x$XFONT_BITMAP" = xyes ])
201 if test "x$XFONT_BITMAP" = xyes; then
206 AM_CONDITIONAL(XFONT_FONTFILE, [test "x$XFONT_FONTFILE" = xyes])
207 if test "x$XFONT_FONTFILE" = xyes; then
219 AM_CONDITIONAL(XFONT_FC, [test "x$XFONT_FC" = xyes])
220 if test "x$XFONT_FC" = xyes; then