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

Comparing rxvt-unicode/configure (file contents):
Revision 1.71 by root, Mon Jan 16 14:48:39 2006 UTC vs.
Revision 1.78 by root, Wed Jan 18 08:33:34 2006 UTC

307#endif 307#endif
308#if HAVE_UNISTD_H 308#if HAVE_UNISTD_H
309# include <unistd.h> 309# include <unistd.h>
310#endif" 310#endif"
311 311
312ac_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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os 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 INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED ECHO 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 PERL PERLLIB PERLFLAGS PERLPRIVLIBEXP IF_PERL PERL_O 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' 312ac_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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os 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 LINKER CXXCPP EGREP INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED ECHO CMP 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 PERL PERLLIB PERLFLAGS PERLPRIVLIBEXP IF_PERL PERL_O 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'
313ac_subst_files='MCOMMON' 313ac_subst_files=''
314 314
315# Initialize some variables set by options. 315# Initialize some variables set by options.
316ac_init_help= 316ac_init_help=
317ac_init_version=false 317ac_init_version=false
318# The variables have the same names as the options, with 318# The variables have the same names as the options, with
882 --enable-rxvt-scroll enable rxvt style scrollbar 882 --enable-rxvt-scroll enable rxvt style scrollbar
883 --enable-next-scroll enable NeXT style scrollbar 883 --enable-next-scroll enable NeXT style scrollbar
884 --enable-xterm-scroll enable Xterm style scrollbar 884 --enable-xterm-scroll enable Xterm style scrollbar
885 --enable-perl enable embedded perl interpreter 885 --enable-perl enable embedded perl interpreter
886 --enable-plain-scroll enable plain style scrollbar 886 --enable-plain-scroll enable plain style scrollbar
887 --enable-half-shadow use half width/height shadow on rxvt scrollbar
888 --enable-xim XIM (X Input Method) protocol support 887 --enable-xim XIM (X Input Method) protocol support
889 --enable-ttygid enable tty setting to group named "tty" 888 --enable-ttygid enable tty setting to group named "tty"
890 --disable-backspace-key disable handling of the backspace key 889 --disable-backspace-key disable handling of the backspace key
891 --disable-delete-key disable handling of the delete key 890 --disable-delete-key disable handling of the delete key
892 --disable-resources disable all resource checking 891 --disable-resources disable all resource checking
1370 1369
1371 1370
1372 1371
1373 1372
1374 1373
1374
1375 ac_config_headers="$ac_config_headers config.h:config.h.in"
1376
1377
1375ac_aux_dir= 1378ac_aux_dir=
1376for ac_dir in autoconf $srcdir/autoconf; do 1379for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1377 if test -f $ac_dir/install-sh; then 1380 if test -f $ac_dir/install-sh; then
1378 ac_aux_dir=$ac_dir 1381 ac_aux_dir=$ac_dir
1379 ac_install_sh="$ac_aux_dir/install-sh -c" 1382 ac_install_sh="$ac_aux_dir/install-sh -c"
1380 break 1383 break
1381 elif test -f $ac_dir/install.sh; then 1384 elif test -f $ac_dir/install.sh; then
1387 ac_install_sh="$ac_aux_dir/shtool install -c" 1390 ac_install_sh="$ac_aux_dir/shtool install -c"
1388 break 1391 break
1389 fi 1392 fi
1390done 1393done
1391if test -z "$ac_aux_dir"; then 1394if test -z "$ac_aux_dir"; then
1392 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&5 1395 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1393echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;} 1396echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1394 { (exit 1); exit 1; }; } 1397 { (exit 1); exit 1; }; }
1395fi 1398fi
1396ac_config_guess="$SHELL $ac_aux_dir/config.guess" 1399ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1397ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1400ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1398ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1401ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1399
1400 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
1401
1402 1402
1403# Make sure we can run config.sub. 1403# Make sure we can run config.sub.
1404$ac_config_sub sun4 >/dev/null 2>&1 || 1404$ac_config_sub sun4 >/dev/null 2>&1 ||
1405 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 1405 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1406echo "$as_me: error: cannot run $ac_config_sub" >&2;} 1406echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1458VERSION=`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`
1459DATE=`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`
1460echo "" 1460echo ""
1461echo "configuring for rxvt $VERSION" 1461echo "configuring for rxvt $VERSION"
1462echo "" 1462echo ""
1463
1464orig_CXXFLAGS="$CXXFLAGS"
1463 1465
1464 1466
1465ac_ext=c 1467ac_ext=c
1466ac_cpp='$CPP $CPPFLAGS' 1468ac_cpp='$CPP $CPPFLAGS'
1467ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1469ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3048 3050
3049test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 3051test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3050 3052
3051test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3053test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3052 3054
3053for ac_prog in gawk mawk nawk awk
3054do
3055 # Extract the first word of "$ac_prog", so it can be a program name with args.
3056set dummy $ac_prog; ac_word=$2
3057echo "$as_me:$LINENO: checking for $ac_word" >&5
3058echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3059if test "${ac_cv_prog_AWK+set}" = set; then
3060 echo $ECHO_N "(cached) $ECHO_C" >&6
3061else
3062 if test -n "$AWK"; then
3063 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3064else
3065as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3066for as_dir in $PATH
3067do
3068 IFS=$as_save_IFS
3069 test -z "$as_dir" && as_dir=.
3070 for ac_exec_ext in '' $ac_executable_extensions; do
3071 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3072 ac_cv_prog_AWK="$ac_prog"
3073 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3074 break 2
3075 fi
3076done
3077done
3078
3079fi
3080fi
3081AWK=$ac_cv_prog_AWK
3082if test -n "$AWK"; then
3083 echo "$as_me:$LINENO: result: $AWK" >&5
3084echo "${ECHO_T}$AWK" >&6
3085else
3086 echo "$as_me:$LINENO: result: no" >&5
3087echo "${ECHO_T}no" >&6
3088fi
3089
3090 test -n "$AWK" && break
3091done
3092
3093 3055
3094ac_ext=c 3056ac_ext=c
3095ac_cpp='$CPP $CPPFLAGS' 3057ac_cpp='$CPP $CPPFLAGS'
3096ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3058ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3097ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3059ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3098ac_compiler_gnu=$ac_cv_c_compiler_gnu 3060ac_compiler_gnu=$ac_cv_c_compiler_gnu
3099 3061
3100 3062
3101if test -z "$orig_CXXFLAGS"; then 3063if test -z "$orig_CXXFLAGS"; then
3102 CXXFLAGS='-O'
3103 if test x$GCC = xyes && test "x$GXX" = xyes; then 3064 if test x$GCC = xyes && test "x$GXX" = xyes; then
3104 CXXFLAGS="-g -O3" 3065 CXXFLAGS="-g -O3"
3066 else
3067 CXXFLAGS="-O"
3105 fi 3068 fi
3106 CFLAGS="$CXXFLAGS" 3069 CFLAGS="$CXXFLAGS"
3107fi 3070fi
3108 3071
3109LINKER="$CXX" 3072LINKER="$CXX"
4549 if test x$enableval = xyes -o x$enableval = xno; then 4512 if test x$enableval = xyes -o x$enableval = xno; then
4550 support_scroll_plain=$enableval 4513 support_scroll_plain=$enableval
4551 fi 4514 fi
4552fi; 4515fi;
4553 4516
4554# Check whether --enable-half-shadow or --disable-half-shadow was given.
4555if test "${enable_half_shadow+set}" = set; then
4556 enableval="$enable_half_shadow"
4557 if test x$enableval = xyes; then
4558
4559cat >>confdefs.h <<\_ACEOF
4560#define HALFSHADOW 1
4561_ACEOF
4562
4563 fi
4564fi;
4565 4517
4566 4518
4567# Check whether --with-codesets or --without-codesets was given. 4519# Check whether --with-codesets or --without-codesets was given.
4568if test "${with_codesets+set}" = set; then 4520if test "${with_codesets+set}" = set; then
4569 withval="$with_codesets" 4521 withval="$with_codesets"
4836#define RXVT_TERMINFO "$withval" 4788#define RXVT_TERMINFO "$withval"
4837_ACEOF 4789_ACEOF
4838 terminfo="$withval" 4790 terminfo="$withval"
4839 fi 4791 fi
4840fi; 4792fi;
4841
4842
4843
4844cat >>confdefs.h <<\_ACEOF
4845#define PROTOTYPES 1
4846_ACEOF
4847 4793
4848 4794
4849# Extract the first word of "mv", so it can be a program name with args. 4795# Extract the first word of "mv", so it can be a program name with args.
4850set dummy mv; ac_word=$2 4796set dummy mv; ac_word=$2
4851echo "$as_me:$LINENO: checking for $ac_word" >&5 4797echo "$as_me:$LINENO: checking for $ac_word" >&5
5119CMP=$ac_cv_path_CMP 5065CMP=$ac_cv_path_CMP
5120 5066
5121if test -n "$CMP"; then 5067if test -n "$CMP"; then
5122 echo "$as_me:$LINENO: result: $CMP" >&5 5068 echo "$as_me:$LINENO: result: $CMP" >&5
5123echo "${ECHO_T}$CMP" >&6 5069echo "${ECHO_T}$CMP" >&6
5124else
5125 echo "$as_me:$LINENO: result: no" >&5
5126echo "${ECHO_T}no" >&6
5127fi
5128
5129# Extract the first word of "tbl", so it can be a program name with args.
5130set dummy tbl; ac_word=$2
5131echo "$as_me:$LINENO: checking for $ac_word" >&5
5132echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5133if test "${ac_cv_path_TBL+set}" = set; then
5134 echo $ECHO_N "(cached) $ECHO_C" >&6
5135else
5136 case $TBL in
5137 [\\/]* | ?:[\\/]*)
5138 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5139 ;;
5140 *)
5141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5142for as_dir in $PATH
5143do
5144 IFS=$as_save_IFS
5145 test -z "$as_dir" && as_dir=.
5146 for ac_exec_ext in '' $ac_executable_extensions; do
5147 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5148 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
5149 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5150 break 2
5151 fi
5152done
5153done
5154
5155 ;;
5156esac
5157fi
5158TBL=$ac_cv_path_TBL
5159
5160if test -n "$TBL"; then
5161 echo "$as_me:$LINENO: result: $TBL" >&5
5162echo "${ECHO_T}$TBL" >&6
5163else 5070else
5164 echo "$as_me:$LINENO: result: no" >&5 5071 echo "$as_me:$LINENO: result: no" >&5
5165echo "${ECHO_T}no" >&6 5072echo "${ECHO_T}no" >&6
5166fi 5073fi
5167 5074
10138#define RETSIGTYPE $ac_cv_type_signal 10045#define RETSIGTYPE $ac_cv_type_signal
10139_ACEOF 10046_ACEOF
10140 10047
10141 10048
10142 10049
10143case "$host_alias" in
10144 *ultrix) ac_cv_func_setsid='no' ;;
10145 *) break;;
10146esac
10147
10148
10149
10150 10050
10151 10051
10152 10052
10153 10053
10154 10054
10163 10063
10164 10064
10165 10065
10166 10066
10167for ac_func in \ 10067for ac_func in \
10168 atexit \
10169 revoke \ 10068 revoke \
10170 unsetenv \ 10069 unsetenv \
10171 setutent \ 10070 setutent \
10172 seteuid \ 10071 seteuid \
10072 setresuid \
10173 setreuid \ 10073 setreuid \
10174 setsid \
10175 setpgrp \
10176 setpgid \
10177 _getpty \ 10074 _getpty \
10075 getpt \
10178 posix_openpt \ 10076 posix_openpt \
10179 grantpt \ 10077 grantpt \
10180 unlockpt \ 10078 unlockpt \
10181 isastream \ 10079 isastream \
10182 on_exit \ 10080 on_exit \
11904 11802
11905cat >>confdefs.h <<\_ACEOF 11803cat >>confdefs.h <<\_ACEOF
11906#define HAVE_UNIX_FDPASS 1 11804#define HAVE_UNIX_FDPASS 1
11907_ACEOF 11805_ACEOF
11908 11806
11807else
11808 { { echo "$as_me:$LINENO: error: urxvt requires unix-compliant filehandle passing ability" >&5
11809echo "$as_me: error: urxvt requires unix-compliant filehandle passing ability" >&2;}
11810 { (exit 1); exit 1; }; }
11909fi 11811fi
11910 11812
11911echo "$as_me:$LINENO: checking for broken XIM callback" >&5 11813echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11912echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6 11814echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11913if test "${rxvt_broken_ximcb+set}" = set; then 11815if test "${rxvt_broken_ximcb+set}" = set; then
11964#define XIMCB_PROTO_BROKEN 1 11866#define XIMCB_PROTO_BROKEN 1
11965_ACEOF 11867_ACEOF
11966 11868
11967fi 11869fi
11968 11870
11969if test x$ac_cv_func_posix_openpt = xno; then 11871if test x$ac_cv_func_getpt = xno -a x$ac_cv_func_posix_openpt = xno; then
11970 echo "$as_me:$LINENO: checking for openpty" >&5 11872 echo "$as_me:$LINENO: checking for openpty" >&5
11971echo $ECHO_N "checking for openpty... $ECHO_C" >&6 11873echo $ECHO_N "checking for openpty... $ECHO_C" >&6
11972if test "${ac_cv_func_openpty+set}" = set; then 11874if test "${ac_cv_func_openpty+set}" = set; then
11973 echo $ECHO_N "(cached) $ECHO_C" >&6 11875 echo $ECHO_N "(cached) $ECHO_C" >&6
11974else 11876else
12135if test "${rxvt_cv_ptys+set}" = set; then 12037if test "${rxvt_cv_ptys+set}" = set; then
12136 echo $ECHO_N "(cached) $ECHO_C" >&6 12038 echo $ECHO_N "(cached) $ECHO_C" >&6
12137else 12039else
12138 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then 12040 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then
12139 rxvt_cv_ptys=OPENPTY 12041 rxvt_cv_ptys=OPENPTY
12042 else if test x$ac_cv_func_getpt = xyes; then
12043 rxvt_cv_ptys=GLIBC
12140 else if test x$ac_cv_func_posix_openpt = xyes; then 12044 else if test x$ac_cv_func_posix_openpt = xyes; then
12141 rxvt_cv_ptys=POSIX 12045 rxvt_cv_ptys=POSIX
12142 else if test x$ac_cv_func__getpty = xyes; then 12046 else if test x$ac_cv_func__getpty = xyes; then
12143 rxvt_cv_ptys=SGI4 12047 rxvt_cv_ptys=SGI4
12144 else if test -c /dev/ttyp20; then 12048 else if test -c /dev/ttyp20; then
12162fi 12066fi
12163fi 12067fi
12164fi 12068fi
12165fi 12069fi
12166fi 12070fi
12071fi
12167 12072
12168fi 12073fi
12169echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5 12074echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
12170echo "${ECHO_T}$rxvt_cv_ptys" >&6 12075echo "${ECHO_T}$rxvt_cv_ptys" >&6
12171 12076
12077if test x$rxvt_cv_ptys = xGLIBC; then
12078
12079cat >>confdefs.h <<\_ACEOF
12080#define PTYS_ARE_GETPT 1
12081_ACEOF
12082
12083fi
12172if test x$rxvt_cv_ptys = xPOSIX; then 12084if test x$rxvt_cv_ptys = xPOSIX; then
12173 12085
12174cat >>confdefs.h <<\_ACEOF 12086cat >>confdefs.h <<\_ACEOF
12175#define PTYS_ARE_POSIX 1 12087#define PTYS_ARE_POSIX 1
12176_ACEOF 12088_ACEOF
12865 PERL_O=rxvtperl.o 12777 PERL_O=rxvtperl.o
12866 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 12778 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12867 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 12779 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12868 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 12780 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12869 else 12781 else
12870 support_perl=no
12871 echo "$as_me:$LINENO: result: no, unable to link" >&5 12782 { { echo "$as_me:$LINENO: error: no, unable to link" >&5
12872echo "${ECHO_T}no, unable to link" >&6 12783echo "$as_me: error: no, unable to link" >&2;}
12784 { (exit 1); exit 1; }; }
12873 fi 12785 fi
12874 else 12786 else
12875 { { echo "$as_me:$LINENO: error: no working perl found" >&5 12787 { { echo "$as_me:$LINENO: error: no working perl found, or perl not version >= 5.8" >&5
12876echo "$as_me: error: no working perl found" >&2;} 12788echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
12877 { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; } 12789 { (exit 1); exit 1; }; }
12878 support_perl=no
12879 fi 12790 fi
12880fi 12791fi
12881 12792
12882 12793
12883 12794
12909 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"` 12820 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
12910fi 12821fi
12911 12822
12912 12823
12913 12824
12914
12915
12916MCOMMON=./autoconf/Make.common
12917 12825
12918 12826
12919test "$program_prefix" != NONE && 12827test "$program_prefix" != NONE &&
12920 program_transform_name="s,^,$program_prefix,;$program_transform_name" 12828 program_transform_name="s,^,$program_prefix,;$program_transform_name"
12921# Use a double $ so make ignores it. 12829# Use a double $ so make ignores it.
12997 include_time_h="#include <time.h>" 12905 include_time_h="#include <time.h>"
12998else 12906else
12999 include_time_h="/* #include <time.h> */" 12907 include_time_h="/* #include <time.h> */"
13000fi 12908fi
13001 12909
13002 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/rxvtlib.h" 12910 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h"
13003 12911
13004cat >confcache <<\_ACEOF 12912cat >confcache <<\_ACEOF
13005# This file is a shell script that caches the results of configure 12913# This file is a shell script that caches the results of configure
13006# tests run on this system so they can be shared between configure 12914# tests run on this system so they can be shared between configure
13007# scripts and configure runs, see configure's option --config-cache. 12915# scripts and configure runs, see configure's option --config-cache.
13524cat >>$CONFIG_STATUS <<\_ACEOF 13432cat >>$CONFIG_STATUS <<\_ACEOF
13525for ac_config_target in $ac_config_targets 13433for ac_config_target in $ac_config_targets
13526do 13434do
13527 case "$ac_config_target" in 13435 case "$ac_config_target" in
13528 # Handling of arguments. 13436 # Handling of arguments.
13529 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
13530 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 13437 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13531 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 13438 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13532 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 13439 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13533 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;; 13440 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13534 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;; 13441 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
13535 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 13442 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13536echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13443echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13537 { (exit 1); exit 1; }; };; 13444 { (exit 1); exit 1; }; };;
13538 esac 13445 esac
13539done 13446done
13640s,@ac_ct_CXX@,$ac_ct_CXX,;t t 13547s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13641s,@CPP@,$CPP,;t t 13548s,@CPP@,$CPP,;t t
13642s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 13549s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13643s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 13550s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13644s,@INSTALL_DATA@,$INSTALL_DATA,;t t 13551s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13645s,@AWK@,$AWK,;t t
13646s,@LINKER@,$LINKER,;t t 13552s,@LINKER@,$LINKER,;t t
13647s,@CXXCPP@,$CXXCPP,;t t 13553s,@CXXCPP@,$CXXCPP,;t t
13648s,@EGREP@,$EGREP,;t t 13554s,@EGREP@,$EGREP,;t t
13649s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 13555s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
13650s,@RXVTNAME@,$RXVTNAME,;t t 13556s,@RXVTNAME@,$RXVTNAME,;t t
13653s,@CP@,$CP,;t t 13559s,@CP@,$CP,;t t
13654s,@LN@,$LN,;t t 13560s,@LN@,$LN,;t t
13655s,@SED@,$SED,;t t 13561s,@SED@,$SED,;t t
13656s,@ECHO@,$ECHO,;t t 13562s,@ECHO@,$ECHO,;t t
13657s,@CMP@,$CMP,;t t 13563s,@CMP@,$CMP,;t t
13658s,@TBL@,$TBL,;t t
13659s,@TIC@,$TIC,;t t 13564s,@TIC@,$TIC,;t t
13660s,@X_CFLAGS@,$X_CFLAGS,;t t 13565s,@X_CFLAGS@,$X_CFLAGS,;t t
13661s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t 13566s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
13662s,@X_LIBS@,$X_LIBS,;t t 13567s,@X_LIBS@,$X_LIBS,;t t
13663s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t 13568s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
13692s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t 13597s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
13693s,@include_sys_time_h@,$include_sys_time_h,;t t 13598s,@include_sys_time_h@,$include_sys_time_h,;t t
13694s,@include_time_h@,$include_time_h,;t t 13599s,@include_time_h@,$include_time_h,;t t
13695s,@LIBOBJS@,$LIBOBJS,;t t 13600s,@LIBOBJS@,$LIBOBJS,;t t
13696s,@LTLIBOBJS@,$LTLIBOBJS,;t t 13601s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13697/@MCOMMON@/r $MCOMMON
13698s,@MCOMMON@,,;t t
13699CEOF 13602CEOF
13700 13603
13701_ACEOF 13604_ACEOF
13702 13605
13703 cat >>$CONFIG_STATUS <<\_ACEOF 13606 cat >>$CONFIG_STATUS <<\_ACEOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines