ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.67 by root, Wed Jan 11 23:08:54 2006 UTC vs.
Revision 1.70 by root, Mon Jan 16 14:35:23 2006 UTC

891 --disable-backspace-key disable handling of the backspace key 891 --disable-backspace-key disable handling of the backspace key
892 --disable-delete-key disable handling of the delete key 892 --disable-delete-key disable handling of the delete key
893 --disable-resources disable all resource checking 893 --disable-resources disable all resource checking
894 --enable-8bitctrls enable 8 bit control sequences (not recommended) 894 --enable-8bitctrls enable 8 bit control sequences (not recommended)
895 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt) 895 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
896 --enable-strings enable some replacement system functions
897 --disable-swapscreen disable swap screen support 896 --disable-swapscreen disable swap screen support
898 --enable-iso14755 enable support for extended ISO 14755 modes 897 --enable-iso14755 enable support for extended ISO 14755 modes
899 --enable-frills enable support for rarely used features 898 --enable-frills enable support for rarely used features
900 --enable-24bit enable support for using 24bit visuals if available 899 --enable-24bit enable support for using 24bit visuals if available
901 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 900 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
4317 conftest$ac_exeext conftest.$ac_ext 4316 conftest$ac_exeext conftest.$ac_ext
4318 4317
4319 4318
4320MALLOC_TYPE=S 4319MALLOC_TYPE=S
4321 4320
4322support_addstrings=no
4323support_frills=yes 4321support_frills=yes
4324support_inheritpixmap=yes 4322support_inheritpixmap=yes
4325support_tinting=yes 4323support_tinting=yes
4326support_fading=yes 4324support_fading=yes
4327support_keepscrolling=yes 4325support_keepscrolling=yes
4707 4705
4708 4706
4709RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"` 4707RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4710 4708
4711 4709
4712# Check whether --enable-strings or --disable-strings was given.
4713if test "${enable_strings+set}" = set; then
4714 enableval="$enable_strings"
4715 if test x$enableval = xyes -o x$enableval = xno; then
4716 support_addstrings=$enableval
4717 fi
4718fi;
4719
4720# Check whether --enable-swapscreen or --disable-swapscreen was given. 4710# Check whether --enable-swapscreen or --disable-swapscreen was given.
4721if test "${enable_swapscreen+set}" = set; then 4711if test "${enable_swapscreen+set}" = set; then
4722 enableval="$enable_swapscreen" 4712 enableval="$enable_swapscreen"
4723 if test x$enableval = xno; then 4713 if test x$enableval = xno; then
4724 4714
11986#define XIMCB_PROTO_BROKEN 1 11976#define XIMCB_PROTO_BROKEN 1
11987_ACEOF 11977_ACEOF
11988 11978
11989fi 11979fi
11990 11980
11991if test x$rxvt_cv_func_posix_openpt = xno; then 11981if test x$ac_cv_func_posix_openpt = xno; then
11992 echo "$as_me:$LINENO: checking for openpty" >&5 11982 echo "$as_me:$LINENO: checking for openpty" >&5
11993echo $ECHO_N "checking for openpty... $ECHO_C" >&6 11983echo $ECHO_N "checking for openpty... $ECHO_C" >&6
11994if test "${ac_cv_func_openpty+set}" = set; then 11984if test "${ac_cv_func_openpty+set}" = set; then
11995 echo $ECHO_N "(cached) $ECHO_C" >&6 11985 echo $ECHO_N "(cached) $ECHO_C" >&6
11996else 11986else
12231cat >>confdefs.h <<\_ACEOF 12221cat >>confdefs.h <<\_ACEOF
12232#define PTYS_ARE__GETPTY 1 12222#define PTYS_ARE__GETPTY 1
12233_ACEOF 12223_ACEOF
12234 12224
12235fi 12225fi
12236if test x$rxvt_cv_ptys = xGLIBC; then
12237
12238cat >>confdefs.h <<\_ACEOF
12239#define PTYS_ARE_GETPT 1
12240_ACEOF
12241
12242fi
12243if test x$rxvt_cv_ptys = xHPUX; then 12226if test x$rxvt_cv_ptys = xHPUX; then
12244 12227
12245cat >>confdefs.h <<\_ACEOF 12228cat >>confdefs.h <<\_ACEOF
12246#define PTYS_ARE_CLONE 1 12229#define PTYS_ARE_CLONE 1
12247_ACEOF 12230_ACEOF
12248 12231
12249fi 12232fi
12250if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then 12233if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xPOSIX; then
12251 12234
12252cat >>confdefs.h <<\_ACEOF 12235cat >>confdefs.h <<\_ACEOF
12253#define PTYS_ARE_SEARCHED 1 12236#define PTYS_ARE_SEARCHED 1
12254_ACEOF 12237_ACEOF
12255 12238
12946fi 12929fi
12947 12930
12948 12931
12949 12932
12950 12933
12951
12952if test x$support_addstrings = xno; then
12953
12954cat >>confdefs.h <<\_ACEOF
12955#define NO_STRINGS 1
12956_ACEOF
12957
12958fi
12959 12934
12960MCOMMON=./autoconf/Make.common 12935MCOMMON=./autoconf/Make.common
12961 12936
12962 12937
12963test "$program_prefix" != NONE && 12938test "$program_prefix" != NONE &&

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines