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

Comparing rxvt-unicode/configure (file contents):
Revision 1.77 by root, Tue Jan 17 15:41:32 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='' 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
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
10152for ac_func in \ 10067for ac_func in \
10153 revoke \ 10068 revoke \
10154 unsetenv \ 10069 unsetenv \
10155 setutent \ 10070 setutent \
10156 seteuid \ 10071 seteuid \
10157 setresuid \ 10072 setresuid \
10158 setreuid \ 10073 setreuid \
10159 _getpty \ 10074 _getpty \
10160 getpt \ 10075 getpt \
10161 posix_openpt \ 10076 posix_openpt \
10162 grantpt \ 10077 grantpt \
10416_ACEOF 10331_ACEOF
10417cat confdefs.h >>conftest.$ac_ext 10332cat confdefs.h >>conftest.$ac_ext
10418cat >>conftest.$ac_ext <<_ACEOF 10333cat >>conftest.$ac_ext <<_ACEOF
10419/* end confdefs.h. */ 10334/* end confdefs.h. */
10420#include <sys/types.h> 10335#include <sys/types.h>
10421#include <stdint.h>
10422#include <utmp.h> 10336#include <utmp.h>
10423int 10337int
10424main () 10338main ()
10425{ 10339{
10426struct utmp ut; 10340struct utmp ut;
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines