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

Comparing rxvt-unicode/configure (file contents):
Revision 1.25 by pcg, Mon Apr 5 15:54:21 2004 UTC vs.
Revision 1.39 by root, Sun Aug 22 01:40:31 2004 UTC

465#endif 465#endif
466#if HAVE_UNISTD_H 466#if HAVE_UNISTD_H
467# include <unistd.h> 467# include <unistd.h>
468#endif" 468#endif"
469 469
470ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED CMP TBL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS' 470ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION DATE LSMDATE LIBVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AWK LINKER CXXCPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP LIBTOOL INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED CMP TBL TIC X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS XPM_CPPFLAGS XPM_CFLAGS XPM_LIBS rxvt_int16_typedef rxvt_uint16_typedef rxvt_int32_typedef rxvt_uint32_typedef rxvt_intp_define rxvt_u_intp_define DEBUG DINCLUDE DLIB include_stdint_h include_stdarg_h include_stdlib_h include_unistd_h include_string_h include_fcntl_h include_util_h include_assert_h include_sys_ioctl_h include_sys_select_h include_sys_strredir_h include_sys_time_h include_time_h LIBOBJS LTLIBOBJS'
471ac_subst_files='MCOMMON' 471ac_subst_files='MCOMMON'
472 472
473# Initialize some variables set by options. 473# Initialize some variables set by options.
474ac_init_help= 474ac_init_help=
475ac_init_version=false 475ac_init_version=false
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-combining enable composition of base and combining characters
1035 --enable-xft enable xft support on systems that have it 1035 --enable-xft enable xft support on systems that have it
1036 --enable-font-styles enable bold and italic support
1036 --enable-utmp enable utmp (utmpx) support 1037 --enable-utmp enable utmp (utmpx) support
1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 1038 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1038 --enable-lastlog enable lastlog support (requires --enable-utmp) 1039 --enable-lastlog enable lastlog support (requires --enable-utmp)
1039 --enable-xpm-background enable XPM background pixmaps 1040 --enable-xpm-background enable XPM background pixmaps
1040 --enable-transparency enable transparent backgrounds 1041 --enable-transparency enable transparent backgrounds
1041 --enable-tinting enable tinting of transparent bg 1042 --enable-tinting enable tinting of transparent bg
1043 --enable-fading enable colors fading when off focus
1042 --enable-menubar enable menubar 1044 --enable-menubar enable menubar
1043 --enable-rxvt-scroll enable rxvt style scrollbar 1045 --enable-rxvt-scroll enable rxvt style scrollbar
1044 --enable-next-scroll enable NeXT style scrollbar 1046 --enable-next-scroll enable NeXT style scrollbar
1045 --enable-xterm-scroll enable Xterm style scrollbar 1047 --enable-xterm-scroll enable Xterm style scrollbar
1046 --enable-plain-scroll enable plain style scrollbar 1048 --enable-plain-scroll enable plain style scrollbar
1049 --enable-ttygid enable tty setting to group named "tty" 1051 --enable-ttygid enable tty setting to group named "tty"
1050 --disable-backspace-key disable handling of the backspace key 1052 --disable-backspace-key disable handling of the backspace key
1051 --disable-delete-key disable handling of the delete key 1053 --disable-delete-key disable handling of the delete key
1052 --disable-resources disable all resource checking 1054 --disable-resources disable all resource checking
1053 --enable-xgetdefault enable resources via X instead of our small version 1055 --enable-xgetdefault enable resources via X instead of our small version
1056 --enable-8bitctrls enable 8 bit control sequences (not recommended)
1054 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt) 1057 --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)
1055 --enable-strings enable some replacement system functions 1058 --enable-strings enable some replacement system functions
1056 --disable-swapscreen disable swap screen support 1059 --disable-swapscreen disable swap screen support
1060 --enable-iso14755 enable support for extended ISO 14755 modes
1057 --enable-frills enable support for rarely used features 1061 --enable-frills enable support for rarely used features
1058 --enable-linespace enable support for linespace 1062 --enable-linespace enable support for linespace
1059 --enable-24bit enable support for using 24bit visuals if available 1063 --enable-24bit enable support for using 24bit visuals if available
1060 --enable-keepscrolling enable continual scrolling on scrollbar arrow press 1064 --enable-keepscrolling enable continual scrolling on scrollbar arrow press
1061 --enable-selectionscrolling enable scrolling during selections 1065 --enable-selectionscrolling enable scrolling during selections
1063 --enable-slipwheeling enable slip wheel scrolling (requires previous) 1067 --enable-slipwheeling enable slip wheel scrolling (requires previous)
1064 --enable-dmalloc enable Gray Watson's malloc - for debugging use 1068 --enable-dmalloc enable Gray Watson's malloc - for debugging use
1065 --enable-dlmalloc enable Doug Lea's malloc - for production use 1069 --enable-dlmalloc enable Doug Lea's malloc - for production use
1066 NOTE: enable only one malloc package 1070 NOTE: enable only one malloc package
1067 --enable-smart-resize enable smart growth/shrink behaviour 1071 --enable-smart-resize enable smart growth/shrink behaviour
1068 --enable-256-color enable 256-color support
1069 --enable-cursor-blink enable blinking cursor 1072 --enable-cursor-blink enable blinking cursor
1070 --enable-text-blink enable blinking text 1073 --enable-text-blink enable blinking text
1071 --enable-pointer-blank enable pointer blank when typing or inactive pointer 1074 --enable-pointer-blank enable pointer blank when typing or inactive pointer
1072 1075
1073Optional Packages: 1076Optional Packages:
1534 1537
1535 1538
1536 1539
1537 1540
1538 1541
1542
1539ac_aux_dir= 1543ac_aux_dir=
1540for ac_dir in autoconf $srcdir/autoconf; do 1544for ac_dir in autoconf $srcdir/autoconf; do
1541 if test -f $ac_dir/install-sh; then 1545 if test -f $ac_dir/install-sh; then
1542 ac_aux_dir=$ac_dir 1546 ac_aux_dir=$ac_dir
1543 ac_install_sh="$ac_aux_dir/install-sh -c" 1547 ac_install_sh="$ac_aux_dir/install-sh -c"
5234# Some flags need to be propagated to the compiler or linker for good 5238# Some flags need to be propagated to the compiler or linker for good
5235# libtool support. 5239# libtool support.
5236case "$host" in 5240case "$host" in
5237*-*-irix6*) 5241*-*-irix6*)
5238 # Find out which ABI we are using. 5242 # Find out which ABI we are using.
5239 echo '#line 5239 "configure"' > conftest.$ac_ext 5243 echo '#line 5243 "configure"' > conftest.$ac_ext
5240 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5244 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5241 (eval $ac_compile) 2>&5 5245 (eval $ac_compile) 2>&5
5242 ac_status=$? 5246 ac_status=$?
5243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5244 (exit $ac_status); }; then 5248 (exit $ac_status); }; then
5785# builds. 5789# builds.
5786chmod -w . 5790chmod -w .
5787save_CFLAGS="$CFLAGS" 5791save_CFLAGS="$CFLAGS"
5788CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5792CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5789compiler_c_o=no 5793compiler_c_o=no
5790if { (eval echo configure:5790: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 5794if { (eval echo configure:5794: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5791 # The compiler can only warn and ignore the option if not recognized 5795 # The compiler can only warn and ignore the option if not recognized
5792 # So say no if there are warnings 5796 # So say no if there are warnings
5793 if test -s out/conftest.err; then 5797 if test -s out/conftest.err; then
5794 compiler_c_o=no 5798 compiler_c_o=no
5795 else 5799 else
7401 lt_cv_dlopen_self=cross 7405 lt_cv_dlopen_self=cross
7402else 7406else
7403 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7407 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7404 lt_status=$lt_dlunknown 7408 lt_status=$lt_dlunknown
7405 cat > conftest.$ac_ext <<EOF 7409 cat > conftest.$ac_ext <<EOF
7406#line 7406 "configure" 7410#line 7410 "configure"
7407#include "confdefs.h" 7411#include "confdefs.h"
7408 7412
7409#if HAVE_DLFCN_H 7413#if HAVE_DLFCN_H
7410#include <dlfcn.h> 7414#include <dlfcn.h>
7411#endif 7415#endif
7499 lt_cv_dlopen_self_static=cross 7503 lt_cv_dlopen_self_static=cross
7500else 7504else
7501 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7505 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7502 lt_status=$lt_dlunknown 7506 lt_status=$lt_dlunknown
7503 cat > conftest.$ac_ext <<EOF 7507 cat > conftest.$ac_ext <<EOF
7504#line 7504 "configure" 7508#line 7508 "configure"
7505#include "confdefs.h" 7509#include "confdefs.h"
7506 7510
7507#if HAVE_DLFCN_H 7511#if HAVE_DLFCN_H
7508#include <dlfcn.h> 7512#include <dlfcn.h>
7509#endif 7513#endif
8233support_addstrings=no 8237support_addstrings=no
8234support_frills=no 8238support_frills=no
8235support_linespace=no 8239support_linespace=no
8236support_inheritpixmap=no 8240support_inheritpixmap=no
8237support_tinting=no 8241support_tinting=no
8242support_fading=no
8238support_keepscrolling=no 8243support_keepscrolling=no
8239support_selectionscrolling=no 8244support_selectionscrolling=no
8240support_menubar=no 8245support_menubar=no
8241support_mousewheel=no 8246support_mousewheel=no
8242support_mouseslipwheel=no 8247support_mouseslipwheel=no
8253support_xim=no 8258support_xim=no
8254support_xpm=no 8259support_xpm=no
8255support_xft=no 8260support_xft=no
8256support_unicode3=no 8261support_unicode3=no
8257support_combining=no 8262support_combining=no
8263support_8bitctrls=no
8264support_iso14755=no
8265support_styles=no
8258codesets= 8266codesets=
8259 8267
8260 8268
8261if test "x$enable_shared" = xyes; then 8269if test "x$enable_shared" = xyes; then
8262 8270
8275 support_24bit=yes 8283 support_24bit=yes
8276 support_frills=yes 8284 support_frills=yes
8277 support_linespace=yes 8285 support_linespace=yes
8278 support_inheritpixmap=yes 8286 support_inheritpixmap=yes
8279 support_tinting=yes 8287 support_tinting=yes
8288 support_fading=yes
8280 support_keepscrolling=yes 8289 support_keepscrolling=yes
8281 support_selectionscrolling=yes 8290 support_selectionscrolling=yes
8282 support_lastlog=yes 8291 support_lastlog=yes
8283 support_menubar=yes 8292 support_menubar=yes
8284 support_mousewheel=yes 8293 support_mousewheel=yes
8295 support_xim=yes 8304 support_xim=yes
8296 support_xpm=yes 8305 support_xpm=yes
8297 support_xft=yes 8306 support_xft=yes
8298 support_unicode3=yes 8307 support_unicode3=yes
8299 support_combining=yes 8308 support_combining=yes
8309 #support_8bitctrls=yes
8310 support_iso14755=yes
8311 support_styles=yes
8300 codesets=all 8312 codesets=all
8301 fi 8313 fi
8302fi; 8314fi;
8303 8315
8304# Check whether --enable-unicode3 or --disable-unicode3 was given. 8316# Check whether --enable-unicode3 or --disable-unicode3 was given.
8305if test "${enable_unicode3+set}" = set; then 8317if test "${enable_unicode3+set}" = set; then
8306 enableval="$enable_unicode3" 8318 enableval="$enable_unicode3"
8307 if test x$enableval = xyes -o x$enableval = xno; then 8319 if test x$enableval = xyes -o x$enableval = xno; then
8308 support_unicode3=yes 8320 support_unicode3=$enableval
8309 fi 8321 fi
8310fi; 8322fi;
8311 8323
8312# Check whether --enable-combining or --disable-combining was given. 8324# Check whether --enable-combining or --disable-combining was given.
8313if test "${enable_combining+set}" = set; then 8325if test "${enable_combining+set}" = set; then
8314 enableval="$enable_combining" 8326 enableval="$enable_combining"
8315 if test x$enableval = xyes -o x$enableval = xno; then 8327 if test x$enableval = xyes -o x$enableval = xno; then
8316 support_combining=yes 8328 support_combining=$enableval
8317 fi 8329 fi
8318fi; 8330fi;
8319 8331
8320# Check whether --enable-xft or --disable-xft was given. 8332# Check whether --enable-xft or --disable-xft was given.
8321if test "${enable_xft+set}" = set; then 8333if test "${enable_xft+set}" = set; then
8322 enableval="$enable_xft" 8334 enableval="$enable_xft"
8323 if test x$enableval = xyes -o x$enableval = xno; then 8335 if test x$enableval = xyes -o x$enableval = xno; then
8324 support_xft=yes 8336 support_xft=$enableval
8337 fi
8338fi;
8339
8340# Check whether --enable-font-styles or --disable-font-styles was given.
8341if test "${enable_font_styles+set}" = set; then
8342 enableval="$enable_font_styles"
8343 if test x$enableval = xyes -o x$enableval = xno; then
8344 support_styles=$enableval
8325 fi 8345 fi
8326fi; 8346fi;
8327 8347
8328# Check whether --enable-utmp or --disable-utmp was given. 8348# Check whether --enable-utmp or --disable-utmp was given.
8329if test "${enable_utmp+set}" = set; then 8349if test "${enable_utmp+set}" = set; then
8371 if test x$enableval = xyes -o x$enableval = xno; then 8391 if test x$enableval = xyes -o x$enableval = xno; then
8372 support_tinting=$enableval 8392 support_tinting=$enableval
8373 fi 8393 fi
8374fi; 8394fi;
8375 8395
8396# Check whether --enable-fading or --disable-fading was given.
8397if test "${enable_fading+set}" = set; then
8398 enableval="$enable_fading"
8399 if test x$enableval = xyes -o x$enableval = xno; then
8400 support_fading=$enableval
8401 fi
8402fi;
8403
8376# Check whether --enable-menubar or --disable-menubar was given. 8404# Check whether --enable-menubar or --disable-menubar was given.
8377if test "${enable_menubar+set}" = set; then 8405if test "${enable_menubar+set}" = set; then
8378 enableval="$enable_menubar" 8406 enableval="$enable_menubar"
8379 if test x$enableval = xyes -o x$enableval = xno; then 8407 if test x$enableval = xyes -o x$enableval = xno; then
8380 support_menubar=$enableval 8408 support_menubar=$enableval
8498_ACEOF 8526_ACEOF
8499 8527
8500 fi 8528 fi
8501fi; 8529fi;
8502 8530
8531# Check whether --enable-8bitctrls or --disable-8bitctrls was given.
8532if test "${enable_8bitctrls+set}" = set; then
8533 enableval="$enable_8bitctrls"
8534 if test x$enableval = xyes -o x$enableval = xno; then
8535 support_8bitctrls=$enableval
8536 fi
8537fi;
8538
8503RESFALLBACK=Rxvt 8539RESFALLBACK=Rxvt
8504# Check whether --enable-fallback or --disable-fallback was given. 8540# Check whether --enable-fallback or --disable-fallback was given.
8505if test "${enable_fallback+set}" = set; then 8541if test "${enable_fallback+set}" = set; then
8506 enableval="$enable_fallback" 8542 enableval="$enable_fallback"
8507 8543
8550# Check whether --with-name or --without-name was given. 8586# Check whether --with-name or --without-name was given.
8551if test "${with_name+set}" = set; then 8587if test "${with_name+set}" = set; then
8552 withval="$with_name" 8588 withval="$with_name"
8553 RXVTNAME="$withval" 8589 RXVTNAME="$withval"
8554fi; 8590fi;
8591
8592cat >>confdefs.h <<_ACEOF
8593#define RXVTNAME "$RXVTNAME"
8594_ACEOF
8595
8555 8596
8556RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"` 8597RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
8557 8598
8558 8599
8559# Check whether --enable-strings or --disable-strings was given. 8600# Check whether --enable-strings or --disable-strings was given.
8571 8612
8572cat >>confdefs.h <<\_ACEOF 8613cat >>confdefs.h <<\_ACEOF
8573#define NO_SECONDARY_SCREEN 1 8614#define NO_SECONDARY_SCREEN 1
8574_ACEOF 8615_ACEOF
8575 8616
8617 fi
8618fi;
8619
8620# Check whether --enable-iso14755 or --disable-iso14755 was given.
8621if test "${enable_iso14755+set}" = set; then
8622 enableval="$enable_iso14755"
8623 if test x$enableval = xyes -o x$enableval = xno; then
8624 support_iso14755=$enableval
8576 fi 8625 fi
8577fi; 8626fi;
8578 8627
8579# Check whether --enable-frills or --disable-frills was given. 8628# Check whether --enable-frills or --disable-frills was given.
8580if test "${enable_frills+set}" = set; then 8629if test "${enable_frills+set}" = set; then
8659 enableval="$enable_smart_resize" 8708 enableval="$enable_smart_resize"
8660 if test x$enableval = xyes; then 8709 if test x$enableval = xyes; then
8661 8710
8662cat >>confdefs.h <<\_ACEOF 8711cat >>confdefs.h <<\_ACEOF
8663#define SMART_RESIZE 1 8712#define SMART_RESIZE 1
8664_ACEOF
8665
8666 fi
8667fi;
8668
8669# Check whether --enable-256-color or --disable-256-color was given.
8670if test "${enable_256_color+set}" = set; then
8671 enableval="$enable_256_color"
8672 if test x$enableval = xyes; then
8673
8674cat >>confdefs.h <<\_ACEOF
8675#define TTY_256COLOR 1
8676_ACEOF 8713_ACEOF
8677 8714
8678 fi 8715 fi
8679fi; 8716fi;
8680 8717
9054TBL=$ac_cv_path_TBL 9091TBL=$ac_cv_path_TBL
9055 9092
9056if test -n "$TBL"; then 9093if test -n "$TBL"; then
9057 echo "$as_me:$LINENO: result: $TBL" >&5 9094 echo "$as_me:$LINENO: result: $TBL" >&5
9058echo "${ECHO_T}$TBL" >&6 9095echo "${ECHO_T}$TBL" >&6
9096else
9097 echo "$as_me:$LINENO: result: no" >&5
9098echo "${ECHO_T}no" >&6
9099fi
9100
9101# Extract the first word of "tic", so it can be a program name with args.
9102set dummy tic; ac_word=$2
9103echo "$as_me:$LINENO: checking for $ac_word" >&5
9104echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9105if test "${ac_cv_path_TIC+set}" = set; then
9106 echo $ECHO_N "(cached) $ECHO_C" >&6
9107else
9108 case $TIC in
9109 [\\/]* | ?:[\\/]*)
9110 ac_cv_path_TIC="$TIC" # Let the user override the test with a path.
9111 ;;
9112 *)
9113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9114for as_dir in $PATH
9115do
9116 IFS=$as_save_IFS
9117 test -z "$as_dir" && as_dir=.
9118 for ac_exec_ext in '' $ac_executable_extensions; do
9119 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9120 ac_cv_path_TIC="$as_dir/$ac_word$ac_exec_ext"
9121 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9122 break 2
9123 fi
9124done
9125done
9126
9127 ;;
9128esac
9129fi
9130TIC=$ac_cv_path_TIC
9131
9132if test -n "$TIC"; then
9133 echo "$as_me:$LINENO: result: $TIC" >&5
9134echo "${ECHO_T}$TIC" >&6
9059else 9135else
9060 echo "$as_me:$LINENO: result: no" >&5 9136 echo "$as_me:$LINENO: result: no" >&5
9061echo "${ECHO_T}no" >&6 9137echo "${ECHO_T}no" >&6
9062fi 9138fi
9063 9139
10889 10965
10890 10966
10891 10967
10892 10968
10893 10969
10970
10894for ac_header in \ 10971for ac_header in \
10895 assert.h \ 10972 assert.h \
10896 fcntl.h \ 10973 fcntl.h \
10897 grp.h \ 10974 grp.h \
10898 libc.h \ 10975 libc.h \
10905 sys/byteorder.h \ 10982 sys/byteorder.h \
10906 sys/ioctl.h \ 10983 sys/ioctl.h \
10907 sys/select.h \ 10984 sys/select.h \
10908 sys/sockio.h \ 10985 sys/sockio.h \
10909 sys/strredir.h \ 10986 sys/strredir.h \
10987 sys/stropts.h \
10910 sys/time.h \ 10988 sys/time.h \
10911 utmp.h \ 10989 utmp.h \
10912 utmpx.h \ 10990 utmpx.h \
10913 stdint.h \ 10991 stdint.h \
10914 10992
11700cat >>confdefs.h <<\_ACEOF 11778cat >>confdefs.h <<\_ACEOF
11701#define gid_t int 11779#define gid_t int
11702_ACEOF 11780_ACEOF
11703 11781
11704fi 11782fi
11705
11706 11783
11707 11784
11708echo "$as_me:$LINENO: checking for char" >&5 11785echo "$as_me:$LINENO: checking for char" >&5
11709echo $ECHO_N "checking for char... $ECHO_C" >&6 11786echo $ECHO_N "checking for char... $ECHO_C" >&6
11710if test "${ac_cv_type_char+set}" = set; then 11787if test "${ac_cv_type_char+set}" = set; then
16176#define HAVE_NL_LANGINFO 1 16253#define HAVE_NL_LANGINFO 1
16177_ACEOF 16254_ACEOF
16178 16255
16179fi 16256fi
16180 16257
16258echo "$as_me:$LINENO: checking for broken XIM callback" >&5
16259echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
16260if test "${rxvt_broken_ximcb+set}" = set; then
16261 echo $ECHO_N "(cached) $ECHO_C" >&6
16262else
16263 cat >conftest.$ac_ext <<_ACEOF
16264
16265#include <X11/Xlib.h>
16266
16267void im_destroy_cb (XIC unused1, XPointer client_data, XPointer unused3);
16268
16269void f() {
16270 XIMCallback cb;
16271 cb.callback = im_destroy_cb;
16272}
16273
16274_ACEOF
16275rm -f conftest.$ac_objext
16276if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16277 (eval $ac_compile) 2>conftest.er1
16278 ac_status=$?
16279 grep -v '^ *+' conftest.er1 >conftest.err
16280 rm -f conftest.er1
16281 cat conftest.err >&5
16282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16283 (exit $ac_status); } &&
16284 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16286 (eval $ac_try) 2>&5
16287 ac_status=$?
16288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16289 (exit $ac_status); }; } &&
16290 { ac_try='test -s conftest.$ac_objext'
16291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16292 (eval $ac_try) 2>&5
16293 ac_status=$?
16294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16295 (exit $ac_status); }; }; then
16296 rxvt_broken_ximcb=yes
16297else
16298 echo "$as_me: failed program was:" >&5
16299sed 's/^/| /' conftest.$ac_ext >&5
16300
16301rxvt_broken_ximcb=no
16302fi
16303rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16304fi
16305echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5
16306echo "${ECHO_T}$rxvt_broken_ximcb" >&6
16307
16308if test x$rxvt_broken_ximcb = xyes; then
16309
16310cat >>confdefs.h <<\_ACEOF
16311#define XIMCB_PROTO_BROKEN 1
16312_ACEOF
16313
16314fi
16315
16181echo "$as_me:$LINENO: checking for getpt" >&5 16316echo "$as_me:$LINENO: checking for getpt" >&5
16182echo $ECHO_N "checking for getpt... $ECHO_C" >&6 16317echo $ECHO_N "checking for getpt... $ECHO_C" >&6
16183if test "${rxvt_cv_func_getpt+set}" = set; then 16318if test "${rxvt_cv_func_getpt+set}" = set; then
16184 echo $ECHO_N "(cached) $ECHO_C" >&6 16319 echo $ECHO_N "(cached) $ECHO_C" >&6
16185else 16320else
16362 16497
16363cat >>confdefs.h <<_ACEOF 16498cat >>confdefs.h <<_ACEOF
16364#define PTYCHAR2 "$pch2" 16499#define PTYCHAR2 "$pch2"
16365_ACEOF 16500_ACEOF
16366 16501
16367fi
16368
16369if test x$support_tinting = xyes; then
16370
16371cat >>confdefs.h <<\_ACEOF
16372#define TINTING 1
16373_ACEOF
16374
16375fi
16376if test x$support_inheritpixmap = xyes; then
16377
16378cat >>confdefs.h <<\_ACEOF
16379#define TRANSPARENT 1
16380_ACEOF
16381
16382fi
16383if test x$support_keepscrolling = xno; then
16384
16385cat >>confdefs.h <<\_ACEOF
16386#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
16387_ACEOF
16388
16389fi
16390if test x$support_selectionscrolling = xyes; then
16391
16392cat >>confdefs.h <<\_ACEOF
16393#define SELECTION_SCROLLING 1
16394_ACEOF
16395
16396fi
16397if test x$support_menubar = xyes; then
16398
16399cat >>confdefs.h <<\_ACEOF
16400#define MENUBAR 1
16401_ACEOF
16402
16403fi
16404if test x$support_frills = xno; then
16405
16406cat >>confdefs.h <<\_ACEOF
16407#define NO_FRILLS 1
16408_ACEOF
16409
16410fi
16411if test x$support_linespace = xno; then
16412
16413cat >>confdefs.h <<\_ACEOF
16414#define NO_LINESPACE 1
16415_ACEOF
16416
16417fi
16418if test x$support_24bit = xyes; then
16419
16420cat >>confdefs.h <<\_ACEOF
16421#define PREFER_24BIT 1
16422_ACEOF
16423
16424fi
16425if test x$support_mousewheel = xyes; then
16426
16427cat >>confdefs.h <<\_ACEOF
16428#define MOUSE_WHEEL 1
16429_ACEOF
16430
16431fi
16432if test x$support_mouseslipwheel = xyes; then
16433
16434cat >>confdefs.h <<\_ACEOF
16435#define MOUSE_SLIP_WHEELING 1
16436_ACEOF
16437
16438fi
16439if test x$support_utmp = xyes; then
16440
16441cat >>confdefs.h <<\_ACEOF
16442#define UTMP_SUPPORT 1
16443_ACEOF
16444
16445fi
16446if test x$support_wtmp = xyes; then
16447
16448cat >>confdefs.h <<\_ACEOF
16449#define WTMP_SUPPORT 1
16450_ACEOF
16451
16452fi
16453if test x$support_lastlog = xyes; then
16454
16455cat >>confdefs.h <<\_ACEOF
16456#define LASTLOG_SUPPORT 1
16457_ACEOF
16458
16459fi
16460if test x$support_xim = xyes -o x$multichar_set = xyes; then
16461 if test x$rxvt_cv_func_xlocale = xyes; then
16462
16463cat >>confdefs.h <<\_ACEOF
16464#define USE_XIM 1
16465_ACEOF
16466
16467 fi
16468fi
16469if test x$support_xpm = xyes; then
16470
16471cat >>confdefs.h <<\_ACEOF
16472#define XPM_BACKGROUND 1
16473_ACEOF
16474
16475fi
16476if test x$support_scroll_rxvt = xyes; then
16477
16478cat >>confdefs.h <<\_ACEOF
16479#define RXVT_SCROLLBAR 1
16480_ACEOF
16481
16482 scrolltypes="rxvt"
16483fi
16484if test x$support_scroll_next = xyes; then
16485
16486cat >>confdefs.h <<\_ACEOF
16487#define NEXT_SCROLLBAR 1
16488_ACEOF
16489
16490 scrolltypes="$scrolltypes next"
16491fi
16492if test x$support_scroll_xterm = xyes; then
16493
16494cat >>confdefs.h <<\_ACEOF
16495#define XTERM_SCROLLBAR 1
16496_ACEOF
16497
16498 scrolltypes="$scrolltypes xterm"
16499fi
16500if test x$support_scroll_plain = xyes; then
16501
16502cat >>confdefs.h <<\_ACEOF
16503#define PLAIN_SCROLLBAR 1
16504_ACEOF
16505
16506 scrolltypes="$scrolltypes plain"
16507fi
16508if test x$support_pointer_blank = xyes; then
16509
16510cat >>confdefs.h <<\_ACEOF
16511#define POINTER_BLANK 1
16512_ACEOF
16513
16514fi
16515if test x$support_cursor_blink = xyes; then
16516
16517cat >>confdefs.h <<\_ACEOF
16518#define CURSOR_BLINK 1
16519_ACEOF
16520
16521fi
16522if test x$support_text_blink = xyes; then
16523
16524cat >>confdefs.h <<\_ACEOF
16525#define TEXT_BLINK 1
16526_ACEOF
16527
16528fi
16529if test x$support_unicode3 = xyes; then
16530
16531cat >>confdefs.h <<\_ACEOF
16532#define UNICODE_3 1
16533_ACEOF
16534
16535fi
16536if test x$support_combining = xyes; then
16537
16538cat >>confdefs.h <<\_ACEOF
16539#define ENABLE_COMBINING 1
16540_ACEOF
16541
16542fi
16543if test x$codesets = xall; then
16544 codesets=jp,jp-ext,kr,cn,cn-ext
16545fi
16546for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16547
16548cat >>confdefs.h <<\_ACEOF
16549#define ENCODING_EU 1
16550_ACEOF
16551
16552
16553cat >>confdefs.h <<\_ACEOF
16554#define ENCODING_VN 1
16555_ACEOF
16556
16557 case "$codeset" in
16558 JP )
16559cat >>confdefs.h <<\_ACEOF
16560#define ENCODING_JP 1
16561_ACEOF
16562 ;;
16563 JP_EXT )
16564cat >>confdefs.h <<\_ACEOF
16565#define ENCODING_JP_EXT 1
16566_ACEOF
16567 ;;
16568 KR )
16569cat >>confdefs.h <<\_ACEOF
16570#define ENCODING_KR 1
16571_ACEOF
16572 ;;
16573 CN )
16574cat >>confdefs.h <<\_ACEOF
16575#define ENCODING_CN 1
16576_ACEOF
16577 ;;
16578 CN_EXT )
16579cat >>confdefs.h <<\_ACEOF
16580#define ENCODING_CN_EXT 1
16581_ACEOF
16582 ;;
16583 esac
16584done
16585
16586
16587CFLAGS=${CFLAGS--O}
16588LDFLAGS=${LDFLAGS--O}
16589
16590CPPFLAGS="$CPPFLAGS"
16591
16592
16593
16594
16595
16596
16597
16598if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
16599 DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
16600 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
16601 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
16602 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
16603 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
16604fi
16605
16606
16607
16608
16609
16610if test x$support_addstrings = xno; then
16611
16612cat >>confdefs.h <<\_ACEOF
16613#define NO_STRINGS 1
16614_ACEOF
16615
16616fi
16617
16618MCOMMON=./autoconf/Make.common
16619
16620
16621test "$program_prefix" != NONE &&
16622 program_transform_name="s,^,$program_prefix,;$program_transform_name"
16623# Use a double $ so make ignores it.
16624test "$program_suffix" != NONE &&
16625 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
16626# Double any \ or $. echo might interpret backslashes.
16627# By default was `s,x,x', remove it if useless.
16628cat <<\_ACEOF >conftest.sed
16629s/[\\$]/&&/g;s/;s,x,x,$//
16630_ACEOF
16631program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
16632rm conftest.sed
16633
16634
16635
16636
16637
16638if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
16639 include_stdint_h="#include <stdint.h>"
16640else
16641 include_stdint_h="/* #include <stdint.h> */"
16642fi
16643if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
16644 include_stdarg_h="#include <cstdarg>"
16645else
16646 include_stdarg_h="/* #include <cstdarg> */"
16647fi
16648if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
16649 include_stdlib_h="#include <cstdlib>"
16650else
16651 include_stdlib_h="/* #include <cstdlib> */"
16652fi
16653if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
16654 include_unistd_h="#include <unistd.h>"
16655else
16656 include_unistd_h="/* #include <unistd.h> */"
16657fi
16658if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
16659 include_string_h="#include <cstring>"
16660else
16661 include_string_h="/* #include <cstring> */"
16662fi
16663if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
16664 include_fcntl_h="#include <fcntl.h>"
16665else
16666 include_fcntl_h="/* #include <fcntl.h> */"
16667fi
16668if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
16669 include_util_h="#include <util.h>"
16670else
16671 include_util_h="/* #include <util.h> */"
16672fi
16673if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
16674 include_assert_h="#include <assert.h>"
16675else
16676 include_assert_h="/* #include <assert.h> */"
16677fi
16678if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
16679 include_sys_ioctl_h="#include <sys/ioctl.h>"
16680else
16681 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
16682fi
16683if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
16684 include_sys_select_h="#include <sys/select.h>"
16685else
16686 include_sys_select_h="/* #include <sys/select.h> */"
16687fi
16688if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
16689 include_sys_strredir_h="#include <sys/strredir.h>"
16690else
16691 include_sys_strredir_h="/* #include <sys/strredir.h> */"
16692fi
16693if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
16694 include_sys_time_h="#include <sys/time.h>"
16695else
16696 include_sys_time_h="/* #include <sys/time.h> */"
16697fi
16698if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
16699 include_time_h="#include <time.h>"
16700else
16701 include_time_h="/* #include <time.h> */"
16702fi 16502fi
16703 16503
16704if test x$support_xft = xyes; then 16504if test x$support_xft = xyes; then
16705 LIBS="$LIBS `pkg-config xft --libs`" 16505 LIBS="$LIBS `pkg-config xft --libs`"
16706 CFLAGS="$CFLAGS `pkg-config xft --cflags`" 16506 CFLAGS="$CFLAGS `pkg-config xft --cflags`"
16939#define XFT 1 16739#define XFT 1
16940_ACEOF 16740_ACEOF
16941 16741
16942 fi 16742 fi
16943fi 16743fi
16744if test x$support_styles = xyes; then
16745
16746cat >>confdefs.h <<\_ACEOF
16747#define ENABLE_STYLES 1
16748_ACEOF
16749
16750fi
16751if test x$support_iso14755 = xyes; then
16752
16753cat >>confdefs.h <<\_ACEOF
16754#define ISO_14755 1
16755_ACEOF
16756
16757fi
16758if test x$support_8bitctrls = xyes; then
16759
16760cat >>confdefs.h <<\_ACEOF
16761#define EIGHT_BIT_CONTROLS 1
16762_ACEOF
16763
16764fi
16765if test x$support_fading = xyes; then
16766
16767cat >>confdefs.h <<\_ACEOF
16768#define OFF_FOCUS_FADING 1
16769_ACEOF
16770
16771fi
16772if test x$support_tinting = xyes; then
16773
16774cat >>confdefs.h <<\_ACEOF
16775#define TINTING 1
16776_ACEOF
16777
16778fi
16779if test x$support_inheritpixmap = xyes; then
16780
16781cat >>confdefs.h <<\_ACEOF
16782#define TRANSPARENT 1
16783_ACEOF
16784
16785fi
16786if test x$support_keepscrolling = xno; then
16787
16788cat >>confdefs.h <<\_ACEOF
16789#define NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1
16790_ACEOF
16791
16792fi
16793if test x$support_selectionscrolling = xyes; then
16794
16795cat >>confdefs.h <<\_ACEOF
16796#define SELECTION_SCROLLING 1
16797_ACEOF
16798
16799fi
16800if test x$support_menubar = xyes; then
16801
16802cat >>confdefs.h <<\_ACEOF
16803#define MENUBAR 1
16804_ACEOF
16805
16806fi
16807if test x$support_frills = xyes; then
16808
16809cat >>confdefs.h <<\_ACEOF
16810#define ENABLE_FRILLS 1
16811_ACEOF
16812
16813fi
16814if test x$support_linespace = xno; then
16815
16816cat >>confdefs.h <<\_ACEOF
16817#define NO_LINESPACE 1
16818_ACEOF
16819
16820fi
16821if test x$support_24bit = xyes; then
16822
16823cat >>confdefs.h <<\_ACEOF
16824#define PREFER_24BIT 1
16825_ACEOF
16826
16827fi
16828if test x$support_mousewheel = xyes; then
16829
16830cat >>confdefs.h <<\_ACEOF
16831#define MOUSE_WHEEL 1
16832_ACEOF
16833
16834fi
16835if test x$support_mouseslipwheel = xyes; then
16836
16837cat >>confdefs.h <<\_ACEOF
16838#define MOUSE_SLIP_WHEELING 1
16839_ACEOF
16840
16841fi
16842if test x$support_utmp = xyes; then
16843
16844cat >>confdefs.h <<\_ACEOF
16845#define UTMP_SUPPORT 1
16846_ACEOF
16847
16848fi
16849if test x$support_wtmp = xyes; then
16850
16851cat >>confdefs.h <<\_ACEOF
16852#define WTMP_SUPPORT 1
16853_ACEOF
16854
16855fi
16856if test x$support_lastlog = xyes; then
16857
16858cat >>confdefs.h <<\_ACEOF
16859#define LASTLOG_SUPPORT 1
16860_ACEOF
16861
16862fi
16863if test x$support_xim = xyes -o x$multichar_set = xyes; then
16864 if test x$rxvt_cv_func_xlocale = xyes; then
16865
16866cat >>confdefs.h <<\_ACEOF
16867#define USE_XIM 1
16868_ACEOF
16869
16870 fi
16871fi
16872if test x$support_xpm = xyes; then
16873
16874cat >>confdefs.h <<\_ACEOF
16875#define XPM_BACKGROUND 1
16876_ACEOF
16877
16878fi
16879if test x$support_scroll_rxvt = xyes; then
16880
16881cat >>confdefs.h <<\_ACEOF
16882#define RXVT_SCROLLBAR 1
16883_ACEOF
16884
16885 scrolltypes="rxvt"
16886fi
16887if test x$support_scroll_next = xyes; then
16888
16889cat >>confdefs.h <<\_ACEOF
16890#define NEXT_SCROLLBAR 1
16891_ACEOF
16892
16893 scrolltypes="$scrolltypes next"
16894fi
16895if test x$support_scroll_xterm = xyes; then
16896
16897cat >>confdefs.h <<\_ACEOF
16898#define XTERM_SCROLLBAR 1
16899_ACEOF
16900
16901 scrolltypes="$scrolltypes xterm"
16902fi
16903if test x$support_scroll_plain = xyes; then
16904
16905cat >>confdefs.h <<\_ACEOF
16906#define PLAIN_SCROLLBAR 1
16907_ACEOF
16908
16909 scrolltypes="$scrolltypes plain"
16910fi
16911if test x$support_pointer_blank = xyes; then
16912
16913cat >>confdefs.h <<\_ACEOF
16914#define POINTER_BLANK 1
16915_ACEOF
16916
16917fi
16918if test x$support_cursor_blink = xyes; then
16919
16920cat >>confdefs.h <<\_ACEOF
16921#define CURSOR_BLINK 1
16922_ACEOF
16923
16924fi
16925if test x$support_text_blink = xyes; then
16926
16927cat >>confdefs.h <<\_ACEOF
16928#define TEXT_BLINK 1
16929_ACEOF
16930
16931fi
16932if test x$support_unicode3 = xyes; then
16933
16934cat >>confdefs.h <<\_ACEOF
16935#define UNICODE_3 1
16936_ACEOF
16937
16938fi
16939if test x$support_combining = xyes; then
16940
16941cat >>confdefs.h <<\_ACEOF
16942#define ENABLE_COMBINING 1
16943_ACEOF
16944
16945fi
16946if test x$codesets = xall; then
16947 codesets=jp,jp-ext,kr,cn,cn-ext
16948fi
16949
16950cat >>confdefs.h <<\_ACEOF
16951#define ENCODING_EU 1
16952_ACEOF
16953
16954
16955cat >>confdefs.h <<\_ACEOF
16956#define ENCODING_VN 1
16957_ACEOF
16958
16959for codeset in `echo $codesets | tr "a-z,\\-" "A-Z _"`; do
16960 case "$codeset" in
16961 JP )
16962cat >>confdefs.h <<\_ACEOF
16963#define ENCODING_JP 1
16964_ACEOF
16965 ;;
16966 JP_EXT )
16967cat >>confdefs.h <<\_ACEOF
16968#define ENCODING_JP_EXT 1
16969_ACEOF
16970 ;;
16971 KR )
16972cat >>confdefs.h <<\_ACEOF
16973#define ENCODING_KR 1
16974_ACEOF
16975 ;;
16976 CN )
16977cat >>confdefs.h <<\_ACEOF
16978#define ENCODING_CN 1
16979_ACEOF
16980 ;;
16981 CN_EXT )
16982cat >>confdefs.h <<\_ACEOF
16983#define ENCODING_CN_EXT 1
16984_ACEOF
16985 ;;
16986 esac
16987done
16988
16989
16990CFLAGS=${CFLAGS--O}
16991LDFLAGS=${LDFLAGS--O}
16992
16993CPPFLAGS="$CPPFLAGS"
16994
16995
16996
16997
16998
16999
17000
17001if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
17002 DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
17003 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
17004 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
17005 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
17006 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
17007fi
17008
17009
17010
17011
17012
17013if test x$support_addstrings = xno; then
17014
17015cat >>confdefs.h <<\_ACEOF
17016#define NO_STRINGS 1
17017_ACEOF
17018
17019fi
17020
17021MCOMMON=./autoconf/Make.common
17022
17023
17024test "$program_prefix" != NONE &&
17025 program_transform_name="s,^,$program_prefix,;$program_transform_name"
17026# Use a double $ so make ignores it.
17027test "$program_suffix" != NONE &&
17028 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
17029# Double any \ or $. echo might interpret backslashes.
17030# By default was `s,x,x', remove it if useless.
17031cat <<\_ACEOF >conftest.sed
17032s/[\\$]/&&/g;s/;s,x,x,$//
17033_ACEOF
17034program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
17035rm conftest.sed
17036
17037
17038
17039
17040
17041if test "$ac_cv_header_stdint_h" = "yes" -o "$notset" = "dontmatch"; then
17042 include_stdint_h="#include <stdint.h>"
17043else
17044 include_stdint_h="/* #include <stdint.h> */"
17045fi
17046if test "$ac_cv_header_stdarg_h" = "yes" -o "$notset" = "dontmatch"; then
17047 include_stdarg_h="#include <cstdarg>"
17048else
17049 include_stdarg_h="/* #include <cstdarg> */"
17050fi
17051if test "$ac_cv_header_stdlib_h" = "yes" -o "$notset" = "dontmatch"; then
17052 include_stdlib_h="#include <cstdlib>"
17053else
17054 include_stdlib_h="/* #include <cstdlib> */"
17055fi
17056if test "$ac_cv_header_unistd_h" = "yes" -o "$notset" = "dontmatch"; then
17057 include_unistd_h="#include <unistd.h>"
17058else
17059 include_unistd_h="/* #include <unistd.h> */"
17060fi
17061if test "$ac_cv_header_string_h" = "yes" -o "$notset" = "dontmatch"; then
17062 include_string_h="#include <cstring>"
17063else
17064 include_string_h="/* #include <cstring> */"
17065fi
17066if test "$ac_cv_header_fcntl_h" = "yes" -o "$notset" = "dontmatch"; then
17067 include_fcntl_h="#include <fcntl.h>"
17068else
17069 include_fcntl_h="/* #include <fcntl.h> */"
17070fi
17071if test "$ac_cv_header_util_h" = "yes" -o "$notset" = "dontmatch"; then
17072 include_util_h="#include <util.h>"
17073else
17074 include_util_h="/* #include <util.h> */"
17075fi
17076if test "$ac_cv_header_assert_h" = "yes" -o "$notset" = "dontmatch"; then
17077 include_assert_h="#include <assert.h>"
17078else
17079 include_assert_h="/* #include <assert.h> */"
17080fi
17081if test "$rxvt_cv_header_sysioctl" = "yes" -o "$notset" = "dontmatch"; then
17082 include_sys_ioctl_h="#include <sys/ioctl.h>"
17083else
17084 include_sys_ioctl_h="/* #include <sys/ioctl.h> */"
17085fi
17086if test "$ac_cv_header_sys_select_h" = "yes" -o "$notset" = "dontmatch"; then
17087 include_sys_select_h="#include <sys/select.h>"
17088else
17089 include_sys_select_h="/* #include <sys/select.h> */"
17090fi
17091if test "$ac_cv_header_sys_strredir_h" = "yes" -o "$notset" = "dontmatch"; then
17092 include_sys_strredir_h="#include <sys/strredir.h>"
17093else
17094 include_sys_strredir_h="/* #include <sys/strredir.h> */"
17095fi
17096if test "$ac_cv_header_sys_time_h" = "yes" -o "$notset" = "dontmatch"; then
17097 include_sys_time_h="#include <sys/time.h>"
17098else
17099 include_sys_time_h="/* #include <sys/time.h> */"
17100fi
17101if test "$ac_cv_header_sys_time_h" = "no" -o "$ac_cv_header_time" = "yes"; then
17102 include_time_h="#include <time.h>"
17103else
17104 include_time_h="/* #include <time.h> */"
17105fi
16944 17106
16945 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h W11/Makefile" 17107 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/test/Makefile src/rxvtlib.h W11/Makefile"
17108
16946cat >confcache <<\_ACEOF 17109cat >confcache <<\_ACEOF
16947# This file is a shell script that caches the results of configure 17110# This file is a shell script that caches the results of configure
16948# tests run on this system so they can be shared between configure 17111# tests run on this system so they can be shared between configure
16949# scripts and configure runs, see configure's option --config-cache. 17112# scripts and configure runs, see configure's option --config-cache.
16950# It is not useful on other systems. If it contains results you don't 17113# It is not useful on other systems. If it contains results you don't
17604s,@CP@,$CP,;t t 17767s,@CP@,$CP,;t t
17605s,@LN@,$LN,;t t 17768s,@LN@,$LN,;t t
17606s,@SED@,$SED,;t t 17769s,@SED@,$SED,;t t
17607s,@CMP@,$CMP,;t t 17770s,@CMP@,$CMP,;t t
17608s,@TBL@,$TBL,;t t 17771s,@TBL@,$TBL,;t t
17772s,@TIC@,$TIC,;t t
17609s,@X_CFLAGS@,$X_CFLAGS,;t t 17773s,@X_CFLAGS@,$X_CFLAGS,;t t
17610s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t 17774s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
17611s,@X_LIBS@,$X_LIBS,;t t 17775s,@X_LIBS@,$X_LIBS,;t t
17612s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t 17776s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
17613s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t 17777s,@XPM_CPPFLAGS@,$XPM_CPPFLAGS,;t t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines