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

Comparing rxvt-unicode/configure (file contents):
Revision 1.102 by ayin, Tue May 8 11:24:45 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
695X_LIBS 690X_LIBS
696X_EXTRA_LIBS 691X_EXTRA_LIBS
692afterimage_config
697XPM_CPPFLAGS 693XPM_CPPFLAGS
698XPM_CFLAGS 694XPM_CFLAGS
699XPM_LIBS 695XPM_LIBS
700rxvt_int16_typedef 696rxvt_int16_typedef
701rxvt_uint16_typedef 697rxvt_uint16_typedef
709PERLLIB 705PERLLIB
710PERLFLAGS 706PERLFLAGS
711PERLPRIVLIBEXP 707PERLPRIVLIBEXP
712IF_PERL 708IF_PERL
713PERL_O 709PERL_O
714DEBUG 710LIBAFTERIMAGE_CFLAGS
715DINCLUDE 711AFTERIMAGE_LIBS
716DLIB
717include_stdint_h 712include_stdint_h
718include_stdarg_h 713include_stdarg_h
719include_stdlib_h 714include_stdlib_h
720include_unistd_h 715include_unistd_h
721include_string_h 716include_string_h
1330 NOTE: automatically enabled with --enable-shared 1325 NOTE: automatically enabled with --enable-shared
1331 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1326 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1332 --enable-combining enable composition of base and combining characters 1327 --enable-combining enable composition of base and combining characters
1333 --enable-xft enable xft support on systems that have it 1328 --enable-xft enable xft support on systems that have it
1334 --enable-font-styles enable bold and italic support 1329 --enable-font-styles enable bold and italic support
1335 --enable-xpm-background enable XPM background pixmaps 1330 --enable-xpm-background enable background pixmaps
1331 --enable-afterimage enable integration with libAfterImage for background images
1332 --enable-afterstep enable integration with AfterStep window manager
1336 --enable-transparency enable transparent backgrounds 1333 --enable-transparency enable transparent backgrounds
1337 --enable-tinting enable tinting of transparent bg 1334 --enable-tinting enable tinting of transparent bg
1338 --enable-fading enable colors fading when off focus 1335 --enable-fading enable colors fading when off focus
1339 --enable-rxvt-scroll enable rxvt style scrollbar 1336 --enable-rxvt-scroll enable rxvt style scrollbar
1340 --enable-next-scroll enable NeXT style scrollbar 1337 --enable-next-scroll enable NeXT style scrollbar
1362 --enable-lastlog enable lastlog support (requires --enable-utmp) 1359 --enable-lastlog enable lastlog support (requires --enable-utmp)
1363 1360
1364Optional Packages: 1361Optional Packages:
1365 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1362 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1366 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1363 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1364 --with-afterimage-config=DIR use libAfterImage config script in DIR
1367 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all) 1365 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
1368 --with-res-name=NAME use this as default resource name (default: urxvt) 1366 --with-res-name=NAME use this as default resource name (default: urxvt)
1369 --with-res-class=CLASS use this as the resource class (default: URxvt) 1367 --with-res-class=CLASS use this as the resource class (default: URxvt)
1370 --with-name=NAME set the basename for the installed binaries (default: urxvt) 1368 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1371 --with-term=NAME set the terminal to NAME (default: rxvt) 1369 --with-term=NAME set the terminal to NAME (default: rxvt)
3857 (exit $ac_status); } && { 3855 (exit $ac_status); } && {
3858 test -z "$ac_cxx_werror_flag" || 3856 test -z "$ac_cxx_werror_flag" ||
3859 test ! -s conftest.err 3857 test ! -s conftest.err
3860 } && test -s conftest$ac_exeext && 3858 } && test -s conftest$ac_exeext &&
3861 $as_test_x conftest$ac_exeext; then 3859 $as_test_x conftest$ac_exeext; then
3860
3862 { echo "$as_me:$LINENO: result: ok" >&5 3861 { echo "$as_me:$LINENO: result: ok" >&5
3863echo "${ECHO_T}ok" >&6; } 3862echo "${ECHO_T}ok" >&6; }
3863 CXXLIB="-lsupc++"
3864
3864else 3865else
3865 echo "$as_me: failed program was:" >&5 3866 echo "$as_me: failed program was:" >&5
3866sed 's/^/| /' conftest.$ac_ext >&5 3867sed 's/^/| /' conftest.$ac_ext >&5
3867 3868
3868 3869
3877rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3878rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3878 conftest$ac_exeext conftest.$ac_ext 3879 conftest$ac_exeext conftest.$ac_ext
3879 CXX="$save_CXX" 3880 CXX="$save_CXX"
3880fi 3881fi
3881LINKER=$LINKER 3882LINKER=$LINKER
3883
3882 3884
3883 3885
3884if test -z "$orig_CXXFLAGS"; then 3886if test -z "$orig_CXXFLAGS"; then
3885 if test x$GCC = xyes && test "x$GXX" = xyes; then 3887 if test x$GCC = xyes && test "x$GXX" = xyes; then
3886 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs" 3888 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
3939 3941
3940case $host in 3942case $host in
3941 *-*-solaris* ) 3943 *-*-solaris* )
3942 3944
3943cat >>confdefs.h <<\_ACEOF 3945cat >>confdefs.h <<\_ACEOF
3944#define _XOPEN_SOURCE_EXTENDED 1
3945_ACEOF
3946
3947
3948cat >>confdefs.h <<\_ACEOF
3949#define _XOPEN_SOURCE 2 3946#define _XOPEN_SOURCE 500
3950_ACEOF
3951
3952
3953cat >>confdefs.h <<\_ACEOF
3954#define __EXTENSIONS__ 1
3955_ACEOF 3947_ACEOF
3956 3948
3957 ;; 3949 ;;
3958esac 3950esac
3959 3951
4428support_scroll_next=yes 4420support_scroll_next=yes
4429support_scroll_xterm=yes 4421support_scroll_xterm=yes
4430support_scroll_plain=yes 4422support_scroll_plain=yes
4431support_xim=yes 4423support_xim=yes
4432support_xpm=yes 4424support_xpm=yes
4425support_afterimage=yes
4426support_afterstep=yes
4433support_xft=yes 4427support_xft=yes
4434support_unicode3=no 4428support_unicode3=no
4435support_combining=yes 4429support_combining=yes
4436support_8bitctrls=no 4430support_8bitctrls=no
4437support_iso14755=yes 4431support_iso14755=yes
4471 support_scroll_plain=no 4465 support_scroll_plain=no
4472 support_utmp=no 4466 support_utmp=no
4473 support_wtmp=no 4467 support_wtmp=no
4474 support_xim=no 4468 support_xim=no
4475 support_xpm=no 4469 support_xpm=no
4470 support_afterimage=no
4471 support_afterstep=no
4476 support_xft=no 4472 support_xft=no
4477 support_unicode3=no 4473 support_unicode3=no
4478 support_combining=no 4474 support_combining=no
4479 support_8bitctrls=no 4475 support_8bitctrls=no
4480 support_iso14755=no 4476 support_iso14755=no
4500 support_scroll_plain=yes 4496 support_scroll_plain=yes
4501 support_utmp=yes 4497 support_utmp=yes
4502 support_wtmp=yes 4498 support_wtmp=yes
4503 support_xim=yes 4499 support_xim=yes
4504 support_xpm=yes 4500 support_xpm=yes
4501 support_afterimage=yes
4502 support_afterstep=yes
4505 support_xft=yes 4503 support_xft=yes
4506 support_unicode3=yes 4504 support_unicode3=yes
4507 support_combining=yes 4505 support_combining=yes
4508 #support_8bitctrls=yes 4506 #support_8bitctrls=yes
4509 support_iso14755=yes 4507 support_iso14755=yes
4553 support_xpm=$enableval 4551 support_xpm=$enableval
4554 fi 4552 fi
4555fi 4553fi
4556 4554
4557 4555
4556# Check whether --enable-afterimage was given.
4557if test "${enable_afterimage+set}" = set; then
4558 enableval=$enable_afterimage; if test x$enableval = xyes -o x$enableval = xno; then
4559 support_afterimage=$enableval
4560 fi
4561fi
4562
4563
4564
4565# Check whether --with-afterimage_config was given.
4566if test "${with_afterimage_config+set}" = set; then
4567 withval=$with_afterimage_config; if test "x$withval" != x; then
4568 afterimage_config=$withval/afterimage-config
4569 fi
4570fi
4571
4572
4573# Check whether --enable-afterstep was given.
4574if test "${enable_afterstep+set}" = set; then
4575 enableval=$enable_afterstep; if test x$enableval = xyes -o x$enableval = xno; then
4576 support_afterstep=$enableval
4577 fi
4578fi
4579
4580
4558# Check whether --enable-transparency was given. 4581# Check whether --enable-transparency was given.
4559if test "${enable_transparency+set}" = set; then 4582if test "${enable_transparency+set}" = set; then
4560 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then 4583 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then
4561 support_inheritpixmap=$enableval 4584 support_inheritpixmap=$enableval
4562 fi 4585 fi
4850_ACEOF 4873_ACEOF
4851 terminfo="$withval" 4874 terminfo="$withval"
4852 fi 4875 fi
4853fi 4876fi
4854 4877
4855
4856
4857# Extract the first word of "mv", so it can be a program name with args.
4858set dummy mv; ac_word=$2
4859{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4860echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4861if test "${ac_cv_path_MV+set}" = set; then
4862 echo $ECHO_N "(cached) $ECHO_C" >&6
4863else
4864 case $MV in
4865 [\\/]* | ?:[\\/]*)
4866 ac_cv_path_MV="$MV" # Let the user override the test with a path.
4867 ;;
4868 *)
4869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4870for as_dir in $PATH
4871do
4872 IFS=$as_save_IFS
4873 test -z "$as_dir" && as_dir=.
4874 for ac_exec_ext in '' $ac_executable_extensions; do
4875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4876 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
4877 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4878 break 2
4879 fi
4880done
4881done
4882IFS=$as_save_IFS
4883
4884 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
4885 ;;
4886esac
4887fi
4888MV=$ac_cv_path_MV
4889if test -n "$MV"; then
4890 { echo "$as_me:$LINENO: result: $MV" >&5
4891echo "${ECHO_T}$MV" >&6; }
4892else
4893 { echo "$as_me:$LINENO: result: no" >&5
4894echo "${ECHO_T}no" >&6; }
4895fi
4896
4897
4898# Extract the first word of "cp", so it can be a program name with args.
4899set dummy cp; ac_word=$2
4900{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4901echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4902if test "${ac_cv_path_CP+set}" = set; then
4903 echo $ECHO_N "(cached) $ECHO_C" >&6
4904else
4905 case $CP in
4906 [\\/]* | ?:[\\/]*)
4907 ac_cv_path_CP="$CP" # Let the user override the test with a path.
4908 ;;
4909 *)
4910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4911for as_dir in $PATH
4912do
4913 IFS=$as_save_IFS
4914 test -z "$as_dir" && as_dir=.
4915 for ac_exec_ext in '' $ac_executable_extensions; do
4916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4917 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
4918 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4919 break 2
4920 fi
4921done
4922done
4923IFS=$as_save_IFS
4924
4925 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
4926 ;;
4927esac
4928fi
4929CP=$ac_cv_path_CP
4930if test -n "$CP"; then
4931 { echo "$as_me:$LINENO: result: $CP" >&5
4932echo "${ECHO_T}$CP" >&6; }
4933else
4934 { echo "$as_me:$LINENO: result: no" >&5
4935echo "${ECHO_T}no" >&6; }
4936fi
4937
4938
4939# Extract the first word of "ln", so it can be a program name with args.
4940set dummy ln; ac_word=$2
4941{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4942echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4943if test "${ac_cv_path_LN+set}" = set; then
4944 echo $ECHO_N "(cached) $ECHO_C" >&6
4945else
4946 case $LN in
4947 [\\/]* | ?:[\\/]*)
4948 ac_cv_path_LN="$LN" # Let the user override the test with a path.
4949 ;;
4950 *)
4951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4952for as_dir in $PATH
4953do
4954 IFS=$as_save_IFS
4955 test -z "$as_dir" && as_dir=.
4956 for ac_exec_ext in '' $ac_executable_extensions; do
4957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4958 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
4959 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4960 break 2
4961 fi
4962done
4963done
4964IFS=$as_save_IFS
4965
4966 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
4967 ;;
4968esac
4969fi
4970LN=$ac_cv_path_LN
4971if test -n "$LN"; then
4972 { echo "$as_me:$LINENO: result: $LN" >&5
4973echo "${ECHO_T}$LN" >&6; }
4974else
4975 { echo "$as_me:$LINENO: result: no" >&5
4976echo "${ECHO_T}no" >&6; }
4977fi
4978
4979
4980# Extract the first word of "sed", so it can be a program name with args.
4981set dummy sed; ac_word=$2
4982{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4983echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4984if test "${ac_cv_path_SED+set}" = set; then
4985 echo $ECHO_N "(cached) $ECHO_C" >&6
4986else
4987 case $SED in
4988 [\\/]* | ?:[\\/]*)
4989 ac_cv_path_SED="$SED" # Let the user override the test with a path.
4990 ;;
4991 *)
4992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4993for as_dir in $PATH
4994do
4995 IFS=$as_save_IFS
4996 test -z "$as_dir" && as_dir=.
4997 for ac_exec_ext in '' $ac_executable_extensions; do
4998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4999 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
5000 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5001 break 2
5002 fi
5003done
5004done
5005IFS=$as_save_IFS
5006
5007 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
5008 ;;
5009esac
5010fi
5011SED=$ac_cv_path_SED
5012if test -n "$SED"; then
5013 { echo "$as_me:$LINENO: result: $SED" >&5
5014echo "${ECHO_T}$SED" >&6; }
5015else
5016 { echo "$as_me:$LINENO: result: no" >&5
5017echo "${ECHO_T}no" >&6; }
5018fi
5019
5020
5021# Extract the first word of "echo", so it can be a program name with args.
5022set dummy echo; ac_word=$2
5023{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5024echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5025if test "${ac_cv_path_ECHO+set}" = set; then
5026 echo $ECHO_N "(cached) $ECHO_C" >&6
5027else
5028 case $ECHO in
5029 [\\/]* | ?:[\\/]*)
5030 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
5031 ;;
5032 *)
5033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5034for as_dir in $PATH
5035do
5036 IFS=$as_save_IFS
5037 test -z "$as_dir" && as_dir=.
5038 for ac_exec_ext in '' $ac_executable_extensions; do
5039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5040 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
5041 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5042 break 2
5043 fi
5044done
5045done
5046IFS=$as_save_IFS
5047
5048 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
5049 ;;
5050esac
5051fi
5052ECHO=$ac_cv_path_ECHO
5053if test -n "$ECHO"; then
5054 { echo "$as_me:$LINENO: result: $ECHO" >&5
5055echo "${ECHO_T}$ECHO" >&6; }
5056else
5057 { echo "$as_me:$LINENO: result: no" >&5
5058echo "${ECHO_T}no" >&6; }
5059fi
5060
5061
5062# Extract the first word of "cmp", so it can be a program name with args.
5063set dummy cmp; ac_word=$2
5064{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5065echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5066if test "${ac_cv_path_CMP+set}" = set; then
5067 echo $ECHO_N "(cached) $ECHO_C" >&6
5068else
5069 case $CMP in
5070 [\\/]* | ?:[\\/]*)
5071 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
5072 ;;
5073 *)
5074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5075for as_dir in $PATH
5076do
5077 IFS=$as_save_IFS
5078 test -z "$as_dir" && as_dir=.
5079 for ac_exec_ext in '' $ac_executable_extensions; do
5080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5081 ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
5082 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5083 break 2
5084 fi
5085done
5086done
5087IFS=$as_save_IFS
5088
5089 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
5090 ;;
5091esac
5092fi
5093CMP=$ac_cv_path_CMP
5094if test -n "$CMP"; then
5095 { echo "$as_me:$LINENO: result: $CMP" >&5
5096echo "${ECHO_T}$CMP" >&6; }
5097else
5098 { echo "$as_me:$LINENO: result: no" >&5
5099echo "${ECHO_T}no" >&6; }
5100fi
5101 4878
5102 4879
5103# 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.
5104set dummy tic; ac_word=$2 4881set dummy tic; ac_word=$2
5105{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4882{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6684 6461
6685fi 6462fi
6686 6463
6687 6464
6688 6465
6466LIBAFTERIMAGE_CFLAGS=
6467AFTERIMAGE_LIBS=
6468have_afterimage=
6469
6689if test x$support_xpm = xyes; then 6470if test x$support_afterimage = xyes; then
6471 support_afterimage=no
6472
6473 if test "x$afterimage_config" = "x" ; then
6474 # Extract the first word of "afterimage-config", so it can be a program name with args.
6475set dummy afterimage-config; ac_word=$2
6476{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6477echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6478if test "${ac_cv_path_afterimage_config+set}" = set; then
6479 echo $ECHO_N "(cached) $ECHO_C" >&6
6480else
6481 case $afterimage_config in
6482 [\\/]* | ?:[\\/]*)
6483 ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path.
6484 ;;
6485 *)
6486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6487for as_dir in $PATH
6488do
6489 IFS=$as_save_IFS
6490 test -z "$as_dir" && as_dir=.
6491 for ac_exec_ext in '' $ac_executable_extensions; do
6492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6493 ac_cv_path_afterimage_config="$as_dir/$ac_word$ac_exec_ext"
6494 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6495 break 2
6496 fi
6497done
6498done
6499IFS=$as_save_IFS
6500
6501 test -z "$ac_cv_path_afterimage_config" && ac_cv_path_afterimage_config="no"
6502 ;;
6503esac
6504fi
6505afterimage_config=$ac_cv_path_afterimage_config
6506if test -n "$afterimage_config"; then
6507 { echo "$as_me:$LINENO: result: $afterimage_config" >&5
6508echo "${ECHO_T}$afterimage_config" >&6; }
6509else
6510 { echo "$as_me:$LINENO: result: no" >&5
6511echo "${ECHO_T}no" >&6; }
6512fi
6513
6514
6515 fi
6516
6517 { echo "$as_me:$LINENO: checking for libAfterImage" >&5
6518echo $ECHO_N "checking for libAfterImage... $ECHO_C" >&6; }
6519 if $afterimage_config --version >/dev/null 2>&1 ; then
6520 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
6521 AFTERIMAGE_LIBS=`$afterimage_config --libs`
6522 if test "x$AFTERIMAGE_LIBS" != "x"; then
6523 support_afterimage=yes
6524 fi
6525 fi
6526
6527 if test "x$support_afterimage" = "xyes"; then
6528 { echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5
6529echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6; }
6530 else
6531 { echo "$as_me:$LINENO: result: no" >&5
6532echo "${ECHO_T}no" >&6; }
6533 fi
6534fi
6535
6536if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then
6690 6537
6691 6538
6692 6539
6693# Initialize some more variables set by options. 6540# Initialize some more variables set by options.
6694# The variables have the same names as the options, with 6541# The variables have the same names as the options, with
11979echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6; } 11826echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6; }
11980if test "${rxvt_cv_func_xlocale+set}" = set; then 11827if test "${rxvt_cv_func_xlocale+set}" = set; then
11981 echo $ECHO_N "(cached) $ECHO_C" >&6 11828 echo $ECHO_N "(cached) $ECHO_C" >&6
11982else 11829else
11983 if test "$cross_compiling" = yes; then 11830 if test "$cross_compiling" = yes; then
11984 { echo "$as_me:$LINENO: WARNING: Define NO_XLOCALE in config.h manually" >&5 11831 :
11985echo "$as_me: WARNING: Define NO_XLOCALE in config.h manually" >&2;}
11986else 11832else
11987 cat >conftest.$ac_ext <<_ACEOF 11833 cat >conftest.$ac_ext <<_ACEOF
11988/* confdefs.h. */ 11834/* confdefs.h. */
11989_ACEOF 11835_ACEOF
11990cat confdefs.h >>conftest.$ac_ext 11836cat confdefs.h >>conftest.$ac_ext
12033 11879
12034 11880
12035fi 11881fi
12036{ echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5 11882{ echo "$as_me:$LINENO: result: $rxvt_cv_func_xlocale" >&5
12037echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6; } 11883echo "${ECHO_T}$rxvt_cv_func_xlocale" >&6; }
11884if test x$support_xim = xyes; then
12038if test x$rxvt_cv_func_xlocale = xyes; then 11885 if test x$rxvt_cv_func_xlocale = xyes; then
12039 11886
12040cat >>confdefs.h <<\_ACEOF 11887cat >>confdefs.h <<\_ACEOF
12041#define HAVE_XLOCALE 1 11888#define USE_XIM 1
12042_ACEOF 11889_ACEOF
12043 11890
11891 fi
12044fi 11892fi
12045 11893
12046{ echo "$as_me:$LINENO: checking for working X setlocale" >&5 11894{ echo "$as_me:$LINENO: checking for working X setlocale" >&5
12047echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6; } 11895echo $ECHO_N "checking for working X setlocale... $ECHO_C" >&6; }
12048if test "${rxvt_cv_func_xsetlocale+set}" = set; then 11896if test "${rxvt_cv_func_xsetlocale+set}" = set; then
13371 13219
13372fi 13220fi
13373if test x$support_inheritpixmap = xyes; then 13221if test x$support_inheritpixmap = xyes; then
13374 13222
13375cat >>confdefs.h <<\_ACEOF 13223cat >>confdefs.h <<\_ACEOF
13376#define TRANSPARENT 1 13224#define ENABLE_TRANSPARENCY 1
13377_ACEOF 13225_ACEOF
13378 13226
13379fi 13227fi
13380if test x$support_keepscrolling = xno; then 13228if test x$support_keepscrolling = xno; then
13381 13229
13410cat >>confdefs.h <<\_ACEOF 13258cat >>confdefs.h <<\_ACEOF
13411#define MOUSE_SLIP_WHEELING 1 13259#define MOUSE_SLIP_WHEELING 1
13412_ACEOF 13260_ACEOF
13413 13261
13414fi 13262fi
13415if test x$support_xim = xyes -o x$multichar_set = xyes; then 13263if test x$support_xpm = xyes -o x$support_afterimage = xyes ; then
13416 if test x$rxvt_cv_func_xlocale = xyes; then
13417
13418cat >>confdefs.h <<\_ACEOF
13419#define USE_XIM 1
13420_ACEOF
13421
13422 fi
13423fi
13424if test x$support_xpm = xyes; then
13425 13264
13426cat >>confdefs.h <<\_ACEOF 13265cat >>confdefs.h <<\_ACEOF
13427#define XPM_BACKGROUND 1 13266#define XPM_BACKGROUND 1
13428_ACEOF 13267_ACEOF
13429 13268
13430fi 13269fi
13270
13271if test x$support_afterimage = xyes; then
13272
13273cat >>confdefs.h <<\_ACEOF
13274#define HAVE_AFTERIMAGE 1
13275_ACEOF
13276
13277fi
13278
13279if test x$support_afterstep = xyes; then
13280
13281cat >>confdefs.h <<\_ACEOF
13282#define AFTERSTEP_INTEGRATION 1
13283_ACEOF
13284
13285fi
13286
13431if test x$support_scroll_rxvt = xyes; then 13287if test x$support_scroll_rxvt = xyes; then
13432 13288
13433cat >>confdefs.h <<\_ACEOF 13289cat >>confdefs.h <<\_ACEOF
13434#define RXVT_SCROLLBAR 1 13290#define RXVT_SCROLLBAR 1
13435_ACEOF 13291_ACEOF
13712 13568
13713 13569
13714 13570
13715 13571
13716 13572
13717
13718
13719if 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
13720 DLIB=`echo $DLIB | sed "$R_TRANSLATE"`
13721 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 13574 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
13722 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"` 13575 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
13723 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"` 13576 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
13724 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"` 13577 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
13725fi 13578fi
13579
13580
13726 13581
13727 13582
13728 13583
13729 13584
13730 13585
14496INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 14351INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
14497INSTALL_DATA!$INSTALL_DATA$ac_delim 14352INSTALL_DATA!$INSTALL_DATA$ac_delim
14498GREP!$GREP$ac_delim 14353GREP!$GREP$ac_delim
14499EGREP!$EGREP$ac_delim 14354EGREP!$EGREP$ac_delim
14500LINKER!$LINKER$ac_delim 14355LINKER!$LINKER$ac_delim
14356CXXLIB!$CXXLIB$ac_delim
14501INSTALL_LIBRXVT!$INSTALL_LIBRXVT$ac_delim 14357INSTALL_LIBRXVT!$INSTALL_LIBRXVT$ac_delim
14502RXVTNAME!$RXVTNAME$ac_delim 14358RXVTNAME!$RXVTNAME$ac_delim
14503MV!$MV$ac_delim
14504CP!$CP$ac_delim
14505LN!$LN$ac_delim
14506SED!$SED$ac_delim
14507ECHO!$ECHO$ac_delim
14508CMP!$CMP$ac_delim
14509TIC!$TIC$ac_delim 14359TIC!$TIC$ac_delim
14510XMKMF!$XMKMF$ac_delim 14360XMKMF!$XMKMF$ac_delim
14511CXXCPP!$CXXCPP$ac_delim 14361CXXCPP!$CXXCPP$ac_delim
14512X_CFLAGS!$X_CFLAGS$ac_delim 14362X_CFLAGS!$X_CFLAGS$ac_delim
14513X_PRE_LIBS!$X_PRE_LIBS$ac_delim 14363X_PRE_LIBS!$X_PRE_LIBS$ac_delim
14514X_LIBS!$X_LIBS$ac_delim 14364X_LIBS!$X_LIBS$ac_delim
14515X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim 14365X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
14366afterimage_config!$afterimage_config$ac_delim
14516XPM_CPPFLAGS!$XPM_CPPFLAGS$ac_delim 14367XPM_CPPFLAGS!$XPM_CPPFLAGS$ac_delim
14517XPM_CFLAGS!$XPM_CFLAGS$ac_delim 14368XPM_CFLAGS!$XPM_CFLAGS$ac_delim
14518XPM_LIBS!$XPM_LIBS$ac_delim 14369XPM_LIBS!$XPM_LIBS$ac_delim
14519rxvt_int16_typedef!$rxvt_int16_typedef$ac_delim 14370rxvt_int16_typedef!$rxvt_int16_typedef$ac_delim
14520rxvt_uint16_typedef!$rxvt_uint16_typedef$ac_delim 14371rxvt_uint16_typedef!$rxvt_uint16_typedef$ac_delim
14527PERL!$PERL$ac_delim 14378PERL!$PERL$ac_delim
14528PERLLIB!$PERLLIB$ac_delim 14379PERLLIB!$PERLLIB$ac_delim
14529PERLFLAGS!$PERLFLAGS$ac_delim 14380PERLFLAGS!$PERLFLAGS$ac_delim
14530PERLPRIVLIBEXP!$PERLPRIVLIBEXP$ac_delim 14381PERLPRIVLIBEXP!$PERLPRIVLIBEXP$ac_delim
14531IF_PERL!$IF_PERL$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
14532_ACEOF 14387_ACEOF
14533 14388
14534 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
14535 break 14390 break
14536 elif $ac_last_try; then 14391 elif $ac_last_try; then
14568 14423
14569 14424
14570ac_delim='%!_!# ' 14425ac_delim='%!_!# '
14571for ac_last_try in false false false false false :; do 14426for ac_last_try in false false false false false :; do
14572 cat >conf$$subs.sed <<_ACEOF 14427 cat >conf$$subs.sed <<_ACEOF
14573PERL_O!$PERL_O$ac_delim
14574DEBUG!$DEBUG$ac_delim
14575DINCLUDE!$DINCLUDE$ac_delim
14576DLIB!$DLIB$ac_delim
14577include_stdint_h!$include_stdint_h$ac_delim
14578include_stdarg_h!$include_stdarg_h$ac_delim 14428include_stdarg_h!$include_stdarg_h$ac_delim
14579include_stdlib_h!$include_stdlib_h$ac_delim 14429include_stdlib_h!$include_stdlib_h$ac_delim
14580include_unistd_h!$include_unistd_h$ac_delim 14430include_unistd_h!$include_unistd_h$ac_delim
14581include_string_h!$include_string_h$ac_delim 14431include_string_h!$include_string_h$ac_delim
14582include_fcntl_h!$include_fcntl_h$ac_delim 14432include_fcntl_h!$include_fcntl_h$ac_delim
14589include_time_h!$include_time_h$ac_delim 14439include_time_h!$include_time_h$ac_delim
14590LIBOBJS!$LIBOBJS$ac_delim 14440LIBOBJS!$LIBOBJS$ac_delim
14591LTLIBOBJS!$LTLIBOBJS$ac_delim 14441LTLIBOBJS!$LTLIBOBJS$ac_delim
14592_ACEOF 14442_ACEOF
14593 14443
14594 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 19; then 14444 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 14; then
14595 break 14445 break
14596 elif $ac_last_try; then 14446 elif $ac_last_try; then
14597 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 14447 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14598echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 14448echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
14599 { (exit 1); exit 1; }; } 14449 { (exit 1); exit 1; }; }
15032 14882
15033if test x$support_xpm = xyes; then 14883if test x$support_xpm = xyes; then
15034 echo " Xpm library: $XPM_LIBS" 14884 echo " Xpm library: $XPM_LIBS"
15035fi 14885fi
15036 14886
14887if test x$support_afterimage = xyes; then
14888 echo " AfterImage support: yes"
14889fi
14890
14891if test x$support_afterstep = xyes; then
14892 echo " AfterStep integration: yes"
14893fi
14894
15037if test x$term != x; then 14895if test x$term != x; then
15038 echo " set TERM to: $term" 14896 echo " set TERM to: $term"
15039fi 14897fi
15040if test x$terminfo != x; then 14898if test x$terminfo != x; then
15041 echo " set TERMINFO to: $terminfo" 14899 echo " set TERMINFO to: $terminfo"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines