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

Comparing rxvt-unicode/configure (file contents):
Revision 1.85 by root, Sat Jan 21 21:01:54 2006 UTC vs.
Revision 1.86 by root, Sat Jan 21 22:34:05 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 EGREP LINKER INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED ECHO CMP TIC CXXCPP 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 EGREP LINKER INSTALL_LIBRXVT RXVTNAME MV RM CP LN SED ECHO CMP TIC CXXCPP 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 PKG_CONFIG XFT_CONFIG 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
3280else 3280else
3281 echo "$as_me: failed program was:" >&5 3281 echo "$as_me: failed program was:" >&5
3282sed 's/^/| /' conftest.$ac_ext >&5 3282sed 's/^/| /' conftest.$ac_ext >&5
3283 3283
3284 3284
3285 echo "$as_me:$LINENO: result: no, make everything bigger and slower" >&5 3285 echo "$as_me:$LINENO: result: no, making everything bigger and slower" >&5
3286echo "${ECHO_T}no, make everything bigger and slower" >&6 3286echo "${ECHO_T}no, making everything bigger and slower" >&6
3287 LIBS="$save_LIBS" 3287 LIBS="$save_LIBS"
3288 LINKER="$save_CXX" 3288 LINKER="$save_CXX"
3289 3289
3290 3290
3291fi 3291fi
12718 12718
12719fi 12719fi
12720 12720
12721 12721
12722if test x$support_xft = xyes; then 12722if test x$support_xft = xyes; then
12723 LIBS="$LIBS `pkg-config xft --libs`" 12723 # Extract the first word of "pkg-config", so it can be a program name with args.
12724set dummy pkg-config; ac_word=$2
12725echo "$as_me:$LINENO: checking for $ac_word" >&5
12726echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12727if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12728 echo $ECHO_N "(cached) $ECHO_C" >&6
12729else
12730 case $PKG_CONFIG in
12731 [\\/]* | ?:[\\/]*)
12732 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12733 ;;
12734 *)
12735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12736for as_dir in $PATH
12737do
12738 IFS=$as_save_IFS
12739 test -z "$as_dir" && as_dir=.
12740 for ac_exec_ext in '' $ac_executable_extensions; do
12741 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12742 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12743 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12744 break 2
12745 fi
12746done
12747done
12748
12749 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12750 ;;
12751esac
12752fi
12753PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12754
12755if test -n "$PKG_CONFIG"; then
12756 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12757echo "${ECHO_T}$PKG_CONFIG" >&6
12758else
12759 echo "$as_me:$LINENO: result: no" >&5
12760echo "${ECHO_T}no" >&6
12761fi
12762
12763 # Extract the first word of "xft-config", so it can be a program name with args.
12764set dummy xft-config; ac_word=$2
12765echo "$as_me:$LINENO: checking for $ac_word" >&5
12766echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12767if test "${ac_cv_path_XFT_CONFIG+set}" = set; then
12768 echo $ECHO_N "(cached) $ECHO_C" >&6
12769else
12770 case $XFT_CONFIG in
12771 [\\/]* | ?:[\\/]*)
12772 ac_cv_path_XFT_CONFIG="$XFT_CONFIG" # Let the user override the test with a path.
12773 ;;
12774 *)
12775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12776for as_dir in $PATH
12777do
12778 IFS=$as_save_IFS
12779 test -z "$as_dir" && as_dir=.
12780 for ac_exec_ext in '' $ac_executable_extensions; do
12781 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12782 ac_cv_path_XFT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12783 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12784 break 2
12785 fi
12786done
12787done
12788
12789 test -z "$ac_cv_path_XFT_CONFIG" && ac_cv_path_XFT_CONFIG="no"
12790 ;;
12791esac
12792fi
12793XFT_CONFIG=$ac_cv_path_XFT_CONFIG
12794
12795if test -n "$XFT_CONFIG"; then
12796 echo "$as_me:$LINENO: result: $XFT_CONFIG" >&5
12797echo "${ECHO_T}$XFT_CONFIG" >&6
12798else
12799 echo "$as_me:$LINENO: result: no" >&5
12800echo "${ECHO_T}no" >&6
12801fi
12802
12803 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
12804 LIBS="$LIBS `$PKG_CONFIG xft --libs`"
12724 CPPFLAGS="$CPPFLAGS `pkg-config xft --cflags`" 12805 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
12806 else
12807 if test $XFT_CONFIG != no; then
12808 LIBS="$LIBS `$XFT_CONFIG --libs`"
12809 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
12810 fi
12811 fi
12725 12812
12726 12813
12727for ac_header in X11/Xft/Xft.h 12814for ac_header in X11/Xft/Xft.h
12728do 12815do
12729as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12816as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14133s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t 14220s,@rxvt_uint16_typedef@,$rxvt_uint16_typedef,;t t
14134s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t 14221s,@rxvt_int32_typedef@,$rxvt_int32_typedef,;t t
14135s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t 14222s,@rxvt_uint32_typedef@,$rxvt_uint32_typedef,;t t
14136s,@rxvt_intp_define@,$rxvt_intp_define,;t t 14223s,@rxvt_intp_define@,$rxvt_intp_define,;t t
14137s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t 14224s,@rxvt_u_intp_define@,$rxvt_u_intp_define,;t t
14225s,@PKG_CONFIG@,$PKG_CONFIG,;t t
14226s,@XFT_CONFIG@,$XFT_CONFIG,;t t
14138s,@PERL@,$PERL,;t t 14227s,@PERL@,$PERL,;t t
14139s,@PERLLIB@,$PERLLIB,;t t 14228s,@PERLLIB@,$PERLLIB,;t t
14140s,@PERLFLAGS@,$PERLFLAGS,;t t 14229s,@PERLFLAGS@,$PERLFLAGS,;t t
14141s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t 14230s,@PERLPRIVLIBEXP@,$PERLPRIVLIBEXP,;t t
14142s,@IF_PERL@,$IF_PERL,;t t 14231s,@IF_PERL@,$IF_PERL,;t t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines