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

Comparing rxvt-unicode/configure (file contents):
Revision 1.72 by root, Mon Jan 16 15:39:24 2006 UTC vs.
Revision 1.79 by root, Wed Jan 18 15:04:24 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
1370 1370
1371 1371
1372 1372
1373 1373
1374 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;}
3049test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 3049test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3050 3050
3051test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 3051test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3052 3052
3053test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3053test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3054
3055for ac_prog in gawk mawk nawk awk
3056do
3057 # Extract the first word of "$ac_prog", so it can be a program name with args.
3058set dummy $ac_prog; ac_word=$2
3059echo "$as_me:$LINENO: checking for $ac_word" >&5
3060echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3061if test "${ac_cv_prog_AWK+set}" = set; then
3062 echo $ECHO_N "(cached) $ECHO_C" >&6
3063else
3064 if test -n "$AWK"; then
3065 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3066else
3067as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3068for as_dir in $PATH
3069do
3070 IFS=$as_save_IFS
3071 test -z "$as_dir" && as_dir=.
3072 for ac_exec_ext in '' $ac_executable_extensions; do
3073 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3074 ac_cv_prog_AWK="$ac_prog"
3075 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3076 break 2
3077 fi
3078done
3079done
3080
3081fi
3082fi
3083AWK=$ac_cv_prog_AWK
3084if test -n "$AWK"; then
3085 echo "$as_me:$LINENO: result: $AWK" >&5
3086echo "${ECHO_T}$AWK" >&6
3087else
3088 echo "$as_me:$LINENO: result: no" >&5
3089echo "${ECHO_T}no" >&6
3090fi
3091
3092 test -n "$AWK" && break
3093done
3094 3054
3095 3055
3096ac_ext=c 3056ac_ext=c
3097ac_cpp='$CPP $CPPFLAGS' 3057ac_cpp='$CPP $CPPFLAGS'
3098ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3058ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4830 terminfo="$withval" 4790 terminfo="$withval"
4831 fi 4791 fi
4832fi; 4792fi;
4833 4793
4834 4794
4835
4836cat >>confdefs.h <<\_ACEOF
4837#define PROTOTYPES 1
4838_ACEOF
4839
4840
4841# 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.
4842set dummy mv; ac_word=$2 4796set dummy mv; ac_word=$2
4843echo "$as_me:$LINENO: checking for $ac_word" >&5 4797echo "$as_me:$LINENO: checking for $ac_word" >&5
4844echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4798echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4845if test "${ac_cv_path_MV+set}" = set; then 4799if test "${ac_cv_path_MV+set}" = set; then
5111CMP=$ac_cv_path_CMP 5065CMP=$ac_cv_path_CMP
5112 5066
5113if test -n "$CMP"; then 5067if test -n "$CMP"; then
5114 echo "$as_me:$LINENO: result: $CMP" >&5 5068 echo "$as_me:$LINENO: result: $CMP" >&5
5115echo "${ECHO_T}$CMP" >&6 5069echo "${ECHO_T}$CMP" >&6
5116else
5117 echo "$as_me:$LINENO: result: no" >&5
5118echo "${ECHO_T}no" >&6
5119fi
5120
5121# Extract the first word of "tbl", so it can be a program name with args.
5122set dummy tbl; ac_word=$2
5123echo "$as_me:$LINENO: checking for $ac_word" >&5
5124echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5125if test "${ac_cv_path_TBL+set}" = set; then
5126 echo $ECHO_N "(cached) $ECHO_C" >&6
5127else
5128 case $TBL in
5129 [\\/]* | ?:[\\/]*)
5130 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
5131 ;;
5132 *)
5133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5134for as_dir in $PATH
5135do
5136 IFS=$as_save_IFS
5137 test -z "$as_dir" && as_dir=.
5138 for ac_exec_ext in '' $ac_executable_extensions; do
5139 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5140 ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
5141 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5142 break 2
5143 fi
5144done
5145done
5146
5147 ;;
5148esac
5149fi
5150TBL=$ac_cv_path_TBL
5151
5152if test -n "$TBL"; then
5153 echo "$as_me:$LINENO: result: $TBL" >&5
5154echo "${ECHO_T}$TBL" >&6
5155else 5070else
5156 echo "$as_me:$LINENO: result: no" >&5 5071 echo "$as_me:$LINENO: result: no" >&5
5157echo "${ECHO_T}no" >&6 5072echo "${ECHO_T}no" >&6
5158fi 5073fi
5159 5074
10130#define RETSIGTYPE $ac_cv_type_signal 10045#define RETSIGTYPE $ac_cv_type_signal
10131_ACEOF 10046_ACEOF
10132 10047
10133 10048
10134 10049
10135case "$host_alias" in
10136 *ultrix) ac_cv_func_setsid='no' ;;
10137 *) break;;
10138esac
10139
10140
10141
10142 10050
10143 10051
10144 10052
10145 10053
10146 10054
10155 10063
10156 10064
10157 10065
10158 10066
10159for ac_func in \ 10067for ac_func in \
10160 atexit \
10161 revoke \ 10068 revoke \
10162 unsetenv \ 10069 unsetenv \
10163 setutent \ 10070 setutent \
10164 seteuid \ 10071 seteuid \
10072 setresuid \
10165 setreuid \ 10073 setreuid \
10166 setsid \
10167 setpgrp \
10168 setpgid \
10169 _getpty \ 10074 _getpty \
10075 getpt \
10170 posix_openpt \ 10076 posix_openpt \
10171 grantpt \ 10077 grantpt \
10172 unlockpt \ 10078 unlockpt \
10173 isastream \ 10079 isastream \
10174 on_exit \ 10080 on_exit \
10425_ACEOF 10331_ACEOF
10426cat confdefs.h >>conftest.$ac_ext 10332cat confdefs.h >>conftest.$ac_ext
10427cat >>conftest.$ac_ext <<_ACEOF 10333cat >>conftest.$ac_ext <<_ACEOF
10428/* end confdefs.h. */ 10334/* end confdefs.h. */
10429#include <sys/types.h> 10335#include <sys/types.h>
10430#include <stdint.h>
10431#include <utmp.h> 10336#include <utmp.h>
10432int 10337int
10433main () 10338main ()
10434{ 10339{
10435struct utmp ut; 10340struct utmp ut;
11896 11801
11897cat >>confdefs.h <<\_ACEOF 11802cat >>confdefs.h <<\_ACEOF
11898#define HAVE_UNIX_FDPASS 1 11803#define HAVE_UNIX_FDPASS 1
11899_ACEOF 11804_ACEOF
11900 11805
11806else
11807 { { echo "$as_me:$LINENO: error: urxvt requires unix-compliant filehandle passing ability" >&5
11808echo "$as_me: error: urxvt requires unix-compliant filehandle passing ability" >&2;}
11809 { (exit 1); exit 1; }; }
11901fi 11810fi
11902 11811
11903echo "$as_me:$LINENO: checking for broken XIM callback" >&5 11812echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11904echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6 11813echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11905if test "${rxvt_broken_ximcb+set}" = set; then 11814if test "${rxvt_broken_ximcb+set}" = set; then
11956#define XIMCB_PROTO_BROKEN 1 11865#define XIMCB_PROTO_BROKEN 1
11957_ACEOF 11866_ACEOF
11958 11867
11959fi 11868fi
11960 11869
11961if test x$ac_cv_func_posix_openpt = xno; then 11870if test x$ac_cv_func_getpt = xno -a x$ac_cv_func_posix_openpt = xno; then
11962 echo "$as_me:$LINENO: checking for openpty" >&5 11871 echo "$as_me:$LINENO: checking for openpty" >&5
11963echo $ECHO_N "checking for openpty... $ECHO_C" >&6 11872echo $ECHO_N "checking for openpty... $ECHO_C" >&6
11964if test "${ac_cv_func_openpty+set}" = set; then 11873if test "${ac_cv_func_openpty+set}" = set; then
11965 echo $ECHO_N "(cached) $ECHO_C" >&6 11874 echo $ECHO_N "(cached) $ECHO_C" >&6
11966else 11875else
12127if test "${rxvt_cv_ptys+set}" = set; then 12036if test "${rxvt_cv_ptys+set}" = set; then
12128 echo $ECHO_N "(cached) $ECHO_C" >&6 12037 echo $ECHO_N "(cached) $ECHO_C" >&6
12129else 12038else
12130 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then 12039 if test x$ac_cv_func_openpty = xyes -o x$ac_cv_lib_util_openpty = xyes; then
12131 rxvt_cv_ptys=OPENPTY 12040 rxvt_cv_ptys=OPENPTY
12041 else if test x$ac_cv_func_getpt = xyes; then
12042 rxvt_cv_ptys=GLIBC
12132 else if test x$ac_cv_func_posix_openpt = xyes; then 12043 else if test x$ac_cv_func_posix_openpt = xyes; then
12133 rxvt_cv_ptys=POSIX 12044 rxvt_cv_ptys=POSIX
12134 else if test x$ac_cv_func__getpty = xyes; then 12045 else if test x$ac_cv_func__getpty = xyes; then
12135 rxvt_cv_ptys=SGI4 12046 rxvt_cv_ptys=SGI4
12136 else if test -c /dev/ttyp20; then 12047 else if test -c /dev/ttyp20; then
12154fi 12065fi
12155fi 12066fi
12156fi 12067fi
12157fi 12068fi
12158fi 12069fi
12070fi
12159 12071
12160fi 12072fi
12161echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5 12073echo "$as_me:$LINENO: result: $rxvt_cv_ptys" >&5
12162echo "${ECHO_T}$rxvt_cv_ptys" >&6 12074echo "${ECHO_T}$rxvt_cv_ptys" >&6
12163 12075
12076if test x$rxvt_cv_ptys = xGLIBC; then
12077
12078cat >>confdefs.h <<\_ACEOF
12079#define PTYS_ARE_GETPT 1
12080_ACEOF
12081
12082fi
12164if test x$rxvt_cv_ptys = xPOSIX; then 12083if test x$rxvt_cv_ptys = xPOSIX; then
12165 12084
12166cat >>confdefs.h <<\_ACEOF 12085cat >>confdefs.h <<\_ACEOF
12167#define PTYS_ARE_POSIX 1 12086#define PTYS_ARE_POSIX 1
12168_ACEOF 12087_ACEOF
12857 PERL_O=rxvtperl.o 12776 PERL_O=rxvtperl.o
12858 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 12777 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12859 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 12778 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12860 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 12779 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12861 else 12780 else
12862 support_perl=no
12863 echo "$as_me:$LINENO: result: no, unable to link" >&5 12781 { { echo "$as_me:$LINENO: error: no, unable to link" >&5
12864echo "${ECHO_T}no, unable to link" >&6 12782echo "$as_me: error: no, unable to link" >&2;}
12783 { (exit 1); exit 1; }; }
12865 fi 12784 fi
12866 else 12785 else
12867 { { echo "$as_me:$LINENO: error: no working perl found" >&5 12786 { { echo "$as_me:$LINENO: error: no working perl found, or perl not version >= 5.8" >&5
12868echo "$as_me: error: no working perl found" >&2;} 12787echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
12869 { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; } 12788 { (exit 1); exit 1; }; }
12870 support_perl=no
12871 fi 12789 fi
12872fi 12790fi
12873 12791
12874 12792
12875 12793
12901 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"` 12819 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
12902fi 12820fi
12903 12821
12904 12822
12905 12823
12906
12907
12908MCOMMON=./autoconf/Make.common
12909 12824
12910 12825
12911test "$program_prefix" != NONE && 12826test "$program_prefix" != NONE &&
12912 program_transform_name="s,^,$program_prefix,;$program_transform_name" 12827 program_transform_name="s,^,$program_prefix,;$program_transform_name"
12913# Use a double $ so make ignores it. 12828# Use a double $ so make ignores it.
12989 include_time_h="#include <time.h>" 12904 include_time_h="#include <time.h>"
12990else 12905else
12991 include_time_h="/* #include <time.h> */" 12906 include_time_h="/* #include <time.h> */"
12992fi 12907fi
12993 12908
12994 ac_config_files="$ac_config_files autoconf/Make.common Makefile doc/Makefile src/Makefile src/rxvtlib.h" 12909 ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/rxvtlib.h"
12995 12910
12996cat >confcache <<\_ACEOF 12911cat >confcache <<\_ACEOF
12997# This file is a shell script that caches the results of configure 12912# This file is a shell script that caches the results of configure
12998# tests run on this system so they can be shared between configure 12913# tests run on this system so they can be shared between configure
12999# scripts and configure runs, see configure's option --config-cache. 12914# scripts and configure runs, see configure's option --config-cache.
13516cat >>$CONFIG_STATUS <<\_ACEOF 13431cat >>$CONFIG_STATUS <<\_ACEOF
13517for ac_config_target in $ac_config_targets 13432for ac_config_target in $ac_config_targets
13518do 13433do
13519 case "$ac_config_target" in 13434 case "$ac_config_target" in
13520 # Handling of arguments. 13435 # Handling of arguments.
13521 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
13522 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 13436 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13523 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 13437 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13524 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 13438 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13525 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;; 13439 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13526 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;; 13440 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
13527 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 13441 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13528echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13442echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13529 { (exit 1); exit 1; }; };; 13443 { (exit 1); exit 1; }; };;
13530 esac 13444 esac
13531done 13445done
13632s,@ac_ct_CXX@,$ac_ct_CXX,;t t 13546s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13633s,@CPP@,$CPP,;t t 13547s,@CPP@,$CPP,;t t
13634s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 13548s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13635s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 13549s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13636s,@INSTALL_DATA@,$INSTALL_DATA,;t t 13550s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13637s,@AWK@,$AWK,;t t
13638s,@LINKER@,$LINKER,;t t 13551s,@LINKER@,$LINKER,;t t
13639s,@CXXCPP@,$CXXCPP,;t t 13552s,@CXXCPP@,$CXXCPP,;t t
13640s,@EGREP@,$EGREP,;t t 13553s,@EGREP@,$EGREP,;t t
13641s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 13554s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
13642s,@RXVTNAME@,$RXVTNAME,;t t 13555s,@RXVTNAME@,$RXVTNAME,;t t
13645s,@CP@,$CP,;t t 13558s,@CP@,$CP,;t t
13646s,@LN@,$LN,;t t 13559s,@LN@,$LN,;t t
13647s,@SED@,$SED,;t t 13560s,@SED@,$SED,;t t
13648s,@ECHO@,$ECHO,;t t 13561s,@ECHO@,$ECHO,;t t
13649s,@CMP@,$CMP,;t t 13562s,@CMP@,$CMP,;t t
13650s,@TBL@,$TBL,;t t
13651s,@TIC@,$TIC,;t t 13563s,@TIC@,$TIC,;t t
13652s,@X_CFLAGS@,$X_CFLAGS,;t t 13564s,@X_CFLAGS@,$X_CFLAGS,;t t
13653s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t 13565s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
13654s,@X_LIBS@,$X_LIBS,;t t 13566s,@X_LIBS@,$X_LIBS,;t t
13655s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t 13567s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
13684s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t 13596s,@include_sys_strredir_h@,$include_sys_strredir_h,;t t
13685s,@include_sys_time_h@,$include_sys_time_h,;t t 13597s,@include_sys_time_h@,$include_sys_time_h,;t t
13686s,@include_time_h@,$include_time_h,;t t 13598s,@include_time_h@,$include_time_h,;t t
13687s,@LIBOBJS@,$LIBOBJS,;t t 13599s,@LIBOBJS@,$LIBOBJS,;t t
13688s,@LTLIBOBJS@,$LTLIBOBJS,;t t 13600s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13689/@MCOMMON@/r $MCOMMON
13690s,@MCOMMON@,,;t t
13691CEOF 13601CEOF
13692 13602
13693_ACEOF 13603_ACEOF
13694 13604
13695 cat >>$CONFIG_STATUS <<\_ACEOF 13605 cat >>$CONFIG_STATUS <<\_ACEOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines