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

Comparing rxvt-unicode/configure (file contents):
Revision 1.65 by root, Wed Jan 11 00:59:58 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
10194 seteuid \ 10184 seteuid \
10195 setreuid \ 10185 setreuid \
10196 setsid \ 10186 setsid \
10197 setpgrp \ 10187 setpgrp \
10198 setpgid \ 10188 setpgid \
10199 openpty \
10200 _getpty \ 10189 _getpty \
10190 posix_openpt \
10201 grantpt \ 10191 grantpt \
10202 unlockpt \ 10192 unlockpt \
10203 isastream \ 10193 isastream \
10204 on_exit \ 10194 on_exit \
10205 nanosleep \ 10195 nanosleep \
11986#define XIMCB_PROTO_BROKEN 1 11976#define XIMCB_PROTO_BROKEN 1
11987_ACEOF 11977_ACEOF
11988 11978
11989fi 11979fi
11990 11980
11981if test x$ac_cv_func_posix_openpt = xno; then
11991echo "$as_me:$LINENO: checking for getpt" >&5 11982 echo "$as_me:$LINENO: checking for openpty" >&5
11992echo $ECHO_N "checking for getpt... $ECHO_C" >&6 11983echo $ECHO_N "checking for openpty... $ECHO_C" >&6
11993if test "${rxvt_cv_func_getpt+set}" = set; then 11984if test "${ac_cv_func_openpty+set}" = set; then
11994 echo $ECHO_N "(cached) $ECHO_C" >&6 11985 echo $ECHO_N "(cached) $ECHO_C" >&6
11995else 11986else
11996 cat >conftest.$ac_ext <<_ACEOF 11987 cat >conftest.$ac_ext <<_ACEOF
11997/* confdefs.h. */ 11988/* confdefs.h. */
11998_ACEOF 11989_ACEOF
11999cat confdefs.h >>conftest.$ac_ext 11990cat confdefs.h >>conftest.$ac_ext
12000cat >>conftest.$ac_ext <<_ACEOF 11991cat >>conftest.$ac_ext <<_ACEOF
12001/* end confdefs.h. */ 11992/* end confdefs.h. */
12002#define _GNU_SOURCE 11993/* Define openpty to an innocuous variant, in case <limits.h> declares openpty.
12003#ifdef HAVE_STDLIB_H 11994 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12004# include <cstdlib> 11995#define openpty innocuous_openpty
11996
11997/* System header to define __stub macros and hopefully few prototypes,
11998 which can conflict with char openpty (); below.
11999 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12000 <limits.h> exists even on freestanding compilers. */
12001
12002#ifdef __STDC__
12003# include <limits.h>
12004#else
12005# include <assert.h>
12005#endif 12006#endif
12007
12008#undef openpty
12009
12010/* Override any gcc2 internal prototype to avoid an error. */
12011#ifdef __cplusplus
12012extern "C"
12013{
12014#endif
12015/* We use char because int might match the return type of a gcc2
12016 builtin and then its argument prototype would still apply. */
12017char openpty ();
12018/* The GNU C library defines this for functions which it implements
12019 to always fail with ENOSYS. Some functions are actually named
12020 something starting with __ and the normal name is an alias. */
12021#if defined (__stub_openpty) || defined (__stub___openpty)
12022choke me
12023#else
12024char (*f) () = openpty;
12025#endif
12026#ifdef __cplusplus
12027}
12028#endif
12029
12006int 12030int
12007main () 12031main ()
12008{ 12032{
12009(void)getpt(); 12033return f != openpty;
12010 ; 12034 ;
12011 return 0; 12035 return 0;
12012} 12036}
12013_ACEOF 12037_ACEOF
12014rm -f conftest.$ac_objext conftest$ac_exeext 12038rm -f conftest.$ac_objext conftest$ac_exeext
12030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12031 (eval $ac_try) 2>&5 12055 (eval $ac_try) 2>&5
12032 ac_status=$? 12056 ac_status=$?
12033 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12034 (exit $ac_status); }; }; then 12058 (exit $ac_status); }; }; then
12035 rxvt_cv_func_getpt=yes 12059 ac_cv_func_openpty=yes
12036else 12060else
12037 echo "$as_me: failed program was:" >&5 12061 echo "$as_me: failed program was:" >&5
12038sed 's/^/| /' conftest.$ac_ext >&5 12062sed 's/^/| /' conftest.$ac_ext >&5
12039 12063
12040rxvt_cv_func_getpt=no 12064ac_cv_func_openpty=no
12041fi 12065fi
12042rm -f conftest.err conftest.$ac_objext \ 12066rm -f conftest.err conftest.$ac_objext \
12043 conftest$ac_exeext conftest.$ac_ext 12067 conftest$ac_exeext conftest.$ac_ext
12044fi 12068fi
12045echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5 12069echo "$as_me:$LINENO: result: $ac_cv_func_openpty" >&5
12046echo "${ECHO_T}$rxvt_cv_func_getpt" >&6 12070echo "${ECHO_T}$ac_cv_func_openpty" >&6
12047if test x$rxvt_cv_func_getpt = xyes; then 12071if test $ac_cv_func_openpty = yes; then
12048 12072 :
12073else
12074 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12075echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
12076if test "${ac_cv_lib_util_openpty+set}" = set; then
12077 echo $ECHO_N "(cached) $ECHO_C" >&6
12078else
12079 ac_check_lib_save_LIBS=$LIBS
12080LIBS="-lutil $LIBS"
12081cat >conftest.$ac_ext <<_ACEOF
12082/* confdefs.h. */
12083_ACEOF
12084cat confdefs.h >>conftest.$ac_ext
12049cat >>confdefs.h <<\_ACEOF 12085cat >>conftest.$ac_ext <<_ACEOF
12050#define HAVE_GETPT 1 12086/* end confdefs.h. */
12087
12088/* Override any gcc2 internal prototype to avoid an error. */
12089#ifdef __cplusplus
12090extern "C"
12091#endif
12092/* We use char because int might match the return type of a gcc2
12093 builtin and then its argument prototype would still apply. */
12094char openpty ();
12095int
12096main ()
12097{
12098openpty ();
12099 ;
12100 return 0;
12101}
12051_ACEOF 12102_ACEOF
12103rm -f conftest.$ac_objext conftest$ac_exeext
12104if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12105 (eval $ac_link) 2>conftest.er1
12106 ac_status=$?
12107 grep -v '^ *+' conftest.er1 >conftest.err
12108 rm -f conftest.er1
12109 cat conftest.err >&5
12110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12111 (exit $ac_status); } &&
12112 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12114 (eval $ac_try) 2>&5
12115 ac_status=$?
12116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12117 (exit $ac_status); }; } &&
12118 { ac_try='test -s conftest$ac_exeext'
12119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12120 (eval $ac_try) 2>&5
12121 ac_status=$?
12122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12123 (exit $ac_status); }; }; then
12124 ac_cv_lib_util_openpty=yes
12125else
12126 echo "$as_me: failed program was:" >&5
12127sed 's/^/| /' conftest.$ac_ext >&5
12128
12129ac_cv_lib_util_openpty=no
12130fi
12131rm -f conftest.err conftest.$ac_objext \
12132 conftest$ac_exeext conftest.$ac_ext
12133LIBS=$ac_check_lib_save_LIBS
12134fi
12135echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12136echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12137if test $ac_cv_lib_util_openpty = yes; then
12138 LIBS="$LIBS -lutil"
12139fi
12140
12141fi
12052 12142
12053fi 12143fi
12054 12144
12055echo "$as_me:$LINENO: checking for pty/tty type" >&5 12145echo "$as_me:$LINENO: checking for pty/tty type" >&5
12056echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6 12146echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
12057if test "${rxvt_cv_ptys+set}" = set; then 12147if test "${rxvt_cv_ptys+set}" = set; then
12058 echo $ECHO_N "(cached) $ECHO_C" >&6 12148 echo $ECHO_N "(cached) $ECHO_C" >&6
12059else 12149else
12060 if test x$ac_cv_func_openpty = xyes; then 12150 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then
12061 rxvt_cv_ptys=OPENPTY 12151 rxvt_cv_ptys=OPENPTY
12152 else if test x$ac_cv_func_posix_openpt = xyes; then
12153 rxvt_cv_ptys=POSIX
12062 else if test x$ac_cv_func__getpty = xyes; then 12154 else if test x$ac_cv_func__getpty = xyes; then
12063 rxvt_cv_ptys=SGI4 12155 rxvt_cv_ptys=SGI4
12064 else if test -c /dev/ttyp20; then 12156 else if test -c /dev/ttyp20; then
12065 rxvt_cv_ptys=SCO 12157 rxvt_cv_ptys=SCO
12066 else if test -c /dev/ptym/clone; then 12158 else if test -c /dev/ptym/clone; then
12067 rxvt_cv_ptys=HPUX 12159 rxvt_cv_ptys=HPUX
12068 else if test x$rxvt_cv_func_getpt = xyes; then
12069 rxvt_cv_ptys=GLIBC
12070 else if test -c /dev/ptc -a -c /dev/pts; then 12160 else if test -c /dev/ptc -a -c /dev/pts; then
12071 rxvt_cv_ptys=PTC 12161 rxvt_cv_ptys=PTC
12072 else if test -c /dev/ptc -a -d /dev/pts; then 12162 else if test -c /dev/ptc -a -d /dev/pts; then
12073 rxvt_cv_ptys=PTC 12163 rxvt_cv_ptys=PTC
12074 else if test -c /dev/ptmx -a -c /dev/pts/0; then 12164 else if test -c /dev/ptmx -a -c /dev/pts/0; then
12089 12179
12090fi 12180fi
12091echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5 12181echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
12092echo "${ECHO_T}$rxvt_cv_ptys" >&6 12182echo "${ECHO_T}$rxvt_cv_ptys" >&6
12093 12183
12184if test x$rxvt_cv_ptys = xPOSIX; then
12185
12186cat >>confdefs.h <<\_ACEOF
12187#define PTYS_ARE_POSIX 1
12188_ACEOF
12189
12190fi
12094if test x$rxvt_cv_ptys = xOPENPTY; then 12191if test x$rxvt_cv_ptys = xOPENPTY; then
12095 12192
12096cat >>confdefs.h <<\_ACEOF 12193cat >>confdefs.h <<\_ACEOF
12097#define PTYS_ARE_OPENPTY 1 12194#define PTYS_ARE_OPENPTY 1
12098_ACEOF 12195_ACEOF
12124cat >>confdefs.h <<\_ACEOF 12221cat >>confdefs.h <<\_ACEOF
12125#define PTYS_ARE__GETPTY 1 12222#define PTYS_ARE__GETPTY 1
12126_ACEOF 12223_ACEOF
12127 12224
12128fi 12225fi
12129if test x$rxvt_cv_ptys = xCONVEX; then
12130
12131cat >>confdefs.h <<\_ACEOF
12132#define PTYS_ARE_GETPTY 1
12133_ACEOF
12134
12135fi
12136if test x$rxvt_cv_ptys = xGLIBC; then
12137
12138cat >>confdefs.h <<\_ACEOF
12139#define PTYS_ARE_GETPT 1
12140_ACEOF
12141
12142fi
12143if test x$rxvt_cv_ptys = xHPUX; then 12226if test x$rxvt_cv_ptys = xHPUX; then
12144 12227
12145cat >>confdefs.h <<\_ACEOF 12228cat >>confdefs.h <<\_ACEOF
12146#define PTYS_ARE_CLONE 1 12229#define PTYS_ARE_CLONE 1
12147_ACEOF 12230_ACEOF
12148 12231
12149fi 12232fi
12150if 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
12151 12234
12152cat >>confdefs.h <<\_ACEOF 12235cat >>confdefs.h <<\_ACEOF
12153#define PTYS_ARE_SEARCHED 1 12236#define PTYS_ARE_SEARCHED 1
12154_ACEOF 12237_ACEOF
12155 12238
12819 12902
12820 12903
12821 12904
12822 12905
12823 12906
12824if text x$support_perl = xyes; then 12907if test x$support_perl = xyes; then
12825 support_frills=yes 12908 support_frills=yes
12826fi 12909fi
12827 12910
12828 12911
12829CFLAGS=${CFLAGS--O} 12912CFLAGS=${CFLAGS--O}
12846fi 12929fi
12847 12930
12848 12931
12849 12932
12850 12933
12851
12852if test x$support_addstrings = xno; then
12853
12854cat >>confdefs.h <<\_ACEOF
12855#define NO_STRINGS 1
12856_ACEOF
12857
12858fi
12859 12934
12860MCOMMON=./autoconf/Make.common 12935MCOMMON=./autoconf/Make.common
12861 12936
12862 12937
12863test "$program_prefix" != NONE && 12938test "$program_prefix" != NONE &&

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines