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

Comparing rxvt-unicode/configure (file contents):
Revision 1.64 by root, Tue Jan 10 18:09:22 2006 UTC vs.
Revision 1.72 by root, Mon Jan 16 15:39:24 2006 UTC

877 --enable-lastlog enable lastlog support (requires --enable-utmp) 877 --enable-lastlog enable lastlog support (requires --enable-utmp)
878 --enable-xpm-background enable XPM background pixmaps 878 --enable-xpm-background enable XPM background pixmaps
879 --enable-transparency enable transparent backgrounds 879 --enable-transparency enable transparent backgrounds
880 --enable-tinting enable tinting of transparent bg 880 --enable-tinting enable tinting of transparent bg
881 --enable-fading enable colors fading when off focus 881 --enable-fading enable colors fading when off focus
882 --enable-menubar enable menubar
883 --enable-rxvt-scroll enable rxvt style scrollbar 882 --enable-rxvt-scroll enable rxvt style scrollbar
884 --enable-next-scroll enable NeXT style scrollbar 883 --enable-next-scroll enable NeXT style scrollbar
885 --enable-xterm-scroll enable Xterm style scrollbar 884 --enable-xterm-scroll enable Xterm style scrollbar
886 --enable-perl enable embedded perl interpreter 885 --enable-perl enable embedded perl interpreter
887 --enable-plain-scroll enable plain style scrollbar 886 --enable-plain-scroll enable plain style scrollbar
888 --enable-half-shadow use half width/height shadow on rxvt scrollbar
889 --enable-xim XIM (X Input Method) protocol support 887 --enable-xim XIM (X Input Method) protocol support
890 --enable-ttygid enable tty setting to group named "tty" 888 --enable-ttygid enable tty setting to group named "tty"
891 --disable-backspace-key disable handling of the backspace key 889 --disable-backspace-key disable handling of the backspace key
892 --disable-delete-key disable handling of the delete key 890 --disable-delete-key disable handling of the delete key
893 --disable-resources disable all resource checking 891 --disable-resources disable all resource checking
894 --enable-xgetdefault enable resources via X instead of our small version
895 --enable-8bitctrls enable 8 bit control sequences (not recommended) 892 --enable-8bitctrls enable 8 bit control sequences (not recommended)
896 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt) 893 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
897 --enable-strings enable some replacement system functions
898 --disable-swapscreen disable swap screen support 894 --disable-swapscreen disable swap screen support
899 --enable-iso14755 enable support for extended ISO 14755 modes 895 --enable-iso14755 enable support for extended ISO 14755 modes
900 --enable-frills enable support for rarely used features 896 --enable-frills enable support for rarely used features
901 --enable-24bit enable support for using 24bit visuals if available 897 --enable-24bit enable support for using 24bit visuals if available
902 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 898 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1373 1369
1374 1370
1375 1371
1376 1372
1377 1373
1374
1378ac_aux_dir= 1375ac_aux_dir=
1379for ac_dir in autoconf $srcdir/autoconf; do 1376for ac_dir in autoconf $srcdir/autoconf; do
1380 if test -f $ac_dir/install-sh; then 1377 if test -f $ac_dir/install-sh; then
1381 ac_aux_dir=$ac_dir 1378 ac_aux_dir=$ac_dir
1382 ac_install_sh="$ac_aux_dir/install-sh -c" 1379 ac_install_sh="$ac_aux_dir/install-sh -c"
1461VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1458VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1462DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 1459DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
1463echo "" 1460echo ""
1464echo "configuring for rxvt $VERSION" 1461echo "configuring for rxvt $VERSION"
1465echo "" 1462echo ""
1463
1464orig_CXXFLAGS="$CXXFLAGS"
1466 1465
1467 1466
1468ac_ext=c 1467ac_ext=c
1469ac_cpp='$CPP $CPPFLAGS' 1468ac_cpp='$CPP $CPPFLAGS'
1470ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1469ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3100ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3099ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3101ac_compiler_gnu=$ac_cv_c_compiler_gnu 3100ac_compiler_gnu=$ac_cv_c_compiler_gnu
3102 3101
3103 3102
3104if test -z "$orig_CXXFLAGS"; then 3103if test -z "$orig_CXXFLAGS"; then
3105 CXXFLAGS='-O'
3106 if test x$GCC = xyes && test "x$GXX" = xyes; then 3104 if test x$GCC = xyes && test "x$GXX" = xyes; then
3107 CXXFLAGS="-g -O3" 3105 CXXFLAGS="-g -O3"
3106 else
3107 CXXFLAGS="-O"
3108 fi 3108 fi
3109 CFLAGS="$CXXFLAGS" 3109 CFLAGS="$CXXFLAGS"
3110fi 3110fi
3111 3111
3112LINKER="$CXX" 3112LINKER="$CXX"
4318 conftest$ac_exeext conftest.$ac_ext 4318 conftest$ac_exeext conftest.$ac_ext
4319 4319
4320 4320
4321MALLOC_TYPE=S 4321MALLOC_TYPE=S
4322 4322
4323support_addstrings=no
4324support_frills=yes 4323support_frills=yes
4325support_inheritpixmap=yes 4324support_inheritpixmap=yes
4326support_tinting=yes 4325support_tinting=yes
4327support_fading=yes 4326support_fading=yes
4328support_keepscrolling=yes 4327support_keepscrolling=yes
4329support_selectionscrolling=yes 4328support_selectionscrolling=yes
4330support_menubar=no
4331support_mousewheel=yes 4329support_mousewheel=yes
4332support_mouseslipwheel=yes 4330support_mouseslipwheel=yes
4333support_utmp=yes 4331support_utmp=yes
4334support_wtmp=yes 4332support_wtmp=yes
4335support_lastlog=yes 4333support_lastlog=yes
4372 support_tinting=no 4370 support_tinting=no
4373 support_fading=no 4371 support_fading=no
4374 support_keepscrolling=no 4372 support_keepscrolling=no
4375 support_selectionscrolling=no 4373 support_selectionscrolling=no
4376 support_lastlog=no 4374 support_lastlog=no
4377 support_menubar=no
4378 support_mousewheel=no 4375 support_mousewheel=no
4379 support_mouseslipwheel=no 4376 support_mouseslipwheel=no
4380 support_text_blink=no 4377 support_text_blink=no
4381 support_pointer_blank=no 4378 support_pointer_blank=no
4382 support_scroll_rxvt=no 4379 support_scroll_rxvt=no
4403 support_tinting=yes 4400 support_tinting=yes
4404 support_fading=yes 4401 support_fading=yes
4405 support_keepscrolling=yes 4402 support_keepscrolling=yes
4406 support_selectionscrolling=yes 4403 support_selectionscrolling=yes
4407 support_lastlog=yes 4404 support_lastlog=yes
4408 support_menubar=yes
4409 support_mousewheel=yes 4405 support_mousewheel=yes
4410 support_mouseslipwheel=yes 4406 support_mouseslipwheel=yes
4411 support_text_blink=yes 4407 support_text_blink=yes
4412 support_pointer_blank=yes 4408 support_pointer_blank=yes
4413 support_scroll_rxvt=yes 4409 support_scroll_rxvt=yes
4516 if test x$enableval = xyes -o x$enableval = xno; then 4512 if test x$enableval = xyes -o x$enableval = xno; then
4517 support_fading=$enableval 4513 support_fading=$enableval
4518 fi 4514 fi
4519fi; 4515fi;
4520 4516
4521# Check whether --enable-menubar or --disable-menubar was given.
4522if test "${enable_menubar+set}" = set; then
4523 enableval="$enable_menubar"
4524 if test x$enableval = xyes -o x$enableval = xno; then
4525 support_menubar=$enableval
4526 fi
4527fi;
4528
4529# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given. 4517# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
4530if test "${enable_rxvt_scroll+set}" = set; then 4518if test "${enable_rxvt_scroll+set}" = set; then
4531 enableval="$enable_rxvt_scroll" 4519 enableval="$enable_rxvt_scroll"
4532 if test x$enableval = xyes -o x$enableval = xno; then 4520 if test x$enableval = xyes -o x$enableval = xno; then
4533 support_scroll_rxvt=$enableval 4521 support_scroll_rxvt=$enableval
4564 if test x$enableval = xyes -o x$enableval = xno; then 4552 if test x$enableval = xyes -o x$enableval = xno; then
4565 support_scroll_plain=$enableval 4553 support_scroll_plain=$enableval
4566 fi 4554 fi
4567fi; 4555fi;
4568 4556
4569# Check whether --enable-half-shadow or --disable-half-shadow was given.
4570if test "${enable_half_shadow+set}" = set; then
4571 enableval="$enable_half_shadow"
4572 if test x$enableval = xyes; then
4573
4574cat >>confdefs.h <<\_ACEOF
4575#define HALFSHADOW 1
4576_ACEOF
4577
4578 fi
4579fi;
4580 4557
4581 4558
4582# Check whether --with-codesets or --without-codesets was given. 4559# Check whether --with-codesets or --without-codesets was given.
4583if test "${with_codesets+set}" = set; then 4560if test "${with_codesets+set}" = set; then
4584 withval="$with_codesets" 4561 withval="$with_codesets"
4639_ACEOF 4616_ACEOF
4640 4617
4641 fi 4618 fi
4642fi; 4619fi;
4643 4620
4644# Check whether --enable-xgetdefault or --disable-xgetdefault was given.
4645if test "${enable_xgetdefault+set}" = set; then
4646 enableval="$enable_xgetdefault"
4647 if test x$enableval = xyes; then
4648
4649cat >>confdefs.h <<\_ACEOF
4650#define USE_XGETDEFAULT 1
4651_ACEOF
4652
4653 fi
4654fi;
4655
4656# Check whether --enable-8bitctrls or --disable-8bitctrls was given. 4621# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
4657if test "${enable_8bitctrls+set}" = set; then 4622if test "${enable_8bitctrls+set}" = set; then
4658 enableval="$enable_8bitctrls" 4623 enableval="$enable_8bitctrls"
4659 if test x$enableval = xyes -o x$enableval = xno; then 4624 if test x$enableval = xyes -o x$enableval = xno; then
4660 support_8bitctrls=$enableval 4625 support_8bitctrls=$enableval
4719_ACEOF 4684_ACEOF
4720 4685
4721 4686
4722RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"` 4687RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
4723 4688
4724
4725# Check whether --enable-strings or --disable-strings was given.
4726if test "${enable_strings+set}" = set; then
4727 enableval="$enable_strings"
4728 if test x$enableval = xyes -o x$enableval = xno; then
4729 support_addstrings=$enableval
4730 fi
4731fi;
4732 4689
4733# Check whether --enable-swapscreen or --disable-swapscreen was given. 4690# Check whether --enable-swapscreen or --disable-swapscreen was given.
4734if test "${enable_swapscreen+set}" = set; then 4691if test "${enable_swapscreen+set}" = set; then
4735 enableval="$enable_swapscreen" 4692 enableval="$enable_swapscreen"
4736 if test x$enableval = xno; then 4693 if test x$enableval = xno; then
10207 seteuid \ 10164 seteuid \
10208 setreuid \ 10165 setreuid \
10209 setsid \ 10166 setsid \
10210 setpgrp \ 10167 setpgrp \
10211 setpgid \ 10168 setpgid \
10212 openpty \
10213 _getpty \ 10169 _getpty \
10170 posix_openpt \
10214 grantpt \ 10171 grantpt \
10215 unlockpt \ 10172 unlockpt \
10216 isastream \ 10173 isastream \
10217 on_exit \ 10174 on_exit \
10218 nanosleep \ 10175 nanosleep \
11999#define XIMCB_PROTO_BROKEN 1 11956#define XIMCB_PROTO_BROKEN 1
12000_ACEOF 11957_ACEOF
12001 11958
12002fi 11959fi
12003 11960
11961if test x$ac_cv_func_posix_openpt = xno; then
12004echo "$as_me:$LINENO: checking for getpt" >&5 11962 echo "$as_me:$LINENO: checking for openpty" >&5
12005echo $ECHO_N "checking for getpt... $ECHO_C" >&6 11963echo $ECHO_N "checking for openpty... $ECHO_C" >&6
12006if test "${rxvt_cv_func_getpt+set}" = set; then 11964if test "${ac_cv_func_openpty+set}" = set; then
12007 echo $ECHO_N "(cached) $ECHO_C" >&6 11965 echo $ECHO_N "(cached) $ECHO_C" >&6
12008else 11966else
12009 cat >conftest.$ac_ext <<_ACEOF 11967 cat >conftest.$ac_ext <<_ACEOF
12010/* confdefs.h. */ 11968/* confdefs.h. */
12011_ACEOF 11969_ACEOF
12012cat confdefs.h >>conftest.$ac_ext 11970cat confdefs.h >>conftest.$ac_ext
12013cat >>conftest.$ac_ext <<_ACEOF 11971cat >>conftest.$ac_ext <<_ACEOF
12014/* end confdefs.h. */ 11972/* end confdefs.h. */
12015#define _GNU_SOURCE 11973/* Define openpty to an innocuous variant, in case <limits.h> declares openpty.
12016#ifdef HAVE_STDLIB_H 11974 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12017# include <cstdlib> 11975#define openpty innocuous_openpty
11976
11977/* System header to define __stub macros and hopefully few prototypes,
11978 which can conflict with char openpty (); below.
11979 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11980 <limits.h> exists even on freestanding compilers. */
11981
11982#ifdef __STDC__
11983# include <limits.h>
11984#else
11985# include <assert.h>
12018#endif 11986#endif
11987
11988#undef openpty
11989
11990/* Override any gcc2 internal prototype to avoid an error. */
11991#ifdef __cplusplus
11992extern "C"
11993{
11994#endif
11995/* We use char because int might match the return type of a gcc2
11996 builtin and then its argument prototype would still apply. */
11997char openpty ();
11998/* The GNU C library defines this for functions which it implements
11999 to always fail with ENOSYS. Some functions are actually named
12000 something starting with __ and the normal name is an alias. */
12001#if defined (__stub_openpty) || defined (__stub___openpty)
12002choke me
12003#else
12004char (*f) () = openpty;
12005#endif
12006#ifdef __cplusplus
12007}
12008#endif
12009
12019int 12010int
12020main () 12011main ()
12021{ 12012{
12022(void)getpt(); 12013return f != openpty;
12023 ; 12014 ;
12024 return 0; 12015 return 0;
12025} 12016}
12026_ACEOF 12017_ACEOF
12027rm -f conftest.$ac_objext conftest$ac_exeext 12018rm -f conftest.$ac_objext conftest$ac_exeext
12043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12044 (eval $ac_try) 2>&5 12035 (eval $ac_try) 2>&5
12045 ac_status=$? 12036 ac_status=$?
12046 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12047 (exit $ac_status); }; }; then 12038 (exit $ac_status); }; }; then
12048 rxvt_cv_func_getpt=yes 12039 ac_cv_func_openpty=yes
12049else 12040else
12050 echo "$as_me: failed program was:" >&5 12041 echo "$as_me: failed program was:" >&5
12051sed 's/^/| /' conftest.$ac_ext >&5 12042sed 's/^/| /' conftest.$ac_ext >&5
12052 12043
12053rxvt_cv_func_getpt=no 12044ac_cv_func_openpty=no
12054fi 12045fi
12055rm -f conftest.err conftest.$ac_objext \ 12046rm -f conftest.err conftest.$ac_objext \
12056 conftest$ac_exeext conftest.$ac_ext 12047 conftest$ac_exeext conftest.$ac_ext
12057fi 12048fi
12058echo "$as_me:$LINENO: result: $rxvt_cv_func_getpt" >&5 12049echo "$as_me:$LINENO: result: $ac_cv_func_openpty" >&5
12059echo "${ECHO_T}$rxvt_cv_func_getpt" >&6 12050echo "${ECHO_T}$ac_cv_func_openpty" >&6
12060if test x$rxvt_cv_func_getpt = xyes; then 12051if test $ac_cv_func_openpty = yes; then
12061 12052 :
12053else
12054 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
12055echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
12056if test "${ac_cv_lib_util_openpty+set}" = set; then
12057 echo $ECHO_N "(cached) $ECHO_C" >&6
12058else
12059 ac_check_lib_save_LIBS=$LIBS
12060LIBS="-lutil $LIBS"
12061cat >conftest.$ac_ext <<_ACEOF
12062/* confdefs.h. */
12063_ACEOF
12064cat confdefs.h >>conftest.$ac_ext
12062cat >>confdefs.h <<\_ACEOF 12065cat >>conftest.$ac_ext <<_ACEOF
12063#define HAVE_GETPT 1 12066/* end confdefs.h. */
12067
12068/* Override any gcc2 internal prototype to avoid an error. */
12069#ifdef __cplusplus
12070extern "C"
12071#endif
12072/* We use char because int might match the return type of a gcc2
12073 builtin and then its argument prototype would still apply. */
12074char openpty ();
12075int
12076main ()
12077{
12078openpty ();
12079 ;
12080 return 0;
12081}
12064_ACEOF 12082_ACEOF
12083rm -f conftest.$ac_objext conftest$ac_exeext
12084if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12085 (eval $ac_link) 2>conftest.er1
12086 ac_status=$?
12087 grep -v '^ *+' conftest.er1 >conftest.err
12088 rm -f conftest.er1
12089 cat conftest.err >&5
12090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12091 (exit $ac_status); } &&
12092 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12094 (eval $ac_try) 2>&5
12095 ac_status=$?
12096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12097 (exit $ac_status); }; } &&
12098 { ac_try='test -s conftest$ac_exeext'
12099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12100 (eval $ac_try) 2>&5
12101 ac_status=$?
12102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12103 (exit $ac_status); }; }; then
12104 ac_cv_lib_util_openpty=yes
12105else
12106 echo "$as_me: failed program was:" >&5
12107sed 's/^/| /' conftest.$ac_ext >&5
12108
12109ac_cv_lib_util_openpty=no
12110fi
12111rm -f conftest.err conftest.$ac_objext \
12112 conftest$ac_exeext conftest.$ac_ext
12113LIBS=$ac_check_lib_save_LIBS
12114fi
12115echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
12116echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6
12117if test $ac_cv_lib_util_openpty = yes; then
12118 LIBS="$LIBS -lutil"
12119fi
12120
12121fi
12065 12122
12066fi 12123fi
12067 12124
12068echo "$as_me:$LINENO: checking for pty/tty type" >&5 12125echo "$as_me:$LINENO: checking for pty/tty type" >&5
12069echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6 12126echo $ECHO_N "checking for pty/tty type... $ECHO_C" >&6
12070if test "${rxvt_cv_ptys+set}" = set; then 12127if test "${rxvt_cv_ptys+set}" = set; then
12071 echo $ECHO_N "(cached) $ECHO_C" >&6 12128 echo $ECHO_N "(cached) $ECHO_C" >&6
12072else 12129else
12073 if test x$ac_cv_func_openpty = xyes; then 12130 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then
12074 rxvt_cv_ptys=OPENPTY 12131 rxvt_cv_ptys=OPENPTY
12132 else if test x$ac_cv_func_posix_openpt = xyes; then
12133 rxvt_cv_ptys=POSIX
12075 else if test x$ac_cv_func__getpty = xyes; then 12134 else if test x$ac_cv_func__getpty = xyes; then
12076 rxvt_cv_ptys=SGI4 12135 rxvt_cv_ptys=SGI4
12077 else if test -c /dev/ttyp20; then 12136 else if test -c /dev/ttyp20; then
12078 rxvt_cv_ptys=SCO 12137 rxvt_cv_ptys=SCO
12079 else if test -c /dev/ptym/clone; then 12138 else if test -c /dev/ptym/clone; then
12080 rxvt_cv_ptys=HPUX 12139 rxvt_cv_ptys=HPUX
12081 else if test x$rxvt_cv_func_getpt = xyes; then
12082 rxvt_cv_ptys=GLIBC
12083 else if test -c /dev/ptc -a -c /dev/pts; then 12140 else if test -c /dev/ptc -a -c /dev/pts; then
12084 rxvt_cv_ptys=PTC 12141 rxvt_cv_ptys=PTC
12085 else if test -c /dev/ptc -a -d /dev/pts; then 12142 else if test -c /dev/ptc -a -d /dev/pts; then
12086 rxvt_cv_ptys=PTC 12143 rxvt_cv_ptys=PTC
12087 else if test -c /dev/ptmx -a -c /dev/pts/0; then 12144 else if test -c /dev/ptmx -a -c /dev/pts/0; then
12102 12159
12103fi 12160fi
12104echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5 12161echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
12105echo "${ECHO_T}$rxvt_cv_ptys" >&6 12162echo "${ECHO_T}$rxvt_cv_ptys" >&6
12106 12163
12164if test x$rxvt_cv_ptys = xPOSIX; then
12165
12166cat >>confdefs.h <<\_ACEOF
12167#define PTYS_ARE_POSIX 1
12168_ACEOF
12169
12170fi
12107if test x$rxvt_cv_ptys = xOPENPTY; then 12171if test x$rxvt_cv_ptys = xOPENPTY; then
12108 12172
12109cat >>confdefs.h <<\_ACEOF 12173cat >>confdefs.h <<\_ACEOF
12110#define PTYS_ARE_OPENPTY 1 12174#define PTYS_ARE_OPENPTY 1
12111_ACEOF 12175_ACEOF
12137cat >>confdefs.h <<\_ACEOF 12201cat >>confdefs.h <<\_ACEOF
12138#define PTYS_ARE__GETPTY 1 12202#define PTYS_ARE__GETPTY 1
12139_ACEOF 12203_ACEOF
12140 12204
12141fi 12205fi
12142if test x$rxvt_cv_ptys = xCONVEX; then
12143
12144cat >>confdefs.h <<\_ACEOF
12145#define PTYS_ARE_GETPTY 1
12146_ACEOF
12147
12148fi
12149if test x$rxvt_cv_ptys = xGLIBC; then
12150
12151cat >>confdefs.h <<\_ACEOF
12152#define PTYS_ARE_GETPT 1
12153_ACEOF
12154
12155fi
12156if test x$rxvt_cv_ptys = xHPUX; then 12206if test x$rxvt_cv_ptys = xHPUX; then
12157 12207
12158cat >>confdefs.h <<\_ACEOF 12208cat >>confdefs.h <<\_ACEOF
12159#define PTYS_ARE_CLONE 1 12209#define PTYS_ARE_CLONE 1
12160_ACEOF 12210_ACEOF
12161 12211
12162fi 12212fi
12163if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then 12213if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xPOSIX; then
12164 12214
12165cat >>confdefs.h <<\_ACEOF 12215cat >>confdefs.h <<\_ACEOF
12166#define PTYS_ARE_SEARCHED 1 12216#define PTYS_ARE_SEARCHED 1
12167_ACEOF 12217_ACEOF
12168 12218
12482cat >>confdefs.h <<\_ACEOF 12532cat >>confdefs.h <<\_ACEOF
12483#define SELECTION_SCROLLING 1 12533#define SELECTION_SCROLLING 1
12484_ACEOF 12534_ACEOF
12485 12535
12486fi 12536fi
12487if test x$support_menubar = xyes; then
12488
12489cat >>confdefs.h <<\_ACEOF
12490#define MENUBAR 1
12491_ACEOF
12492
12493fi
12494if test x$support_frills = xyes; then 12537if test x$support_frills = xyes; then
12495 12538
12496cat >>confdefs.h <<\_ACEOF 12539cat >>confdefs.h <<\_ACEOF
12497#define ENABLE_FRILLS 1 12540#define ENABLE_FRILLS 1
12498_ACEOF 12541_ACEOF
12832 12875
12833 12876
12834 12877
12835 12878
12836 12879
12837if text x$support_perl = xyes; then 12880if test x$support_perl = xyes; then
12838 support_frills=yes 12881 support_frills=yes
12839fi 12882fi
12840 12883
12841 12884
12842CFLAGS=${CFLAGS--O} 12885CFLAGS=${CFLAGS--O}
12859fi 12902fi
12860 12903
12861 12904
12862 12905
12863 12906
12864
12865if test x$support_addstrings = xno; then
12866
12867cat >>confdefs.h <<\_ACEOF
12868#define NO_STRINGS 1
12869_ACEOF
12870
12871fi
12872 12907
12873MCOMMON=./autoconf/Make.common 12908MCOMMON=./autoconf/Make.common
12874 12909
12875 12910
12876test "$program_prefix" != NONE && 12911test "$program_prefix" != NONE &&

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines