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

Comparing rxvt-unicode/configure (file contents):
Revision 1.75 by root, Tue Jan 17 11:53:07 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='' 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
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
10146 10061
10147 10062
10148 10063
10149 10064
10150 10065
10066
10151for ac_func in \ 10067for ac_func in \
10152 revoke \ 10068 revoke \
10153 unsetenv \ 10069 unsetenv \
10154 setutent \ 10070 setutent \
10155 seteuid \ 10071 seteuid \
10072 setresuid \
10156 setreuid \ 10073 setreuid \
10157 _getpty \ 10074 _getpty \
10158 getpt \ 10075 getpt \
10159 posix_openpt \ 10076 posix_openpt \
10160 grantpt \ 10077 grantpt \
11885 11802
11886cat >>confdefs.h <<\_ACEOF 11803cat >>confdefs.h <<\_ACEOF
11887#define HAVE_UNIX_FDPASS 1 11804#define HAVE_UNIX_FDPASS 1
11888_ACEOF 11805_ACEOF
11889 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; }; }
11890fi 11811fi
11891 11812
11892echo "$as_me:$LINENO: checking for broken XIM callback" >&5 11813echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11893echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6 11814echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11894if test "${rxvt_broken_ximcb+set}" = set; then 11815if test "${rxvt_broken_ximcb+set}" = set; then
12856 PERL_O=rxvtperl.o 12777 PERL_O=rxvtperl.o
12857 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 12778 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12858 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 12779 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12859 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 12780 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12860 else 12781 else
12861 support_perl=no
12862 echo "$as_me:$LINENO: result: no, unable to link" >&5 12782 { { echo "$as_me:$LINENO: error: no, unable to link" >&5
12863echo "${ECHO_T}no, unable to link" >&6 12783echo "$as_me: error: no, unable to link" >&2;}
12784 { (exit 1); exit 1; }; }
12864 fi 12785 fi
12865 else 12786 else
12866 { { 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
12867echo "$as_me: error: no working perl found" >&2;} 12788echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
12868 { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; } 12789 { (exit 1); exit 1; }; }
12869 support_perl=no
12870 fi 12790 fi
12871fi 12791fi
12872 12792
12873 12793
12874 12794
13516 # Handling of arguments. 13436 # Handling of arguments.
13517 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 13437 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13518 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 13438 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13519 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 13439 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13520 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;; 13440 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13521 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;; 13441 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
13522 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 13442 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13523echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13443echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13524 { (exit 1); exit 1; }; };; 13444 { (exit 1); exit 1; }; };;
13525 esac 13445 esac
13526done 13446done
13627s,@ac_ct_CXX@,$ac_ct_CXX,;t t 13547s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13628s,@CPP@,$CPP,;t t 13548s,@CPP@,$CPP,;t t
13629s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 13549s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13630s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 13550s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13631s,@INSTALL_DATA@,$INSTALL_DATA,;t t 13551s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13632s,@AWK@,$AWK,;t t
13633s,@LINKER@,$LINKER,;t t 13552s,@LINKER@,$LINKER,;t t
13634s,@CXXCPP@,$CXXCPP,;t t 13553s,@CXXCPP@,$CXXCPP,;t t
13635s,@EGREP@,$EGREP,;t t 13554s,@EGREP@,$EGREP,;t t
13636s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t 13555s,@INSTALL_LIBRXVT@,$INSTALL_LIBRXVT,;t t
13637s,@RXVTNAME@,$RXVTNAME,;t t 13556s,@RXVTNAME@,$RXVTNAME,;t t
13640s,@CP@,$CP,;t t 13559s,@CP@,$CP,;t t
13641s,@LN@,$LN,;t t 13560s,@LN@,$LN,;t t
13642s,@SED@,$SED,;t t 13561s,@SED@,$SED,;t t
13643s,@ECHO@,$ECHO,;t t 13562s,@ECHO@,$ECHO,;t t
13644s,@CMP@,$CMP,;t t 13563s,@CMP@,$CMP,;t t
13645s,@TBL@,$TBL,;t t
13646s,@TIC@,$TIC,;t t 13564s,@TIC@,$TIC,;t t
13647s,@X_CFLAGS@,$X_CFLAGS,;t t 13565s,@X_CFLAGS@,$X_CFLAGS,;t t
13648s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t 13566s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
13649s,@X_LIBS@,$X_LIBS,;t t 13567s,@X_LIBS@,$X_LIBS,;t t
13650s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t 13568s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines