Lines Matching +refs:do +refs:format +refs:test

14 dnl permit persons to whom the Software is furnished to do so, subject to
58 if test "$am_cv_langinfo_codeset" = yes; then
107 do
116 test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
117 && test -z "${cf_tst_cflags}" \
120 if test "$cf_fix_cppflags" = yes ; then
123 elif test "${cf_tst_cflags}" = "\"'" ; then
153 test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
154 && test -z "${cf_tst_cflags}" \
160 if test -n "$cf_new_cflags" ; then
165 if test -n "$cf_new_cppflags" ; then
170 if test -n "$cf_new_extra_cppflags" ; then
199 for cf_add_1lib in $1; do cf_add_0lib="$cf_add_1lib $cf_add_0lib"; done
201 for cf_add_1lib in $cf_add_0lib; do
202 for cf_add_2lib in $cf_add_libs; do
203 if test "x$cf_add_1lib" = "x$cf_add_2lib"; then
208 test -n "$cf_add_1lib" && cf_add_libs="$cf_add_1lib $cf_add_libs"
234 do
251 test -n "[$]$1" && $1="[$]$1 "
279 [AC_ARG_ENABLE([$1],[$2],[test "$enableval" != ifelse([$5],no,yes,no) && enableval=ifelse([$5],no,no,yes)
280 if test "$enableval" != "$5" ; then
301 if test $enable_stdnoreturn = yes; then
316 if test "$cf_cv_c11_noreturn" = yes; then
353 do
372 do
406 if test -f "$srcdir/config.guess" || test -f "$ac_aux_dir/config.guess" ; then
411 if test -z "$system_name" ; then
415 test -n "$system_name" && AC_DEFINE_UNQUOTED(SYSTEM_NAME,"$system_name",[Define to the system name.])
418 test -z "$system_name" && system_name="$cf_cv_system_name"
419 test -n "$cf_cv_system_name" && AC_MSG_RESULT(Configuring for $cf_cv_system_name)
421 if test ".$system_name" != ".$cf_cv_system_name" ; then
439 if test "x$cf_check_cflags" != "x$CFLAGS" ; then
441 [CF_VERBOSE(test-compile failed. Undoing change to \$CFLAGS)
442 if test "x$cf_check_cppflags" != "x$CPPFLAGS" ; then
468 if test "$cf_cv_dcl_$1" = no ; then
495 if test "$cf_cv_have_$1" = yes ; then
518 if test "$ifelse([$1],,[$1],GCC)" = yes ; then
534 if test "x$ifelse([$2],,CLANG_COMPILER,[$2])" = "xyes" ; then
545 test -z "$CLANG_VERSION" && CLANG_VERSION=unknown
551 do
562 if test "$cf_clang_optok" = yes; then
653 if test "$enable_desktop" = yes ; then
657 test "$desktop_utils" = yes && desktop_utils= || desktop_utils="#"
676 [ --disable-echo do not display "compiling" commands],
710 [ --disable-leaks test: free permanent memory, analyze leaks],
714 if test "x$enable_leaks" = xno; then with_no_leaks=yes; else with_no_leaks=no; fi
717 if test "$enable_leaks" = no ; then
737 if test "x$enable_rpath_hack" = xno; then cf_disable_rpath_hack=yes; else cf_disable_rpath_hack=no; fi
740 if test "$enable_rpath_hack" = yes ; then
779 dnl yes: always do this, e.g., to use in generated library-headers
780 dnl no: never do this
782 if test "$GCC" = yes || test "$GXX" = yes
789 [ --enable-warnings test: turn on gcc compiler warnings],
793 if test "$enable_warnings" = "yes"
812 dnl Warning flags do not belong in CFLAGS, CPPFLAGS, etc. Any of gcc's
818 if test "$GCC" = yes || test "$GXX" = yes
824 do
826 (x-Werror=format*)
837 if test "x[$]$1" != "x$cf_temp_flags"
864 if test "$cf_cv_test_clock_gettime" = yes ; then
881 if test "$cf_cv_func_clock_gettime" = yes
924 if test "x$ac_cv_func_grantpt" = "xyes" ; then
938 if test "x$ac_cv_func_grantpt" != "xno" ; then
940 if test "x$ac_cv_func_grantpt" = "xyes" ; then
943 if test "x$ac_cv_header_stropts_h" = xyes
951 while test $cf_pty_this != 6
952 do
956 CF_MSG_LOG(pty feature test $cf_pty_next:5)
994 if test -n "$cf_pty_feature"
1014 dnl There is no configure run-test for openpty, since older implementations do
1017 if test "x$cf_prefer_posix_openpt" = "xyes" && test "x$ac_cv_func_posix_openpt" = "xyes" ; then
1019 elif test "x$disable_openpty" != "xyes" || test -z "$cf_grantpt_opts" ; then
1021 if test "$cf_have_openpty" = yes ; then
1034 if test "x$ac_cv_func_grantpt" != xno
1039 do
1044 elif test "x$cf_have_openpty" = xno
1071 test "$cf_cv_func_strftime" = yes && AC_DEFINE(HAVE_STRFTIME,1,[Define to 1 to indicate that strftime function is present])
1079 dnl function, since it cannot provide the termcap-format data).
1091 if test -n "$TERMCAP"
1102 test -z "$cf_TERMVAR" && cf_TERMVAR=vt100
1109 # The terminfo-based termcap interfaces do not provide a full tgetent (i.e., do
1129 if test "$cf_full_tgetent" = yes ; then
1139 if test "$cf_full_tgetent" = yes ; then
1146 for cf_termlib in '' $cf_TERMLIB ; do
1148 test -n "$cf_termlib" && { CF_ADD_LIB($cf_termlib) }
1163 if test -n "$cf_termlib" ; then
1179 if test "x$cf_cv_lib_tgetent" != xno ; then
1180 test "x$cf_cv_lib_tgetent" != xyes && { CF_ADD_LIBS($cf_cv_lib_tgetent) }
1182 if test "$cf_full_tgetent" = no ; then
1186 #error do not use ncurses termcap.h
1197 for cf_termlib in $cf_TERMLIB ; do
1207 if test "$cf_cv_lib_part_tgetent" != no ; then
1225 if test "$GCC" = yes || test "$GXX" = yes
1241 if test "$GCC" = yes
1251 #define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
1256 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
1268 do
1294 test -n "$verbose" && AC_MSG_RESULT(... $cf_attribute)
1302 if test "$cf_printf_attribute" != no ; then
1303 cf_value='__attribute__((format(printf,fmt,var)))'
1310 if test "$cf_scanf_attribute" != no ; then
1311 cf_value='__attribute__((format(scanf,fmt,var)))'
1336 if test "$GCC" = yes ; then
1339 test -z "$GCC_VERSION" && GCC_VERSION=unknown
1369 if test "x$have_x" = xyes; then CF_CONST_X_STRING fi
1374 if test "$INTEL_COMPILER" = yes
1400 do
1403 test -n "$verbose" && AC_MSG_RESULT(... -$cf_opt)
1408 elif test "$GCC" = yes && test "$GCC_VERSION" != "unknown"
1413 test "$with_ext_const" = yes && cf_warn_CONST="Wwrite-strings"
1415 test "x$CLANG_COMPILER" = xyes && cf_gcc_warnings=
1430 do
1433 test -n "$verbose" && AC_MSG_RESULT(... -$cf_opt)
1508 if test x$cf_cv_gnu_library = xyes; then
1529 if test "x$cf_cv_gnu_library_219" = xyes; then
1545 test "x$cf_cv_gnu_dftsrc_219" = "xyes" || CPPFLAGS="$cf_save"
1550 if test "x$cf_cv_gnu_dftsrc_219" != xyes; then
1570 if test "$cf_cv_gnu_source" = yes
1581 if test "$cf_cv_default_source" = yes
1612 if test -n "$IMAKE" ; then
1653 test -f "$cf_makefile" && cat "$cf_makefile" >>./Imakefile
1661 if ( $IMAKE "$cf_imake_opts" 1>/dev/null 2>&AC_FD_CC && test -f Makefile)
1667 for cf_libpath in $X_LIBS $LIBS ; do
1672 if test -d "$cf_libpath" ; then
1679 if test -z "$cf_config" ; then
1704 if test -n "$GCC" ; then
1705 if test -n "$IMAKE_CFLAGS" ; then
1710 do
1723 if test -z "$cf_nostdinc" ; then
1725 elif test -z "$cf_std_incl" ; then
1804 if test "$ifelse([$1],,[$1],GCC)" = yes ; then
1843 [if test -f /usr/adm/lastlog ; then
1849 test "$cf_cv_path_lastlog" != no && AC_DEFINE(USE_LASTLOG,1,[Define to 1 if we can define lastlog pathname])
1861 if test "x$cf_cv_enable_rpath" != xno
1866 if test "$GCC" = yes; then
1903 test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT "
1921 if test "$cf_cv_mixedcase" = yes ; then
1927 if test "$MAKE_UPPER_TAGS" = yes ; then
1933 if test "$MAKE_LOWER_TAGS" = yes ; then
1964 if test "$cf_cv_need_libm" = yes
1981 if test "$cf_cv_have_libm" = yes
1989 if test "$cf_cv_have_libm" = yes
2002 if test "$cross_compiling" = yes ; then
2013 echo test >conftest
2014 if test -f CONFTEST ; then
2022 test "$cf_cv_mixedcase" = yes && AC_DEFINE(MIXEDCASE_FILENAMES,1,[Define to 1 if filesystem supports mixed-case filenames.])
2069 if test "x$cf_cv_func_mkstemp" = xmaybe ; then
2072 if test "x$cf_cv_func_mkstemp" = xyes || test "x$ac_cv_func_mkstemp" = xyes ; then
2145 dnl $3 = optional list of additional program names to test.
2155 test -z "[$]$1" && $1="$2"
2162 do
2163 if test -z "$cf_path_prog" ; then
2164 if test "$with_full_paths" = yes ; then
2170 elif test -z "$cf_path_args" ; then
2178 if test -n "$cf_path_prog" ; then
2181 test -n "$cf_path_args" && AC_DEFINE_UNQUOTED($1_ARGS,"$cf_path_args",Define to provide args for $1)
2194 if test "x$prefix" != xNONE; then
2250 test -z "$PKG_CONFIG" && PKG_CONFIG=none
2251 if test "$PKG_CONFIG" != none ; then
2253 elif test "x$cf_pkg_config" != xno ; then
2277 if test "$cf_cv_posix_visible" = no; then
2307 if test "$cf_want_posix_source" = yes ; then
2329 if test "$cf_cv_posix_c_source" != no ; then
2387 test "$cf_cv_posix_saved_ids" = yes && AC_DEFINE(HAVE_POSIX_SAVED_IDS,1,[Define to 1 if POSIX saved-ids are supported])
2392 dnl POSIX documents test-macros which an application may set before any system
2398 dnl overrides the corresponding test-macros. Doing that introduces portability
2405 AC_CACHE_CHECK(if the POSIX test-macros are already defined,cf_cv_posix_visible,[
2440 test "$cf_cv_posix_wait" = yes && AC_DEFINE(USE_POSIX_WAIT,1,[Define to 1 if we have POSIX wait functions])
2451 do
2452 if test -d "$cf_path" && \
2453 test -d "$cf_path"/$$ && \
2454 { test -d "$cf_path"/$$/cwd || \
2455 test -L "$cf_path"/$$/cwd; }; then
2488 if test "x$GROFF_PATH" = xno
2507 test -z "$LINT_OPTS" && LINT_OPTS="-chapbrxzgFS -v -Ac11"
2510 test -z "$LINT_OPTS" && LINT_OPTS="--enable=all -D__CPPCHECK__"
2545 do
2555 if test "$cf_regex_func" = no ; then
2562 if test "$cf_regex_func" = no ; then
2572 do
2586 do
2624 do
2626 test "[$]$2" != "$cf_old_cflag" || break
2667 if test -n "$LD_RPATH_OPT" ; then
2672 if test "$cf_ldd_prog" != no
2681 # If we passed the link-test, but get a "not found" on a given library,
2686 if test -n "$cf_rpath_oops"
2689 do
2694 do
2695 if test -f "$cf_rpath_dir/lib/$cf_rpath_src"
2733 do
2739 if test -n "$cf_rpath_list"
2742 do
2743 if test "x$cf_rpath_src" = "x-L$cf_rpath_item"
2751 if test "$cf_rpath_skip" = no
2754 if test "$LD_RPATH_OPT" = "-R " ; then
2762 if test "x$cf_rpath_tst" = "x$EXTRA_LDFLAGS"
2781 dnl and libraries which do not update those variables.
2791 do
2820 test "$cf_cv_func_setitimer" != no && AC_DEFINE(HAVE_SETITIMER,1,[Define to 1 if setitimer is available])
2825 dnl Use this macro after CF_XOPEN_SOURCE, but do not require it (not all
2826 dnl programs need this test).
2852 if test "$cf_cv_define_sigwinch" = maybe ; then
2856 while test "$cf_sigwinch" != 1
2857 do
2876 if test "$cf_cv_fixup_sigwinch" != unknown ; then
2894 do
2911 test "$cf_cv_sig_atomic_t" != no && break
2915 test "$cf_cv_sig_atomic_t" != no && AC_DEFINE_UNQUOTED(SIG_ATOMIC_T, $cf_cv_sig_atomic_t,[Define to signal global datatype])
2941 test $cf_cv_struct_lastlog != no && AC_DEFINE(USE_STRUCT_LASTLOG,1,[Define to 1 if we have struct lastlog])
2973 test "$cf_cv_svr4" = yes && AC_DEFINE(SVR4,1,[Define to 1 if this is an SVR4 system])
3040 test "$cf_cv_sysv" = yes && AC_DEFINE(SYSV,1,[Define to 1 if this is an SYSV system])
3051 test "$cf_cv_have_utmp" = "utmp" && cf_prefix="ut" || cf_prefix="utx"
3063 test "$cf_cv_sysv_utmp" = yes && AC_DEFINE(USE_SYSV_UTMP,1,[Define to 1 if utmp is SYSV flavor])
3090 test "$cf_cv_havetype_tcflag_t" = no && AC_DEFINE(tcflag_t,unsigned long,[Define usable value of tcflag_t if not declared])
3098 test "$cf_cv_havetype_speed_t" = no && AC_DEFINE(speed_t,unsigned short,[Define usable value of speed_t if not declared])
3106 test "$cf_cv_havetype_cc_t" = no && AC_DEFINE(cc_t,unsigned char,[Define usable value of cc_t if not declared])
3126 test "$cf_cv_termio_c_ispeed" = yes && AC_DEFINE(HAVE_TERMIO_C_ISPEED,1,[define 1 if we have IRIX 6.5 baud-rate redefinitions])
3135 do
3156 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "$1"; then
3189 if test "$cf_cv_xopen_source" != no ; then
3202 dnl The check relies upon running a test-program, which calls ttyname. If this
3213 test -z "$cf_tty_group" && cf_tty_group=auto...
3214 test "$cf_tty_group" = yes && cf_tty_group=auto...
3217 if test "$cf_tty_group" = "auto..." ; then
3226 if test "$cf_uid" != 0 ; then
3229 test "$cf_tty_name" = "not a tty" && cf_tty_name=/dev/tty
3230 test -z "$cf_tty_name" && cf_tty_name=/dev/tty
3231 if test -c "$cf_tty_name"
3239 if test -z "$cf_rest" ; then
3251 if test -z "$cf_cv_tty_group_name"
3268 # if configure option, always do this
3275 # does apply to the device. We cannot perform this test if we are in batch
3280 if test "$cf_tty_name" != "not a tty"
3318 elif test "$cross_compiling" = yes; then
3325 if test $cf_cv_tty_group = no ; then
3353 test $cf_cv_type_cc_t = no && AC_DEFINE(cc_t, unsigned char,[Define to cc_t type used in termio])
3367 if test x$cf_cv_type_fd_set = xX11/Xpoll.h ; then
3380 if test x$cf_cv_type_fd_mask = xCSRG_BASED ; then
3390 dnl <sys/select.h>, so we don't want to do it twice.
3415 if test $cf_cv_type_fd_set = sys/select.h ; then
3436 test $cf_cv_type_nfds_t = no && AC_DEFINE(nfds_t, unsigned,[Define to nfds_t type used in poll])
3479 if test "$cf_cv_have_utempter" = yes ; then
3494 for cf_header in utmpx utmp ; do
3524 if test "$cf_cv_have_utmp" != no ; then
3526 test "$cf_cv_have_utmp" = utmpx && AC_DEFINE(UTMPX_FOR_UTMP,1,[Define if we have utmpx interface])
3543 if test $cf_cv_have_utmp != no ; then
3546 do
3548 do
3549 if test -f $cf_utmp_path/$cf_utmp_file
3559 if test -z "$cf_rest" ; then
3568 if test -n "$cf_rest" ; then
3570 if test -z "$cf_test" ; then
3577 test -n "$cf_cv_utmp_group" && break
3590 if test "$cf_cv_have_utmp" != no ; then
3604 test "$cf_cv_have_utmp_ut_host" != no && AC_DEFINE(HAVE_UTMP_UT_HOST,1,[Define to 1 if UTMP/UTMPX struct defines ut_host member])
3613 if test "$cf_cv_have_utmp" != no ; then
3624 for cf_header in ut_name ut_user ; do
3652 if test "$cf_cv_have_utmp" != no ; then
3664 if test "$cf_cv_have_utmp_ut_session" != no ; then
3675 if test "$cf_cv_have_utmp" != no ; then
3689 test "$cf_cv_have_utmp_ut_syslen" != no && AC_DEFINE(HAVE_UTMP_UT_SYSLEN,1,[Define to 1 if UTMP/UTMPX struct defines ut_syslen member])
3707 if test "$cf_cv_have_utmp" != no ; then
3714 do
3727 if test "$cf_cv_have_utmp_ut_xstatus" != no ; then
3739 if test "$cf_cv_have_utmp" != no ; then
3760 if test "$cf_cv_have_utmp_ut_xtime" != no ; then
3762 if test "$cf_cv_have_utmp_ut_xtime" = define ; then
3773 [test -n "$verbose" && echo " $1" 1>&AC_FD_MSG
3852 if test "x[$]APPSDIR" = xauto
3871 do
3872 if test -d "$cf_path" ; then
3886 if test "$APPSDIR" = no
3901 [ --with-dbmalloc test: use Conor Cahill's dbmalloc library],
3904 if test "$with_dbmalloc" = yes ; then
3929 if test -z "$desktop_utils"
3938 if test "$cf_desktop_want" = auto
3945 do
3946 if test -d $cf_desktop_dir
3950 do
3952 test -z "$cf_desktop_path" && break
3965 if test -s conftest.1
3970 do
3972 test -z "$cf_desktop_this" && break
3973 if test -s conftest.2
3976 elif test -s conftest.3
3989 test "x$cf_desktop_last" != "x$cf_desktop_this" && echo "$cf_desktop_this" >>conftest.2
3996 if test -n "$cf_desktop_want"
3998 if test "$cf_desktop_want" = auto
4002 # do a sanity check on the semicolon-separated list, ignore on failure
4004 test -z "$cf_desktop_test" && cf_desktop_want=
4006 test -z "$cf_desktop_test" && cf_desktop_want=
4009 if test -z "$cf_desktop_want"
4027 [ --with-dmalloc test: use Gray Watson's dmalloc library],
4030 if test "$with_dmalloc" = yes ; then
4047 [test -z "$ICONDIR" && ICONDIR=no])
4049 if test "x[$]ICONDIR" = xauto
4055 do
4056 if test -d "$cf_path" ; then
4069 if test "$ICONDIR" = no
4168 if test "x$ICON_THEME" = xno
4170 if test "x$ICONDIR" != xno
4176 if test "x$ICONDIR" = xno
4187 if test "x$ICON_THEME" != xno
4197 do
4200 do
4203 if test ! -f "${cf_left}"
4205 if test "x$srcdir" != "x."
4209 if test ! -f "${cf_left}"
4217 if test "x$ICON_THEME" != xno
4228 if test -z "$cf_size"
4251 test -n "$ICON_LIST" && ICON_LIST="$ICON_LIST "
4253 if test -z "$ICON_NAME"
4260 if test -n "$verbose"
4266 if test -z "$ICON_LIST"
4284 dnl hand-tuned definitions. If we do not use imake, provide fallbacks for the
4285 dnl most common definitions that we're not likely to do by autoconf tests.
4296 if test "$enable_imake" = yes ; then
4300 if test -n "$IMAKE" && test -n "$IMAKE_CFLAGS" ; then
4323 test -z "$OSMAJORVERSION" && OSMAJORVERSION=1
4324 test -z "$OSMINORVERSION" && OSMINORVERSION=0
4334 if test "$enable_narrowproto" = yes ; then
4357 do
4358 if test -d "$cf_dir/bin"
4462 if test "x$cf_with_groff" = xyes
4471 if test "x$GROFF_PATH" != xno
4475 test -n "$cf_check_groff" && cf_check_groff=yes
4476 test -n "$cf_check_groff" || cf_check_groff=no
4478 test "x$cf_check_groff" = xyes && NROFF_OPTS="-rHY=0"
4504 do
4522 test -z "$cf_man2html_page" && cf_man2html_page=99999
4523 test "$cf_man2html_page" -gt 100 && cf_man2html_page=99999
4563 test -z "$with_pcre" && with_pcre=no
4566 if test "$with_pcre" != no ; then
4603 test -z "$with_pcre2" && with_pcre2=no
4606 if test "x$with_pcre2" != xno ; then
4609 do
4646 [test -z "$PIXMAPDIR" && PIXMAPDIR='${datadir}/pixmaps'])
4648 if test "x[$]PIXMAPDIR" = xauto
4654 do
4655 if test -d "$cf_path" ; then
4668 if test "$PIXMAPDIR" = no
4690 [ --with-system-type=XXX test: override derived host system-type],
4708 if test "$cf_utmp_path" = auto ; then
4710 do
4711 if test -f ${cf_utmp_path}x ; then
4714 elif test -f $cf_utmp_path ; then
4731 [ --with-valgrind test: use valgrind],
4743 if test "$cf_wtmp_path" = auto ; then
4745 do
4746 if test -f ${cf_wtmp_path}x ; then
4749 elif test -f $cf_wtmp_path/wtmp ; then
4768 [ --without-xinerama do not use Xinerama extension for multiscreen support],
4772 if test "$cf_with_xinerama" = yes; then
4797 if test "$cf_Xpm_library" != no ; then
4798 if test "$cf_Xpm_library" != yes ; then
4876 test "$cf_cv_xkb_bell_ext" = yes && AC_DEFINE(HAVE_XKB_BELL_EXT,1,[Define 1 if we have XKB Bell extension])
4884 dnl Xkb, requiring test-compiles.
4900 if test $cf_cv_xkb_keycode_to_keysym = yes
4935 if test $cf_cv_xkb_query_extension = yes
4966 if test "$cf_cv_posix_visible" = no; then
5056 if test "$cf_cv_xopen_source" = no ; then
5065 if test -n "$cf_xopen_source" ; then
5072 if test -n "$cf_XOPEN_SOURCE" && test -z "$cf_cv_xopen_source" ; then
5081 if test "$cf_XOPEN_SOURCE_set" = yes
5089 if test "$cf_XOPEN_SOURCE_set_ok" = no
5113 if test "$withval" = yes ; then
5124 if test "$withval" = yes ; then
5135 if test "$withval" = yes ; then
5146 if test "$withval" = yes ; then
5155 if test "$PKG_CONFIG" != none ; then
5157 test "$cf_x_athena" = Xaw && cf_athena_list="xaw8 xaw7 xaw6"
5164 do
5181 if test "$cf_cv_xaw_compat" = no
5206 if test -z "$cf_x_athena_lib" ; then
5229 do
5230 if test -z "$cf_x_athena_inc" ; then
5233 if test "$cf_path" != default ; then
5246 if test "$cf_result" = yes ; then
5247 test "$cf_path" = default && cf_x_athena_inc=default
5248 test "$cf_path" != default && cf_x_athena_inc="$cf_path/include"
5254 if test -z "$cf_x_athena_inc" ; then
5256 elif test "$cf_x_athena_inc" != default ; then
5275 do
5280 do
5285 do
5286 test -n "$cf_x_athena_lib" && break
5290 test "$cf_path" != default && cf_libs="-L$cf_path/lib $cf_libs"
5304 if test "$cf_result" = yes ; then
5309 test -n "$cf_x_athena_lib" && break
5313 if test -z "$cf_x_athena_lib" ; then
5315 [Unable to successfully link Athena library (-l$cf_x_athena_root) with test program])
5349 if test "$cf_cv_found_freetype" = yes ; then
5362 if test "$cf_cv_xft_compat" = no
5390 dnl less randomly. If we cannot find the config program, do not bother trying
5412 test -z $cf_cv_x_freetype_cfgs && cf_cv_x_freetype_cfgs=auto
5413 test $cf_cv_x_freetype_cfgs = no && cf_cv_x_freetype_cfgs=none
5433 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists xft; then
5438 if test "$FREETYPE_CONFIG" != none; then
5443 if test "$FREETYPE_OLD_CONFIG" != none; then
5450 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists xft; then
5459 if test "$FREETYPE_XFT_CONFIG" != none; then
5467 if test "$FREETYPE_CONFIG" != none ; then
5471 if test "$cf_cv_x_freetype_incs" = no ; then
5477 if test "$cf_cv_x_freetype_libs" = no ; then
5484 if test "$cf_cv_x_freetype_incs" = no ; then
5488 if test "$cf_cv_x_freetype_libs" = no ; then
5512 if test "$cf_cv_found_freetype" = yes ; then
5547 if test -z "${X_CFLAGS}${X_PRE_LIBS}${X_LIBS}${X_EXTRA_LIBS}"
5576 if test "$cf_cv_xt_x11_compat" = no
5592 if test "$cf_cv_xt_ice_compat" = no
5628 if test "$cf_have_X_LIBS" = no ; then
5631 test program. You will have to check and add the proper libraries by hand
5736 dnl body of test when test-compiling for _XOPEN_SOURCE check
5746 dnl headers to include when test-compiling for _XOPEN_SOURCE check