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

Comparing rxvt-unicode/configure (file contents):
Revision 1.15 by pcg, Wed Mar 3 04:07:45 2004 UTC vs.
Revision 1.24 by pcg, Fri Apr 2 17:59:49 2004 UTC

1029 --disable-libtool-lock avoid locking (might break parallel builds) 1029 --disable-libtool-lock avoid locking (might break parallel builds)
1030 --enable-everything enable standard non-multichoice features 1030 --enable-everything enable standard non-multichoice features
1031 NOTE: this option is order dependent 1031 NOTE: this option is order dependent
1032 NOTE: automatically enabled with --enable-shared 1032 NOTE: automatically enabled with --enable-shared
1033 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1033 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1034 --enable-combining enable composition of base and combining characters
1034 --enable-xft enable xft support on systems that have it 1035 --enable-xft enable xft support on systems that have it
1035 --enable-utmp enable utmp (utmpx) support 1036 --enable-utmp enable utmp (utmpx) support
1036 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1037 --enable-lastlog enable lastlog support (requires --enable-utmp) 1038 --enable-lastlog enable lastlog support (requires --enable-utmp)
1038 --enable-xpm-background enable XPM background pixmaps 1039 --enable-xpm-background enable XPM background pixmaps
1039 --enable-transparency enable transparent backgrounds 1040 --enable-transparency enable transparent backgrounds
1041 --enable-tinting enable tinting of transparent bg
1040 --enable-menubar enable menubar 1042 --enable-menubar enable menubar
1041 --enable-rxvt-scroll enable rxvt style scrollbar 1043 --enable-rxvt-scroll enable rxvt style scrollbar
1042 --enable-next-scroll enable NeXT style scrollbar 1044 --enable-next-scroll enable NeXT style scrollbar
1043 --enable-xterm-scroll enable Xterm style scrollbar 1045 --enable-xterm-scroll enable Xterm style scrollbar
1044 --enable-plain-scroll enable plain style scrollbar 1046 --enable-plain-scroll enable plain style scrollbar
1057 --enable-24bit enable support for using 24bit visuals if available 1059 --enable-24bit enable support for using 24bit visuals if available
1058 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 1060 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1059 --enable-selectionscrolling enable scrolling during selections 1061 --enable-selectionscrolling enable scrolling during selections
1060 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 1062 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1061 --enable-slipwheeling enable slip wheel scrolling (requires previous) 1063 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1062 --enable-old-selection enable v2.20 (& prior) mouse selection style support
1063 --disable-new-selection disable new mouse (xterm) selection style support
1064 --enable-dmalloc enable Gray Watson's malloc - for debugging use 1064 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1065 --enable-dlmalloc enable Doug Lea's malloc - for production use 1065 --enable-dlmalloc enable Doug Lea's malloc - for production use
1066 NOTE: enable only one malloc package 1066 NOTE: enable only one malloc package
1067 --enable-smart-resize enable smart growth/shrink behaviour 1067 --enable-smart-resize enable smart growth/shrink behaviour
1068 --enable-256-color enable 256-color support 1068 --enable-256-color enable 256-color support
1075 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1075 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1076 --with-gnu-ld assume the C compiler uses GNU ld default=no 1076 --with-gnu-ld assume the C compiler uses GNU ld default=no
1077 --with-pic try to use only PIC/non-PIC objects default=use both 1077 --with-pic try to use only PIC/non-PIC objects default=use both
1078 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all) 1078 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all)
1079 --with-res-name=NAME use this as default resource name (default: urxvt) 1079 --with-res-name=NAME use this as default resource name (default: urxvt)
1080 --with-res-class=NAME use this as the resource class (default: URxvt) 1080 --with-res-class=CLASS use this as the resource class (default: URxvt)
1081 --with-name=NAME set the basename for the installed binaries (default: urxvt) 1081 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1082 --with-term=NAME set the terminal to NAME (default: rxvt) 1082 --with-term=NAME set the terminal to NAME (default: rxvt)
1083 --with-terminfo=PATH set the path to the terminfo tree to PATH 1083 --with-terminfo=PATH set the path to the terminfo tree to PATH
1084 --with-x use the X Window System 1084 --with-x use the X Window System
1085 --with-xpm-includes=DIR use XPM includes in DIR 1085 --with-xpm-includes=DIR use XPM includes in DIR
3280LINKER=$LINKER 3280LINKER=$LINKER
3281 3281
3282 3282
3283CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE" 3283CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3284 3284
3285if test x$GXX = xyes; then
3286 CXXFLAGS="$CXXFLAGS -fno-exceptions"
3287fi
3288 3285
3289ac_ext=cc 3286ac_ext=cc
3290ac_cpp='$CXXCPP $CPPFLAGS' 3287ac_cpp='$CXXCPP $CPPFLAGS'
3291ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3288ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3292ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3289ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5034# Some flags need to be propagated to the compiler or linker for good 5031# Some flags need to be propagated to the compiler or linker for good
5035# libtool support. 5032# libtool support.
5036case "$host" in 5033case "$host" in
5037*-*-irix6*) 5034*-*-irix6*)
5038 # Find out which ABI we are using. 5035 # Find out which ABI we are using.
5039 echo '#line 5039 "configure"' > conftest.$ac_ext 5036 echo '#line 5036 "configure"' > conftest.$ac_ext
5040 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5037 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5041 (eval $ac_compile) 2>&5 5038 (eval $ac_compile) 2>&5
5042 ac_status=$? 5039 ac_status=$?
5043 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5044 (exit $ac_status); }; then 5041 (exit $ac_status); }; then
5585# builds. 5582# builds.
5586chmod -w . 5583chmod -w .
5587save_CFLAGS="$CFLAGS" 5584save_CFLAGS="$CFLAGS"
5588CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5585CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5589compiler_c_o=no 5586compiler_c_o=no
5590if { (eval echo configure:5590: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 5587if { (eval echo configure:5587: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5591 # The compiler can only warn and ignore the option if not recognized 5588 # The compiler can only warn and ignore the option if not recognized
5592 # So say no if there are warnings 5589 # So say no if there are warnings
5593 if test -s out/conftest.err; then 5590 if test -s out/conftest.err; then
5594 compiler_c_o=no 5591 compiler_c_o=no
5595 else 5592 else
7201 lt_cv_dlopen_self=cross 7198 lt_cv_dlopen_self=cross
7202else 7199else
7203 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7200 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7204 lt_status=$lt_dlunknown 7201 lt_status=$lt_dlunknown
7205 cat > conftest.$ac_ext <<EOF 7202 cat > conftest.$ac_ext <<EOF
7206#line 7206 "configure" 7203#line 7203 "configure"
7207#include "confdefs.h" 7204#include "confdefs.h"
7208 7205
7209#if HAVE_DLFCN_H 7206#if HAVE_DLFCN_H
7210#include <dlfcn.h> 7207#include <dlfcn.h>
7211#endif 7208#endif
7299 lt_cv_dlopen_self_static=cross 7296 lt_cv_dlopen_self_static=cross
7300else 7297else
7301 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7298 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7302 lt_status=$lt_dlunknown 7299 lt_status=$lt_dlunknown
7303 cat > conftest.$ac_ext <<EOF 7300 cat > conftest.$ac_ext <<EOF
7304#line 7304 "configure" 7301#line 7301 "configure"
7305#include "confdefs.h" 7302#include "confdefs.h"
7306 7303
7307#if HAVE_DLFCN_H 7304#if HAVE_DLFCN_H
7308#include <dlfcn.h> 7305#include <dlfcn.h>
7309#endif 7306#endif
8032MALLOC_TYPE=S 8029MALLOC_TYPE=S
8033support_addstrings=no 8030support_addstrings=no
8034support_frills=no 8031support_frills=no
8035support_linespace=no 8032support_linespace=no
8036support_inheritpixmap=no 8033support_inheritpixmap=no
8034support_tinting=no
8037support_keepscrolling=no 8035support_keepscrolling=no
8038support_selectionscrolling=no 8036support_selectionscrolling=no
8039support_menubar=no 8037support_menubar=no
8040support_mousewheel=no 8038support_mousewheel=no
8041support_mouseslipwheel=no 8039support_mouseslipwheel=no
8042support_oldselection=no
8043support_utmp=no 8040support_utmp=no
8044support_wtmp=no 8041support_wtmp=no
8045support_lastlog=no 8042support_lastlog=no
8046support_cursor_blink=no 8043support_cursor_blink=no
8047support_text_blink=no 8044support_text_blink=no
8052support_scroll_plain=no 8049support_scroll_plain=no
8053support_xim=no 8050support_xim=no
8054support_xpm=no 8051support_xpm=no
8055support_xft=no 8052support_xft=no
8056support_unicode3=no 8053support_unicode3=no
8054support_combining=no
8057codesets= 8055codesets=
8058 8056
8059 8057
8060if test "x$enable_shared" = xyes; then 8058if test "x$enable_shared" = xyes; then
8061 8059
8073 if test x$enableval = xyes; then 8071 if test x$enableval = xyes; then
8074 support_24bit=yes 8072 support_24bit=yes
8075 support_frills=yes 8073 support_frills=yes
8076 support_linespace=yes 8074 support_linespace=yes
8077 support_inheritpixmap=yes 8075 support_inheritpixmap=yes
8076 support_tinting=yes
8078 support_keepscrolling=yes 8077 support_keepscrolling=yes
8079 support_selectionscrolling=yes 8078 support_selectionscrolling=yes
8080 support_lastlog=yes 8079 support_lastlog=yes
8081 support_menubar=yes 8080 support_menubar=yes
8082 support_mousewheel=yes 8081 support_mousewheel=yes
8083 support_mouseslipwheel=yes 8082 support_mouseslipwheel=yes
8084 support_oldselection=yes
8085 support_cursor_blink=yes 8083 support_cursor_blink=yes
8086 support_text_blink=yes 8084 support_text_blink=yes
8087 support_pointer_blank=yes 8085 support_pointer_blank=yes
8088 support_scroll_rxvt=yes 8086 support_scroll_rxvt=yes
8089 support_scroll_next=yes 8087 support_scroll_next=yes
8093 support_wtmp=yes 8091 support_wtmp=yes
8094 support_xim=yes 8092 support_xim=yes
8095 support_xpm=yes 8093 support_xpm=yes
8096 support_xft=yes 8094 support_xft=yes
8097 support_unicode3=yes 8095 support_unicode3=yes
8096 support_combining=yes
8098 codesets=all 8097 codesets=all
8099 fi 8098 fi
8100fi; 8099fi;
8101 8100
8102# Check whether --enable-unicode3 or --disable-unicode3 was given. 8101# Check whether --enable-unicode3 or --disable-unicode3 was given.
8105 if test x$enableval = xyes -o x$enableval = xno; then 8104 if test x$enableval = xyes -o x$enableval = xno; then
8106 support_unicode3=yes 8105 support_unicode3=yes
8107 fi 8106 fi
8108fi; 8107fi;
8109 8108
8109# Check whether --enable-combining or --disable-combining was given.
8110if test "${enable_combining+set}" = set; then
8111 enableval="$enable_combining"
8112 if test x$enableval = xyes -o x$enableval = xno; then
8113 support_combining=yes
8114 fi
8115fi;
8116
8110# Check whether --enable-xft or --disable-xft was given. 8117# Check whether --enable-xft or --disable-xft was given.
8111if test "${enable_xft+set}" = set; then 8118if test "${enable_xft+set}" = set; then
8112 enableval="$enable_xft" 8119 enableval="$enable_xft"
8113 if test x$enableval = xyes -o x$enableval = xno; then 8120 if test x$enableval = xyes -o x$enableval = xno; then
8114 support_xft=yes 8121 support_xft=yes
8153 if test x$enableval = xyes -o x$enableval = xno; then 8160 if test x$enableval = xyes -o x$enableval = xno; then
8154 support_inheritpixmap=$enableval 8161 support_inheritpixmap=$enableval
8155 fi 8162 fi
8156fi; 8163fi;
8157 8164
8165# Check whether --enable-tinting or --disable-tinting was given.
8166if test "${enable_tinting+set}" = set; then
8167 enableval="$enable_tinting"
8168 if test x$enableval = xyes -o x$enableval = xno; then
8169 support_tinting=$enableval
8170 fi
8171fi;
8172
8158# Check whether --enable-menubar or --disable-menubar was given. 8173# Check whether --enable-menubar or --disable-menubar was given.
8159if test "${enable_menubar+set}" = set; then 8174if test "${enable_menubar+set}" = set; then
8160 enableval="$enable_menubar" 8175 enableval="$enable_menubar"
8161 if test x$enableval = xyes -o x$enableval = xno; then 8176 if test x$enableval = xyes -o x$enableval = xno; then
8162 support_menubar=$enableval 8177 support_menubar=$enableval
8409# Check whether --enable-slipwheeling or --disable-slipwheeling was given. 8424# Check whether --enable-slipwheeling or --disable-slipwheeling was given.
8410if test "${enable_slipwheeling+set}" = set; then 8425if test "${enable_slipwheeling+set}" = set; then
8411 enableval="$enable_slipwheeling" 8426 enableval="$enable_slipwheeling"
8412 if test x$enableval = xyes -o x$enableval = xno; then 8427 if test x$enableval = xyes -o x$enableval = xno; then
8413 support_mouseslipwheel=$enableval 8428 support_mouseslipwheel=$enableval
8414 fi
8415fi;
8416
8417# Check whether --enable-old-selection or --disable-old-selection was given.
8418if test "${enable_old_selection+set}" = set; then
8419 enableval="$enable_old_selection"
8420 if test x$enableval = xyes -o x$enableval = xno; then
8421 support_oldselection=$enableval
8422 fi
8423fi;
8424
8425# Check whether --enable-new-selection or --disable-new-selection was given.
8426if test "${enable_new_selection+set}" = set; then
8427 enableval="$enable_new_selection"
8428 if test x$enableval = xno; then
8429
8430cat >>confdefs.h <<\_ACEOF
8431#define NO_NEW_SELECTION 1
8432_ACEOF
8433
8434 fi 8429 fi
8435fi; 8430fi;
8436 8431
8437# Check whether --enable-dmalloc or --disable-dmalloc was given. 8432# Check whether --enable-dmalloc or --disable-dmalloc was given.
8438if test "${enable_dmalloc+set}" = set; then 8433if test "${enable_dmalloc+set}" = set; then
8864fi 8859fi
8865 8860
8866 8861
8867 8862
8868 8863
8864
8865if test "x$ac_path_x_has_been_run" != xyes; then
8869echo "$as_me:$LINENO: checking for X" >&5 8866 echo "$as_me:$LINENO: checking for X" >&5
8870echo $ECHO_N "checking for X... $ECHO_C" >&6 8867echo $ECHO_N "checking for X... $ECHO_C" >&6
8871 8868
8869ac_path_x_has_been_run=yes
8872 8870
8873# Check whether --with-x or --without-x was given. 8871# Check whether --with-x or --without-x was given.
8874if test "${with_x+set}" = set; then 8872if test "${with_x+set}" = set; then
8875 withval="$with_x" 8873 withval="$with_x"
8876 8874
8959 8957
8960/usr/openwin/include 8958/usr/openwin/include
8961/usr/openwin/share/include' 8959/usr/openwin/share/include'
8962 8960
8963if test "$ac_x_includes" = no; then 8961if test "$ac_x_includes" = no; then
8964 # Guess where to find include files, by looking for Intrinsic.h. 8962 # Guess where to find include files, by looking for a specified header file.
8965 # First, try using that file with no special directory specified. 8963 # First, try using that file with no special directory specified.
8966 cat >conftest.$ac_ext <<_ACEOF 8964 cat >conftest.$ac_ext <<_ACEOF
8967/* confdefs.h. */ 8965/* confdefs.h. */
8968_ACEOF 8966_ACEOF
8969cat confdefs.h >>conftest.$ac_ext 8967cat confdefs.h >>conftest.$ac_ext
9093 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9091 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9094 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9092 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9095 # Update the cache value to reflect the command line values. 9093 # Update the cache value to reflect the command line values.
9096 ac_cv_have_x="have_x=yes \ 9094 ac_cv_have_x="have_x=yes \
9097 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9095 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9096 # It might be that x_includes is empty (headers are found in the
9097 # standard search path. Then output the corresponding message
9098 ac_out_x_includes=$x_includes
9099 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
9098 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 9100 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
9099echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 9101echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
9100fi 9102fi
9101 9103
9104fi
9102if test "$no_x" = yes; then 9105if test "$no_x" = yes; then
9103 # Not all programs may use this symbol, but it does not hurt to define it. 9106 # Not all programs may use this symbol, but it does not hurt to define it.
9104 9107
9105cat >>confdefs.h <<\_ACEOF 9108cat >>confdefs.h <<\_ACEOF
9106#define X_DISPLAY_MISSING 1 9109#define X_DISPLAY_MISSING 1
15859/* confdefs.h. */ 15862/* confdefs.h. */
15860_ACEOF 15863_ACEOF
15861cat confdefs.h >>conftest.$ac_ext 15864cat confdefs.h >>conftest.$ac_ext
15862cat >>conftest.$ac_ext <<_ACEOF 15865cat >>conftest.$ac_ext <<_ACEOF
15863/* end confdefs.h. */ 15866/* end confdefs.h. */
15864#include <locale.h> 15867#include <clocale>
15865int 15868int
15866main () 15869main ()
15867{ 15870{
15868setlocale(LC_CTYPE, ""); 15871setlocale(LC_CTYPE, "");
15869 ; 15872 ;
15983cat confdefs.h >>conftest.$ac_ext 15986cat confdefs.h >>conftest.$ac_ext
15984cat >>conftest.$ac_ext <<_ACEOF 15987cat >>conftest.$ac_ext <<_ACEOF
15985/* end confdefs.h. */ 15988/* end confdefs.h. */
15986#define _GNU_SOURCE 15989#define _GNU_SOURCE
15987#ifdef HAVE_STDLIB_H 15990#ifdef HAVE_STDLIB_H
15988# include <stdlib.h> 15991# include <cstdlib>
15989#endif 15992#endif
15990int 15993int
15991main () 15994main ()
15992{ 15995{
15993(void)getpt(); 15996(void)getpt();
16226if test $ac_cv_lib_xpg4_setlocale = yes; then 16229if test $ac_cv_lib_xpg4_setlocale = yes; then
16227 LIBS="$LIBS -lxpg4" 16230 LIBS="$LIBS -lxpg4"
16228fi 16231fi
16229 16232
16230 16233
16234if test x$support_tinting = xyes; then
16235
16236cat >>confdefs.h <<\_ACEOF
16237#define TINTING 1
16238_ACEOF
16239
16240fi
16231if test x$support_inheritpixmap = xyes; then 16241if test x$support_inheritpixmap = xyes; then
16232 16242
16233cat >>confdefs.h <<\_ACEOF 16243cat >>confdefs.h <<\_ACEOF
16234#define TRANSPARENT 1 16244#define TRANSPARENT 1
16235_ACEOF 16245_ACEOF
16289cat >>confdefs.h <<\_ACEOF 16299cat >>confdefs.h <<\_ACEOF
16290#define MOUSE_SLIP_WHEELING 1 16300#define MOUSE_SLIP_WHEELING 1
16291_ACEOF 16301_ACEOF
16292 16302
16293fi 16303fi
16294if test x$support_oldselection = xno; then
16295
16296cat >>confdefs.h <<\_ACEOF
16297#define NO_OLD_SELECTION 1
16298_ACEOF
16299
16300fi
16301if test x$support_utmp = xyes; then 16304if test x$support_utmp = xyes; then
16302 16305
16303cat >>confdefs.h <<\_ACEOF 16306cat >>confdefs.h <<\_ACEOF
16304#define UTMP_SUPPORT 1 16307#define UTMP_SUPPORT 1
16305_ACEOF 16308_ACEOF
16393cat >>confdefs.h <<\_ACEOF 16396cat >>confdefs.h <<\_ACEOF
16394#define UNICODE_3 1 16397#define UNICODE_3 1
16395_ACEOF 16398_ACEOF
16396 16399
16397fi 16400fi
16401if test x$support_combining = xyes; then
16402
16403cat >>confdefs.h <<\_ACEOF
16404#define ENABLE_COMBINING 1
16405_ACEOF
16406
16407fi
16398if test x$codesets = xall; then 16408if test x$codesets = xall; then
16399 codesets=jp,jp-ext,kr,cn,cn-ext,vn 16409 codesets=jp,jp-ext,kr,cn,cn-ext
16400fi 16410fi
16401for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do 16411for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16402 16412
16403cat >>confdefs.h <<\_ACEOF 16413cat >>confdefs.h <<\_ACEOF
16404#define ENCODING_EU 1 16414#define ENCODING_EU 1
16494 include_stdint_h="#include <stdint.h>" 16504 include_stdint_h="#include <stdint.h>"
16495else 16505else
16496 include_stdint_h="/* #include <stdint.h> */" 16506 include_stdint_h="/* #include <stdint.h> */"
16497fi 16507fi
16498if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then 16508if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
16499 include_stdarg_h="#include <stdarg.h>" 16509 include_stdarg_h="#include <cstdarg>"
16500else 16510else
16501 include_stdarg_h="/* #include <stdarg.h> */" 16511 include_stdarg_h="/* #include <cstdarg> */"
16502fi 16512fi
16503if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then 16513if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
16504 include_stdlib_h="#include <stdlib.h>" 16514 include_stdlib_h="#include <cstdlib>"
16505else 16515else
16506 include_stdlib_h="/* #include <stdlib.h> */" 16516 include_stdlib_h="/* #include <cstdlib> */"
16507fi 16517fi
16508if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then 16518if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
16509 include_unistd_h="#include <unistd.h>" 16519 include_unistd_h="#include <unistd.h>"
16510else 16520else
16511 include_unistd_h="/* #include <unistd.h> */" 16521 include_unistd_h="/* #include <unistd.h> */"
16512fi 16522fi
16513if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then 16523if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
16514 include_string_h="#include <string.h>" 16524 include_string_h="#include <cstring>"
16515else 16525else
16516 include_string_h="/* #include <string.h> */" 16526 include_string_h="/* #include <cstring> */"
16517fi 16527fi
16518if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then 16528if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
16519 include_fcntl_h="#include <fcntl.h>" 16529 include_fcntl_h="#include <fcntl.h>"
16520else 16530else
16521 include_fcntl_h="/* #include <fcntl.h> */" 16531 include_fcntl_h="/* #include <fcntl.h> */"
18013echo " 18023echo "
18014The following are set in config.h 18024The following are set in config.h
18015" 18025"
18016echo " pty/tty type: "$rxvt_cv_ptys 18026echo " pty/tty type: "$rxvt_cv_ptys
18017if test x$support_utmp != xyes; then 18027if test x$support_utmp != xyes; then
18018 echo " utmp support: disabled 18028 echo " utmp support: disabled"
18019" 18029 echo
18020else 18030else
18021 echo " utmp support: enabled 18031 echo " utmp support: enabled
18022 utmp file: $rxvt_cv_path_utmp 18032 utmp file: $rxvt_cv_path_utmp
18023 utmpx file: $rxvt_cv_path_utmpx 18033 utmpx file: $rxvt_cv_path_utmpx
18024 wtmp file: $rxvt_cv_path_wtmp 18034 wtmp file: $rxvt_cv_path_wtmp
18025 wtmpx file: $rxvt_cv_path_wtmpx 18035 wtmpx file: $rxvt_cv_path_wtmpx
18026 lastlog file: $rxvt_cv_path_lastlog 18036 lastlog file: $rxvt_cv_path_lastlog
18027 ttys/ttytab file: $rxvt_cv_path_ttytab 18037 ttys/ttytab file: $rxvt_cv_path_ttytab"
18028" 18038 echo
18029fi 18039fi
18030if test x$term != x; then 18040if test x$term != x; then
18031 echo " set TERM to: $term 18041 echo " set TERM to: $term"
18032"
18033fi 18042fi
18034if test x$terminfo != x; then 18043if test x$terminfo != x; then
18035 echo " set TERMINFO to: $terminfo 18044 echo " set TERMINFO to: $terminfo"
18036"
18037fi 18045fi
18046echo " default resource name: $RESNAME"
18047echo " resource class: $RESCLASS"
18048if test x$RESFALLBACK != x; then
18049 echo " resource class fallback: $RESFALLBACK"
18050fi
18051echo
18038if test x$rxvt_cv_ptys = xUNKNOWN; then 18052if test x$rxvt_cv_ptys = xUNKNOWN; then
18039 echo ".----------------------------------------------------------------." 18053 echo ".----------------------------------------------------------------."
18040 echo ". WARNING: could not determine pty/tty type. Do not build until ." 18054 echo ". WARNING: could not determine pty/tty type. Do not build until ."
18041 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 18055 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
18042 echo ".----------------------------------------------------------------." 18056 echo ".----------------------------------------------------------------."
18056 echo ". WARNING: --enable-xim was specified however the locale support ." 18070 echo ". WARNING: --enable-xim was specified however the locale support ."
18057 echo ". functions could not be found. ." 18071 echo ". functions could not be found. ."
18058 echo ". XIM is now being DISABLED! ." 18072 echo ". XIM is now being DISABLED! ."
18059 echo ".----------------------------------------------------------------." 18073 echo ".----------------------------------------------------------------."
18060fi 18074fi
18075
18061echo " *** Please check src/feature.h for further options *** 18076echo " *** Please check src/feature.h for further options ***"
18062" 18077echo
18078
18079echo ".----------------------------------------------------------------."
18080echo ". NOTE: most features are disabled by default, try ."
18081echo ". configure --help to get an idea of the optional features ."
18082echo ".----------------------------------------------------------------."
18083echo
18084

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines