Lines Matching +refs:with +refs:output +refs:to +refs:string
10 dnl Permission is hereby granted, free of charge, to any person obtaining a
12 dnl "Software"), to deal in the Software without restriction, including
13 dnl without limitation the rights to use, copy, modify, merge, publish,
14 dnl distribute, sublicense, and/or sell copies of the Software, and to
15 dnl permit persons to whom the Software is furnished to do so, subject to
30 dnl holders shall not be used in advertising or otherwise to promote the
34 dnl Process this file with autoconf to produce a configure script.
44 dnl Only add to this case statement when a system has a compiler that is not
135 CF_VERBOSE(adding $cf_icon_name to icon-list)
139 CF_VERBOSE(adding ${cf_icon_name}_48x48 to icon-list)
152 [ --with-reference=XXX program to use as permissions-reference],
161 # given, accept an option tell the makefile to create a symbolic link, e.g.,
162 # to "xterm" on install.
168 AC_MSG_CHECKING(for symbolic link to create to $cf_name)
170 [[ --with-xterm-symlink[=XXX] make symbolic link to installed xterm]],
181 AC_MSG_CHECKING(if you want to disable openpty)
189 AC_MSG_CHECKING(if you want to disable setuid)
197 AC_MSG_CHECKING(if you want to disable setgid)
205 AC_MSG_CHECKING(if you want to run xterm setuid to a given user)
207 [[ --with-setuid[=XXX] use the given setuid user]],
218 # inherit SINSTALL_OPTS from environment to allow packager to customize it.
222 AC_MSG_CHECKING(if you want to run xterm setgid to match utmp/utmpx file)
224 [[ --with-utmp-setgid[=XXX] use setgid to match utmp/utmpx file]],
238 AC_DEFINE(USE_UTMP_SETGID,1,[Define to 1 if we should use setgid to access utmp/utmpx])
244 AC_MSG_CHECKING(if you want to link with utempter)
246 [ --with-utempter use utempter library for access to utmp],
263 CF_VERBOSE([No --disable-setuid option given, force to yes])
301 # than directly to applications. xterm can select a cursor theme; users can
302 # also use environment variables to select cursor size. We would only notice
303 # the library if there are development files for it. Provide a way to disable
305 AC_MSG_CHECKING(if we expect to use the Xcursor library)
312 AC_DEFINE(HAVE_LIB_XCURSOR,1,[Define to 1 if we expect to use the Xcursor library])
347 [ --with-terminal-id=V set default decTerminalID (default: vt420)],
365 [ --with-terminal-type=T set default $TERM (default: xterm)],
378 CF_XBOOL_RESULT(DEF_BACKARO_BS,backarrow_is_bs,[Define to 1 if backarrow-key should be BS])
385 CF_XBOOL_RESULT(DEF_BACKARO_ERASE,backarrow_is_erase,[Define to 1 if backarrow-key should be treated as erase])
392 CF_XBOOL_RESULT(DEFDELETE_DEL,delete_is_del,[Define to 1 if default backspace/DEL setting is DEL])
399 CF_XBOOL_RESULT(DEF_INITIAL_ERASE,initial_erase,[Define to 1 if default pty initial erase setting is TRUE])
406 CF_XBOOL_RESULT(DEF_ALT_SENDS_ESC,alt_sends_esc,[Define to 1 if alt should send ESC])
413 CF_XBOOL_RESULT(DEF_META_SENDS_ESC,meta_sends_esc,[Define to 1 if meta should send ESC])
431 [[ --with-own-terminfo[=P] set default $TERMINFO (default: from environment)]],
439 AC_DEFINE_UNQUOTED(OWN_TERMINFO_DIR,"$TERMINFO_DIR",[Define to override default TERMINFO value])
442 [ --enable-env-terminfo setenv $TERMINFO if --with-own-terminfo gives value],
447 AC_DEFINE(OWN_TERMINFO_ENV,1,[Define to 1 to enable setenv of $TERMINFO value])
483 AC_DEFINE(NO_ACTIVE_ICON,1,[Define to 1 to disable X11R6.3 active-icon feature])
492 test "$enable_ansi_color" = no && AC_DEFINE(OPT_ISO_COLORS,0,[Define to 0 to disable ANSI color])
502 test "$enable_16_color" = no && AC_DEFINE(OPT_AIX_COLORS,0,[Define to 0 to disable 16-color support])
515 AC_DEFINE(OPT_256_COLORS,1,[Define to 1 to enable 256-color support])
524 AC_DEFINE(OPT_DIRECT_COLOR,1,[Define to 1 to enable direct-color support])
538 AC_DEFINE(OPT_88_COLORS,1,[Define to 1 to enable 88-color support])
551 test "$enable_blink_curs" = no && AC_DEFINE(OPT_BLINK_CURS,0,[Define to 0 to disable support for blinking cursor])
561 AC_DEFINE(OPT_BLOCK_SELECT,1,[Define to 1 to allow block-selections])
563 AC_DEFINE(OPT_BLOCK_SELECT,0,[Define to 0 to disallow block-selections])
566 AC_MSG_CHECKING(if you want to ignore Linux's broken palette-strings)
582 AC_DEFINE(OPT_BROKEN_OSC,1,[Define to 1 to allow broken Linux OSC-strings])
584 AC_DEFINE(OPT_BROKEN_OSC,0,[Define to 0 to disallow broken Linux OSC-strings])
587 AC_MSG_CHECKING(if you want to allow broken string-terminators)
589 [ --disable-broken-st disallow broken string-terminators],
593 test "$enable_broken_st" = no && AC_DEFINE(OPT_BROKEN_ST,0,[Define to 0 to disallow broken string-terminators])
595 AC_MSG_CHECKING(if you want to compile-in icon data)
601 test "$enable_builtin_xpms" = yes && AC_DEFINE(OPT_BUILTIN_XPMS,1,[Define to 1 to compile-in icon data])
609 test "$enable_c1_print" = no && AC_DEFINE(OPT_C1_PRINT,0,[Define to 0 to disallow -k8 option for printable 128-159])
619 test "$enable_pc_color" = no && AC_DEFINE(OPT_PC_COLORS,0,[Define to 0 to disable PC-style mapping of bold colors])
627 test "$enable_color_class" = no && AC_DEFINE(OPT_COLOR_CLASS,0,[Define to 0 to disable separate color class resources])
635 test "$default_colormode" = no && AC_DEFINE(DFT_COLORMODE,0,[Define to 0 if you want color-mode enabled by default])
645 test "$default_highlight" = no && AC_DEFINE(OPT_HIGHLIGHT_COLOR,0,[Define to 1 if you want support for color highlighting])
653 test "$enable_doublechars" = no && AC_DEFINE(OPT_DEC_CHRSET,0,[Define to 0 to disable support for double-size chars])
661 test "$enable_boxchars" = no && AC_DEFINE(OPT_BOX_CHARS,0,[Define to 0 to disable fallback-support for box chars])
663 AC_MSG_CHECKING(if you want to allow spawning commands to process selections)
670 AC_DEFINE(OPT_EXEC_SELECTION,0,[Define to 0 to disable "exec-selection" action])
673 AC_MSG_CHECKING(if you want to allow spawning new xterms)
685 AC_DEFINE(OPT_EXEC_XTERM,1,[Define to 1 to enable "spawn-new-terminal" action])
693 AC_MSG_CHECKING(if you want to enable double-buffering in default resources)
700 AC_DEFINE(OPT_DOUBLE_BUFFER,1,[Define to 1 to enable double-buffering in default resources])
706 AC_MSG_CHECKING(if you want to use FreeType library)
725 AC_DEFINE(OPT_HP_FUNC_KEYS,1,[Define to 1 to enable support for HP-style function keys])
735 AC_DEFINE(OPT_SCO_FUNC_KEYS,1,[Define to 1 to enable support for SCO-style function keys])
745 AC_DEFINE(OPT_SUN_FUNC_KEYS,0,[Define to 0 to disable support for Sun-style function keys])
765 AC_DEFINE(OPT_I18N_SUPPORT,0,[Define to 0 to disable internationalization])
775 AC_DEFINE(OPT_INITIAL_ERASE,0,[Define to 0 to disable setup for stty erase])
793 AC_DEFINE(OPT_INPUT_METHOD,0,[Define to 0 to disable input-method])
803 AC_DEFINE(OPT_LOAD_VTFONTS,1,[Define to 1 to enable load-vt-fonts() action])
814 AC_MSG_CHECKING(if you want to allow logging via a pipe)
821 AC_DEFINE(ALLOWLOGFILEEXEC,1,[if you want to allow logging via a pipe])
831 test "$enable_maximize" = no && AC_DEFINE(OPT_MAXIMIZE,0,[Define to 0 to disable actions for iconify/deiconify/maximize/restore])
833 AC_MSG_CHECKING(if you want NumLock to override keyboard tables)
839 test "$enable_numlock" = no && AC_DEFINE(OPT_NUM_LOCK,0,[Define to 0 to disable NumLock keypad support])
849 AC_DEFINE(OPT_PASTE64,1,[Define to 1 to disable get/set base64 selection data])
851 AC_DEFINE(OPT_PASTE64,0,[Define to 0 to disable get/set base64 selection data])
862 AC_DEFINE(OPT_PTY_HANDSHAKE,1,[Define to 1 to disable pty-handshake support])
864 AC_DEFINE(OPT_PTY_HANDSHAKE,0,[Define to 0 to disable pty-handshake support])
874 AC_DEFINE(OPT_READLINE,1,[Define to 1 to enable support for mouse in readline applications])
894 AC_DEFINE(OPT_SELECT_REGEX,1,[Define to 1 to enable regular-expression selections])
904 AC_DEFINE(SCROLLBAR_RIGHT,1,[Define to 1 to enable right-scrollbar support])
913 test "$enable_samename" = no && AC_DEFINE(OPT_SAME_NAME,0,[Define to 0 to disable check for redundant name-change])
921 test "$enable_selection_ops" = no && AC_DEFINE(OPT_SELECTION_OPS,0,[Define to 0 disable selection-action operations])
929 test "$enable_session_mgt" = no && AC_DEFINE(OPT_SESSION_MGT,0,[Define to 0 to disable support for session management])
937 test "$enable_status_line" = yes && AC_DEFINE(OPT_STATUS_LINE,1,[Define to 1 to enable support for status-line])
939 AC_MSG_CHECKING(if you want to use termcap function-keys)
945 test "$enable_tcap_fkeys" = no && AC_DEFINE(OPT_TCAP_FKEYS,0,[Define to 0 to disable termcap function-keys support])
947 AC_MSG_CHECKING(if you want to use termcap-query/report)
953 test "$enable_tcap_query" = no && AC_DEFINE(OPT_TCAP_QUERY,0,[Define to 0 to disable compiled-in termcap-query support])
962 AC_DEFINE(OPT_TEK4014,0,[Define to 0 to disable tek4014 emulation])
969 AC_MSG_CHECKING(if you want pulldown menus with a toolbar)
976 AC_DEFINE(OPT_TOOLBAR,1,[Define to 1 to compile-in toolbar for pulldown menus])
985 test "$enable_vt52" = no && AC_DEFINE(OPT_VT52_MODE,0,[Define to 0 to disable VT52 emulation])
995 AC_MSG_WARN(overriding wide-attributes to support direct color)
1005 test "x$enable_wattr" = xno && AC_DEFINE(OPT_WIDE_ATTRS,0,[Define to 0 to disable rarely-used SGR features])
1015 AC_DEFINE(OPT_WIDER_ICHAR,0,[Define to 0 to enable 16-bit character support])
1021 AC_MSG_CHECKING(if you want to use mini-luit/Latin9 built-in support)
1028 AC_DEFINE(OPT_MINI_LUIT,1,[Define to 1 to enable mini-luit (built-in Latin9 support)])
1031 AC_MSG_CHECKING(if you want to use luit)
1038 AC_DEFINE(OPT_LUIT_PROG,1,[Define to 1 to enable luit filter (Unicode translation)])
1042 AC_DEFINE(OPT_WIDE_CHARS,1,[Define to 1 to enable wide-character support])
1055 AC_DEFINE(OPT_DABBREV,1,[Define to 1 to enable dynamic-abbreviation support])
1065 AC_DEFINE(OPT_DEC_LOCATOR,1,[Define to 1 to enable DECterm Locator support])
1078 AC_DEFINE(OPT_SCREEN_DUMPS,0,[Define to 0 to disable XHTML and SVG screen dump support])
1088 AC_DEFINE(OPT_REGIS_GRAPHICS,1,[Define to 1 to enable ReGIS graphics support])
1102 AC_DEFINE(OPT_SIXEL_GRAPHICS,1,[Define to 1 to enable sixel graphics support])
1109 AC_DEFINE(OPT_GRAPHICS,1,[Defined to 1 to if any graphics mode is enabled])
1121 [ --disable-print-graphics disable screen dump to sixel support],
1126 AC_DEFINE(OPT_PRINT_GRAPHICS,1,[Define to 1 to enable screen dump to sixel support])
1136 AC_DEFINE(OPT_DEC_RECTOPS,0,[Define to 0 to disable VT420 rectangle support])
1145 test "$enable_ziconbeep" = no && AC_DEFINE(OPT_ZICONBEEP,0,[Define to 0 to disable -ziconbeep option])
1152 [ --enable-trace test: set to enable debugging traces],
1157 AC_DEFINE(OPT_TRACE,1,[Define to 1 to enable debugging traces])
1172 AC_DEFINE(OPT_XMC_GLITCH,1,[Define to 1 to enable xmc magic-cookie emulation])
1177 dnl FIXME - extra test needed to make tcap-fkeys work on HPUX
1193 test "$disable_setuid" = yes && AC_DEFINE(DISABLE_SETUID,1,[Define to 1 if you want to disable setuid])
1194 test "$disable_setgid" = yes && AC_DEFINE(DISABLE_SETGID,1,[Define to 1 if you want to disable setgid])
1229 # Force plink.sh to not trim pcre's libraries, which have the same symbol
1236 ### output xtermcfg.h, etc