Lines Matching +refs:format +refs:test
74 AM_CONDITIONAL(XFONT_FREETYPE, [test x$XFONT_FREETYPE = xyes])
75 if test x$XFONT_FREETYPE = xyes; then
82 if test "$freetype_config" = "auto" ; then
87 if test "$freetype_config" = "yes"; then
89 if test "$ft_config" = "no"; then
96 if test "$freetype_config" != "no"; then
113 # Builtins (gzipped pcf format in .text segment)
128 if test "x$with_bzip2" = xyes; then
133 AM_CONDITIONAL(X_BZIP2_FONT_COMPRESSION, [test "x$with_bzip2" = xyes ])
140 AM_CONDITIONAL(XFONT_BUILTINS, [test "x$XFONT_BUILTINS" = xyes ])
141 if test "x$XFONT_BUILTINS" = xyes; then
148 [Support PCF format bitmap fonts (default: enabled)]),
150 AM_CONDITIONAL(XFONT_PCFFORMAT, [test "x$XFONT_PCFFORMAT" = xyes])
151 if test "x$XFONT_PCFFORMAT" = xyes; then
152 AC_DEFINE(XFONT_PCFFORMAT,1,[Support pcf format bitmap font files])
157 [test "x$XFONT_PCFFORMAT" = xyes -o "x$XFONT_BUILTINS" = xyes])
161 [Support BDF format bitmap fonts (default: enabled)]),
163 AM_CONDITIONAL(XFONT_BDFFORMAT, [test "x$XFONT_BDFFORMAT" = xyes])
164 if test "x$XFONT_BDFFORMAT" = xyes; then
165 AC_DEFINE(XFONT_BDFFORMAT,1,[Support bdf format bitmap font files])
171 [Support SNF format bitmap fonts (default: disabled)]),
173 AM_CONDITIONAL(XFONT_SNFFORMAT, [test "x$XFONT_SNFFORMAT" = xyes])
174 if test "x$XFONT_SNFFORMAT" = xyes; then
175 AC_DEFINE(XFONT_SNFFORMAT,1,[Support snf format bitmap font files])
179 AM_CONDITIONAL(XFONT_BITMAP, [test "x$XFONT_BITMAP" = xyes ])
180 if test "x$XFONT_BITMAP" = xyes; then
185 AM_CONDITIONAL(XFONT_FONTFILE, [test "x$XFONT_FONTFILE" = xyes])
186 if test "x$XFONT_FONTFILE" = xyes; then
198 AM_CONDITIONAL(XFONT_FC, [test "x$XFONT_FC" = xyes])
199 if test "x$XFONT_FC" = xyes; then