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

Comparing rxvt-unicode/configure (file contents):
Revision 1.103 by root, Sat Jun 9 13:04:27 2007 UTC vs.
Revision 1.105 by root, Tue Jun 26 00:40:18 2007 UTC

677INSTALL_SCRIPT 677INSTALL_SCRIPT
678INSTALL_DATA 678INSTALL_DATA
679GREP 679GREP
680EGREP 680EGREP
681LINKER 681LINKER
682CXXLIB
682INSTALL_LIBRXVT 683INSTALL_LIBRXVT
683RXVTNAME 684RXVTNAME
684MV
685CP
686LN
687SED
688ECHO
689CMP
690TIC 685TIC
691XMKMF 686XMKMF
692CXXCPP 687CXXCPP
693X_CFLAGS 688X_CFLAGS
694X_PRE_LIBS 689X_PRE_LIBS
710PERLLIB 705PERLLIB
711PERLFLAGS 706PERLFLAGS
712PERLPRIVLIBEXP 707PERLPRIVLIBEXP
713IF_PERL 708IF_PERL
714PERL_O 709PERL_O
715DEBUG
716DINCLUDE
717DLIB
718LIBAFTERIMAGE_CFLAGS 710LIBAFTERIMAGE_CFLAGS
719AFTERIMAGE_LIBS 711AFTERIMAGE_LIBS
720include_stdint_h 712include_stdint_h
721include_stdarg_h 713include_stdarg_h
722include_stdlib_h 714include_stdlib_h
3863 (exit $ac_status); } && { 3855 (exit $ac_status); } && {
3864 test -z "$ac_cxx_werror_flag" || 3856 test -z "$ac_cxx_werror_flag" ||
3865 test ! -s conftest.err 3857 test ! -s conftest.err
3866 } && test -s conftest$ac_exeext && 3858 } && test -s conftest$ac_exeext &&
3867 $as_test_x conftest$ac_exeext; then 3859 $as_test_x conftest$ac_exeext; then
3860
3868 { echo "$as_me:$LINENO: result: ok" >&5 3861 { echo "$as_me:$LINENO: result: ok" >&5
3869echo "${ECHO_T}ok" >&6; } 3862echo "${ECHO_T}ok" >&6; }
3863 CXXLIB="-lsupc++"
3864
3870else 3865else
3871 echo "$as_me: failed program was:" >&5 3866 echo "$as_me: failed program was:" >&5
3872sed 's/^/| /' conftest.$ac_ext >&5 3867sed 's/^/| /' conftest.$ac_ext >&5
3873 3868
3874 3869
3883rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3878rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3884 conftest$ac_exeext conftest.$ac_ext 3879 conftest$ac_exeext conftest.$ac_ext
3885 CXX="$save_CXX" 3880 CXX="$save_CXX"
3886fi 3881fi
3887LINKER=$LINKER 3882LINKER=$LINKER
3883
3888 3884
3889 3885
3890if test -z "$orig_CXXFLAGS"; then 3886if test -z "$orig_CXXFLAGS"; then
3891 if test x$GCC = xyes && test "x$GXX" = xyes; then 3887 if test x$GCC = xyes && test "x$GXX" = xyes; then
3892 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs" 3888 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
3945 3941
3946case $host in 3942case $host in
3947 *-*-solaris* ) 3943 *-*-solaris* )
3948 3944
3949cat >>confdefs.h <<\_ACEOF 3945cat >>confdefs.h <<\_ACEOF
3950#define _XOPEN_SOURCE_EXTENDED 1
3951_ACEOF
3952
3953
3954cat >>confdefs.h <<\_ACEOF
3955#define _XOPEN_SOURCE 2 3946#define _XOPEN_SOURCE 500
3956_ACEOF
3957
3958
3959cat >>confdefs.h <<\_ACEOF
3960#define __EXTENSIONS__ 1
3961_ACEOF 3947_ACEOF
3962 3948
3963 ;; 3949 ;;
3964esac 3950esac
3965 3951
4576 4562
4577 4563
4578 4564
4579# Check whether --with-afterimage_config was given. 4565# Check whether --with-afterimage_config was given.
4580if test "${with_afterimage_config+set}" = set; then 4566if test "${with_afterimage_config+set}" = set; then
4581 withval=$with_afterimage_config; afterimage_config="$withval" 4567 withval=$with_afterimage_config; if test "x$withval" != x; then
4568 afterimage_config=$withval/afterimage-config
4569 fi
4582fi 4570fi
4583 4571
4584 4572
4585# Check whether --enable-afterstep was given. 4573# Check whether --enable-afterstep was given.
4586if test "${enable_afterstep+set}" = set; then 4574if test "${enable_afterstep+set}" = set; then
4885_ACEOF 4873_ACEOF
4886 terminfo="$withval" 4874 terminfo="$withval"
4887 fi 4875 fi
4888fi 4876fi
4889 4877
4890
4891
4892# Extract the first word of "mv", so it can be a program name with args.
4893set dummy mv; ac_word=$2
4894{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4895echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4896if test "${ac_cv_path_MV+set}" = set; then
4897 echo $ECHO_N "(cached) $ECHO_C" >&6
4898else
4899 case $MV in
4900 [\\/]* | ?:[\\/]*)
4901 ac_cv_path_MV="$MV" # Let the user override the test with a path.
4902 ;;
4903 *)
4904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4905for as_dir in $PATH
4906do
4907 IFS=$as_save_IFS
4908 test -z "$as_dir" && as_dir=.
4909 for ac_exec_ext in '' $ac_executable_extensions; do
4910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4911 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
4912 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4913 break 2
4914 fi
4915done
4916done
4917IFS=$as_save_IFS
4918
4919 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
4920 ;;
4921esac
4922fi
4923MV=$ac_cv_path_MV
4924if test -n "$MV"; then
4925 { echo "$as_me:$LINENO: result: $MV" >&5
4926echo "${ECHO_T}$MV" >&6; }
4927else
4928 { echo "$as_me:$LINENO: result: no" >&5
4929echo "${ECHO_T}no" >&6; }
4930fi
4931
4932
4933# Extract the first word of "cp", so it can be a program name with args.
4934set dummy cp; ac_word=$2
4935{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4936echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4937if test "${ac_cv_path_CP+set}" = set; then
4938 echo $ECHO_N "(cached) $ECHO_C" >&6
4939else
4940 case $CP in
4941 [\\/]* | ?:[\\/]*)
4942 ac_cv_path_CP="$CP" # Let the user override the test with a path.
4943 ;;
4944 *)
4945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4946for as_dir in $PATH
4947do
4948 IFS=$as_save_IFS
4949 test -z "$as_dir" && as_dir=.
4950 for ac_exec_ext in '' $ac_executable_extensions; do
4951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4952 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
4953 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4954 break 2
4955 fi
4956done
4957done
4958IFS=$as_save_IFS
4959
4960 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
4961 ;;
4962esac
4963fi
4964CP=$ac_cv_path_CP
4965if test -n "$CP"; then
4966 { echo "$as_me:$LINENO: result: $CP" >&5
4967echo "${ECHO_T}$CP" >&6; }
4968else
4969 { echo "$as_me:$LINENO: result: no" >&5
4970echo "${ECHO_T}no" >&6; }
4971fi
4972
4973
4974# Extract the first word of "ln", so it can be a program name with args.
4975set dummy ln; ac_word=$2
4976{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4977echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4978if test "${ac_cv_path_LN+set}" = set; then
4979 echo $ECHO_N "(cached) $ECHO_C" >&6
4980else
4981 case $LN in
4982 [\\/]* | ?:[\\/]*)
4983 ac_cv_path_LN="$LN" # Let the user override the test with a path.
4984 ;;
4985 *)
4986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4987for as_dir in $PATH
4988do
4989 IFS=$as_save_IFS
4990 test -z "$as_dir" && as_dir=.
4991 for ac_exec_ext in '' $ac_executable_extensions; do
4992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4993 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
4994 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4995 break 2
4996 fi
4997done
4998done
4999IFS=$as_save_IFS
5000
5001 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
5002 ;;
5003esac
5004fi
5005LN=$ac_cv_path_LN
5006if test -n "$LN"; then
5007 { echo "$as_me:$LINENO: result: $LN" >&5
5008echo "${ECHO_T}$LN" >&6; }
5009else
5010 { echo "$as_me:$LINENO: result: no" >&5
5011echo "${ECHO_T}no" >&6; }
5012fi
5013
5014
5015# Extract the first word of "sed", so it can be a program name with args.
5016set dummy sed; ac_word=$2
5017{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5018echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5019if test "${ac_cv_path_SED+set}" = set; then
5020 echo $ECHO_N "(cached) $ECHO_C" >&6
5021else
5022 case $SED in
5023 [\\/]* | ?:[\\/]*)
5024 ac_cv_path_SED="$SED" # Let the user override the test with a path.
5025 ;;
5026 *)
5027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5028for as_dir in $PATH
5029do
5030 IFS=$as_save_IFS
5031 test -z "$as_dir" && as_dir=.
5032 for ac_exec_ext in '' $ac_executable_extensions; do
5033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5034 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
5035 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5036 break 2
5037 fi
5038done
5039done
5040IFS=$as_save_IFS
5041
5042 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5043 ;;
5044esac
5045fi
5046SED=$ac_cv_path_SED
5047if test -n "$SED"; then
5048 { echo "$as_me:$LINENO: result: $SED" >&5
5049echo "${ECHO_T}$SED" >&6; }
5050else
5051 { echo "$as_me:$LINENO: result: no" >&5
5052echo "${ECHO_T}no" >&6; }
5053fi
5054
5055
5056# Extract the first word of "echo", so it can be a program name with args.
5057set dummy echo; ac_word=$2
5058{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5059echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5060if test "${ac_cv_path_ECHO+set}" = set; then
5061 echo $ECHO_N "(cached) $ECHO_C" >&6
5062else
5063 case $ECHO in
5064 [\\/]* | ?:[\\/]*)
5065 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5066 ;;
5067 *)
5068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5069for as_dir in $PATH
5070do
5071 IFS=$as_save_IFS
5072 test -z "$as_dir" && as_dir=.
5073 for ac_exec_ext in '' $ac_executable_extensions; do
5074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5075 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
5076 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5077 break 2
5078 fi
5079done
5080done
5081IFS=$as_save_IFS
5082
5083 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5084 ;;
5085esac
5086fi
5087ECHO=$ac_cv_path_ECHO
5088if test -n "$ECHO"; then
5089 { echo "$as_me:$LINENO: result: $ECHO" >&5
5090echo "${ECHO_T}$ECHO" >&6; }
5091else
5092 { echo "$as_me:$LINENO: result: no" >&5
5093echo "${ECHO_T}no" >&6; }
5094fi
5095
5096
5097# Extract the first word of "cmp", so it can be a program name with args.
5098set dummy cmp; ac_word=$2
5099{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5100echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5101if test "${ac_cv_path_CMP+set}" = set; then
5102 echo $ECHO_N "(cached) $ECHO_C" >&6
5103else
5104 case $CMP in
5105 [\\/]* | ?:[\\/]*)
5106 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5107 ;;
5108 *)
5109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5110for as_dir in $PATH
5111do
5112 IFS=$as_save_IFS
5113 test -z "$as_dir" && as_dir=.
5114 for ac_exec_ext in '' $ac_executable_extensions; do
5115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5116 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
5117 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5118 break 2
5119 fi
5120done
5121done
5122IFS=$as_save_IFS
5123
5124 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5125 ;;
5126esac
5127fi
5128CMP=$ac_cv_path_CMP
5129if test -n "$CMP"; then
5130 { echo "$as_me:$LINENO: result: $CMP" >&5
5131echo "${ECHO_T}$CMP" >&6; }
5132else
5133 { echo "$as_me:$LINENO: result: no" >&5
5134echo "${ECHO_T}no" >&6; }
5135fi
5136 4878
5137 4879
5138# Extract the first word of "tic", so it can be a program name with args. 4880# Extract the first word of "tic", so it can be a program name with args.
5139set dummy tic; ac_word=$2 4881set dummy tic; ac_word=$2
5140{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4882{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6726have_afterimage= 6468have_afterimage=
6727 6469
6728if test x$support_afterimage = xyes; then 6470if test x$support_afterimage = xyes; then
6729 support_afterimage=no 6471 support_afterimage=no
6730 6472
6731 if test "x$afterimage_config" = "x" ; then 6473 if test "x$afterimage_config" = "x" ; then
6732 # Extract the first word of "afterimage-config", so it can be a program name with args. 6474 # Extract the first word of "afterimage-config", so it can be a program name with args.
6733set dummy afterimage-config; ac_word=$2 6475set dummy afterimage-config; ac_word=$2
6734{ echo "$as_me:$LINENO: checking for $ac_word" >&5 6476{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6735echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 6477echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6736if test "${ac_cv_path_afterimage_config+set}" = set; then 6478if test "${ac_cv_path_afterimage_config+set}" = set; then
6768 { echo "$as_me:$LINENO: result: no" >&5 6510 { echo "$as_me:$LINENO: result: no" >&5
6769echo "${ECHO_T}no" >&6; } 6511echo "${ECHO_T}no" >&6; }
6770fi 6512fi
6771 6513
6772 6514
6773 else
6774 afterimage_config=$afterimage_config/afterimage-config
6775 fi 6515 fi
6776 6516
6777 { echo "$as_me:$LINENO: checking for libAfterImage" >&5 6517 { echo "$as_me:$LINENO: checking for libAfterImage" >&5
6778echo $ECHO_N "checking for libAfterImage... $ECHO_C" >&6; } 6518echo $ECHO_N "checking for libAfterImage... $ECHO_C" >&6; }
6779 if $afterimage_config --version >/dev/null 2>&1 ; then 6519 if $afterimage_config --version >/dev/null 2>&1 ; then
12086echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6; } 11826echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6; }
12087if test "${rxvt_cv_func_xlocale+set}" = set; then 11827if test "${rxvt_cv_func_xlocale+set}" = set; then
12088 echo $ECHO_N "(cached) $ECHO_C" >&6 11828 echo $ECHO_N "(cached) $ECHO_C" >&6
12089else 11829else
12090 if test "$cross_compiling" = yes; then 11830 if test "$cross_compiling" = yes; then
12091 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5 11831 :
12092echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
12093else 11832else
12094 cat >conftest.$ac_ext <<_ACEOF 11833 cat >conftest.$ac_ext <<_ACEOF
12095/* confdefs.h. */ 11834/* confdefs.h. */
12096_ACEOF 11835_ACEOF
12097cat confdefs.h >>conftest.$ac_ext 11836cat confdefs.h >>conftest.$ac_ext
12140 11879
12141 11880
12142fi 11881fi
12143{ echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5 11882{ echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
12144echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6; } 11883echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6; }
11884if test x$support_xim = xyes; then
12145if test x$rxvt_cv_func_xlocale = xyes; then 11885 if test x$rxvt_cv_func_xlocale = xyes; then
12146 11886
12147cat >>confdefs.h <<\_ACEOF 11887cat >>confdefs.h <<\_ACEOF
12148#define HAVE_XLOCALE 1 11888#define USE_XIM 1
12149_ACEOF 11889_ACEOF
12150 11890
11891 fi
12151fi 11892fi
12152 11893
12153{ echo "$as_me:$LINENO: checking for working X setlocale" >&5 11894{ echo "$as_me:$LINENO: checking for working X setlocale" >&5
12154echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6; } 11895echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6; }
12155if test "${rxvt_cv_func_xsetlocale+set}" = set; then 11896if test "${rxvt_cv_func_xsetlocale+set}" = set; then
13478 13219
13479fi 13220fi
13480if test x$support_inheritpixmap = xyes; then 13221if test x$support_inheritpixmap = xyes; then
13481 13222
13482cat >>confdefs.h <<\_ACEOF 13223cat >>confdefs.h <<\_ACEOF
13483#define TRANSPARENT 1 13224#define ENABLE_TRANSPARENCY 1
13484_ACEOF 13225_ACEOF
13485 13226
13486fi 13227fi
13487if test x$support_keepscrolling = xno; then 13228if test x$support_keepscrolling = xno; then
13488 13229
13516 13257
13517cat >>confdefs.h <<\_ACEOF 13258cat >>confdefs.h <<\_ACEOF
13518#define MOUSE_SLIP_WHEELING 1 13259#define MOUSE_SLIP_WHEELING 1
13519_ACEOF 13260_ACEOF
13520 13261
13521fi
13522if test x$support_xim = xyes -o x$multichar_set = xyes; then
13523 if test x$rxvt_cv_func_xlocale = xyes; then
13524
13525cat >>confdefs.h <<\_ACEOF
13526#define USE_XIM 1
13527_ACEOF
13528
13529 fi
13530fi 13262fi
13531if test x$support_xpm = xyes -o x$support_afterimage = xyes ; then 13263if test x$support_xpm = xyes -o x$support_afterimage = xyes ; then
13532 13264
13533cat >>confdefs.h <<\_ACEOF 13265cat >>confdefs.h <<\_ACEOF
13534#define XPM_BACKGROUND 1 13266#define XPM_BACKGROUND 1
13836 13568
13837 13569
13838 13570
13839 13571
13840 13572
13841
13842
13843if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then 13573if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then
13844 DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
13845 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 13574 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
13846 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"` 13575 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
13847 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"` 13576 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
13848 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"` 13577 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
13849fi 13578fi
13850
13851 13579
13852 13580
13853 13581
13854 13582
13855 13583
14623INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 14351INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
14624INSTALL_DATA!$INSTALL_DATA$ac_delim 14352INSTALL_DATA!$INSTALL_DATA$ac_delim
14625GREP!$GREP$ac_delim 14353GREP!$GREP$ac_delim
14626EGREP!$EGREP$ac_delim 14354EGREP!$EGREP$ac_delim
14627LINKER!$LINKER$ac_delim 14355LINKER!$LINKER$ac_delim
14356CXXLIB!$CXXLIB$ac_delim
14628INSTALL_LIBRXVT!$INSTALL_LIBRXVT$ac_delim 14357INSTALL_LIBRXVT!$INSTALL_LIBRXVT$ac_delim
14629RXVTNAME!$RXVTNAME$ac_delim 14358RXVTNAME!$RXVTNAME$ac_delim
14630MV!$MV$ac_delim
14631CP!$CP$ac_delim
14632LN!$LN$ac_delim
14633SED!$SED$ac_delim
14634ECHO!$ECHO$ac_delim
14635CMP!$CMP$ac_delim
14636TIC!$TIC$ac_delim 14359TIC!$TIC$ac_delim
14637XMKMF!$XMKMF$ac_delim 14360XMKMF!$XMKMF$ac_delim
14638CXXCPP!$CXXCPP$ac_delim 14361CXXCPP!$CXXCPP$ac_delim
14639X_CFLAGS!$X_CFLAGS$ac_delim 14362X_CFLAGS!$X_CFLAGS$ac_delim
14640X_PRE_LIBS!$X_PRE_LIBS$ac_delim 14363X_PRE_LIBS!$X_PRE_LIBS$ac_delim
14654XFT_CONFIG!$XFT_CONFIG$ac_delim 14377XFT_CONFIG!$XFT_CONFIG$ac_delim
14655PERL!$PERL$ac_delim 14378PERL!$PERL$ac_delim
14656PERLLIB!$PERLLIB$ac_delim 14379PERLLIB!$PERLLIB$ac_delim
14657PERLFLAGS!$PERLFLAGS$ac_delim 14380PERLFLAGS!$PERLFLAGS$ac_delim
14658PERLPRIVLIBEXP!$PERLPRIVLIBEXP$ac_delim 14381PERLPRIVLIBEXP!$PERLPRIVLIBEXP$ac_delim
14382IF_PERL!$IF_PERL$ac_delim
14383PERL_O!$PERL_O$ac_delim
14384LIBAFTERIMAGE_CFLAGS!$LIBAFTERIMAGE_CFLAGS$ac_delim
14385AFTERIMAGE_LIBS!$AFTERIMAGE_LIBS$ac_delim
14386include_stdint_h!$include_stdint_h$ac_delim
14659_ACEOF 14387_ACEOF
14660 14388
14661 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 14389 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
14662 break 14390 break
14663 elif $ac_last_try; then 14391 elif $ac_last_try; then
14695 14423
14696 14424
14697ac_delim='%!_!# ' 14425ac_delim='%!_!# '
14698for ac_last_try in false false false false false :; do 14426for ac_last_try in false false false false false :; do
14699 cat >conf$$subs.sed <<_ACEOF 14427 cat >conf$$subs.sed <<_ACEOF
14700IF_PERL!$IF_PERL$ac_delim
14701PERL_O!$PERL_O$ac_delim
14702DEBUG!$DEBUG$ac_delim
14703DINCLUDE!$DINCLUDE$ac_delim
14704DLIB!$DLIB$ac_delim
14705LIBAFTERIMAGE_CFLAGS!$LIBAFTERIMAGE_CFLAGS$ac_delim
14706AFTERIMAGE_LIBS!$AFTERIMAGE_LIBS$ac_delim
14707include_stdint_h!$include_stdint_h$ac_delim
14708include_stdarg_h!$include_stdarg_h$ac_delim 14428include_stdarg_h!$include_stdarg_h$ac_delim
14709include_stdlib_h!$include_stdlib_h$ac_delim 14429include_stdlib_h!$include_stdlib_h$ac_delim
14710include_unistd_h!$include_unistd_h$ac_delim 14430include_unistd_h!$include_unistd_h$ac_delim
14711include_string_h!$include_string_h$ac_delim 14431include_string_h!$include_string_h$ac_delim
14712include_fcntl_h!$include_fcntl_h$ac_delim 14432include_fcntl_h!$include_fcntl_h$ac_delim
14719include_time_h!$include_time_h$ac_delim 14439include_time_h!$include_time_h$ac_delim
14720LIBOBJS!$LIBOBJS$ac_delim 14440LIBOBJS!$LIBOBJS$ac_delim
14721LTLIBOBJS!$LTLIBOBJS$ac_delim 14441LTLIBOBJS!$LTLIBOBJS$ac_delim
14722_ACEOF 14442_ACEOF
14723 14443
14724 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 22; then 14444 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 14; then
14725 break 14445 break
14726 elif $ac_last_try; then 14446 elif $ac_last_try; then
14727 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 14447 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14728echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 14448echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
14729 { (exit 1); exit 1; }; } 14449 { (exit 1); exit 1; }; }
15167if test x$support_afterimage = xyes; then 14887if test x$support_afterimage = xyes; then
15168 echo " AfterImage support: yes" 14888 echo " AfterImage support: yes"
15169fi 14889fi
15170 14890
15171if test x$support_afterstep = xyes; then 14891if test x$support_afterstep = xyes; then
15172 echo " AfterStep intergration: yes" 14892 echo " AfterStep integration: yes"
15173fi 14893fi
15174 14894
15175if test x$term != x; then 14895if test x$term != x; then
15176 echo " set TERM to: $term" 14896 echo " set TERM to: $term"
15177fi 14897fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines