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.103 by root, Sat Jun 9 13:04:27 2007 UTC

692CXXCPP 692CXXCPP
693X_CFLAGS 693X_CFLAGS
694X_PRE_LIBS 694X_PRE_LIBS
695X_LIBS 695X_LIBS
696X_EXTRA_LIBS 696X_EXTRA_LIBS
697afterimage_config
697XPM_CPPFLAGS 698XPM_CPPFLAGS
698XPM_CFLAGS 699XPM_CFLAGS
699XPM_LIBS 700XPM_LIBS
700rxvt_int16_typedef 701rxvt_int16_typedef
701rxvt_uint16_typedef 702rxvt_uint16_typedef
712IF_PERL 713IF_PERL
713PERL_O 714PERL_O
714DEBUG 715DEBUG
715DINCLUDE 716DINCLUDE
716DLIB 717DLIB
718LIBAFTERIMAGE_CFLAGS
719AFTERIMAGE_LIBS
717include_stdint_h 720include_stdint_h
718include_stdarg_h 721include_stdarg_h
719include_stdlib_h 722include_stdlib_h
720include_unistd_h 723include_unistd_h
721include_string_h 724include_string_h
1330 NOTE: automatically enabled with --enable-shared 1333 NOTE: automatically enabled with --enable-shared
1331 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1334 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1332 --enable-combining enable composition of base and combining characters 1335 --enable-combining enable composition of base and combining characters
1333 --enable-xft enable xft support on systems that have it 1336 --enable-xft enable xft support on systems that have it
1334 --enable-font-styles enable bold and italic support 1337 --enable-font-styles enable bold and italic support
1335 --enable-xpm-background enable XPM background pixmaps 1338 --enable-xpm-background enable background pixmaps
1339 --enable-afterimage enable integration with libAfterImage for background images
1340 --enable-afterstep enable integration with AfterStep window manager
1336 --enable-transparency enable transparent backgrounds 1341 --enable-transparency enable transparent backgrounds
1337 --enable-tinting enable tinting of transparent bg 1342 --enable-tinting enable tinting of transparent bg
1338 --enable-fading enable colors fading when off focus 1343 --enable-fading enable colors fading when off focus
1339 --enable-rxvt-scroll enable rxvt style scrollbar 1344 --enable-rxvt-scroll enable rxvt style scrollbar
1340 --enable-next-scroll enable NeXT style scrollbar 1345 --enable-next-scroll enable NeXT style scrollbar
1362 --enable-lastlog enable lastlog support (requires --enable-utmp) 1367 --enable-lastlog enable lastlog support (requires --enable-utmp)
1363 1368
1364Optional Packages: 1369Optional Packages:
1365 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1370 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1366 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1371 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1372 --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) 1373 --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) 1374 --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) 1375 --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) 1376 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1371 --with-term=NAME set the terminal to NAME (default: rxvt) 1377 --with-term=NAME set the terminal to NAME (default: rxvt)
4428support_scroll_next=yes 4434support_scroll_next=yes
4429support_scroll_xterm=yes 4435support_scroll_xterm=yes
4430support_scroll_plain=yes 4436support_scroll_plain=yes
4431support_xim=yes 4437support_xim=yes
4432support_xpm=yes 4438support_xpm=yes
4439support_afterimage=yes
4440support_afterstep=yes
4433support_xft=yes 4441support_xft=yes
4434support_unicode3=no 4442support_unicode3=no
4435support_combining=yes 4443support_combining=yes
4436support_8bitctrls=no 4444support_8bitctrls=no
4437support_iso14755=yes 4445support_iso14755=yes
4471 support_scroll_plain=no 4479 support_scroll_plain=no
4472 support_utmp=no 4480 support_utmp=no
4473 support_wtmp=no 4481 support_wtmp=no
4474 support_xim=no 4482 support_xim=no
4475 support_xpm=no 4483 support_xpm=no
4484 support_afterimage=no
4485 support_afterstep=no
4476 support_xft=no 4486 support_xft=no
4477 support_unicode3=no 4487 support_unicode3=no
4478 support_combining=no 4488 support_combining=no
4479 support_8bitctrls=no 4489 support_8bitctrls=no
4480 support_iso14755=no 4490 support_iso14755=no
4500 support_scroll_plain=yes 4510 support_scroll_plain=yes
4501 support_utmp=yes 4511 support_utmp=yes
4502 support_wtmp=yes 4512 support_wtmp=yes
4503 support_xim=yes 4513 support_xim=yes
4504 support_xpm=yes 4514 support_xpm=yes
4515 support_afterimage=yes
4516 support_afterstep=yes
4505 support_xft=yes 4517 support_xft=yes
4506 support_unicode3=yes 4518 support_unicode3=yes
4507 support_combining=yes 4519 support_combining=yes
4508 #support_8bitctrls=yes 4520 #support_8bitctrls=yes
4509 support_iso14755=yes 4521 support_iso14755=yes
4549 4561
4550# Check whether --enable-xpm-background was given. 4562# Check whether --enable-xpm-background was given.
4551if test "${enable_xpm_background+set}" = set; then 4563if test "${enable_xpm_background+set}" = set; then
4552 enableval=$enable_xpm_background; if test x$enableval = xyes -o x$enableval = xno; then 4564 enableval=$enable_xpm_background; if test x$enableval = xyes -o x$enableval = xno; then
4553 support_xpm=$enableval 4565 support_xpm=$enableval
4566 fi
4567fi
4568
4569
4570# Check whether --enable-afterimage was given.
4571if test "${enable_afterimage+set}" = set; then
4572 enableval=$enable_afterimage; if test x$enableval = xyes -o x$enableval = xno; then
4573 support_afterimage=$enableval
4574 fi
4575fi
4576
4577
4578
4579# Check whether --with-afterimage_config was given.
4580if test "${with_afterimage_config+set}" = set; then
4581 withval=$with_afterimage_config; afterimage_config="$withval"
4582fi
4583
4584
4585# Check whether --enable-afterstep was given.
4586if test "${enable_afterstep+set}" = set; then
4587 enableval=$enable_afterstep; if test x$enableval = xyes -o x$enableval = xno; then
4588 support_afterstep=$enableval
4554 fi 4589 fi
4555fi 4590fi
4556 4591
4557 4592
4558# Check whether --enable-transparency was given. 4593# Check whether --enable-transparency was given.
6684 6719
6685fi 6720fi
6686 6721
6687 6722
6688 6723
6724LIBAFTERIMAGE_CFLAGS=
6725AFTERIMAGE_LIBS=
6726have_afterimage=
6727
6689if test x$support_xpm = xyes; then 6728if test x$support_afterimage = xyes; then
6729 support_afterimage=no
6730
6731 if test "x$afterimage_config" = "x" ; then
6732 # Extract the first word of "afterimage-config", so it can be a program name with args.
6733set dummy afterimage-config; ac_word=$2
6734{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6735echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6736if test "${ac_cv_path_afterimage_config+set}" = set; then
6737 echo $ECHO_N "(cached) $ECHO_C" >&6
6738else
6739 case $afterimage_config in
6740 [\\/]* | ?:[\\/]*)
6741 ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path.
6742 ;;
6743 *)
6744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6745for as_dir in $PATH
6746do
6747 IFS=$as_save_IFS
6748 test -z "$as_dir" && as_dir=.
6749 for ac_exec_ext in '' $ac_executable_extensions; do
6750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6751 ac_cv_path_afterimage_config="$as_dir/$ac_word$ac_exec_ext"
6752 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6753 break 2
6754 fi
6755done
6756done
6757IFS=$as_save_IFS
6758
6759 test -z "$ac_cv_path_afterimage_config" && ac_cv_path_afterimage_config="no"
6760 ;;
6761esac
6762fi
6763afterimage_config=$ac_cv_path_afterimage_config
6764if test -n "$afterimage_config"; then
6765 { echo "$as_me:$LINENO: result: $afterimage_config" >&5
6766echo "${ECHO_T}$afterimage_config" >&6; }
6767else
6768 { echo "$as_me:$LINENO: result: no" >&5
6769echo "${ECHO_T}no" >&6; }
6770fi
6771
6772
6773 else
6774 afterimage_config=$afterimage_config/afterimage-config
6775 fi
6776
6777 { echo "$as_me:$LINENO: checking for libAfterImage" >&5
6778echo $ECHO_N "checking for libAfterImage... $ECHO_C" >&6; }
6779 if $afterimage_config --version >/dev/null 2>&1 ; then
6780 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
6781 AFTERIMAGE_LIBS=`$afterimage_config --libs`
6782 if test "x$AFTERIMAGE_LIBS" != "x"; then
6783 support_afterimage=yes
6784 fi
6785 fi
6786
6787 if test "x$support_afterimage" = "xyes"; then
6788 { echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5
6789echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6; }
6790 else
6791 { echo "$as_me:$LINENO: result: no" >&5
6792echo "${ECHO_T}no" >&6; }
6793 fi
6794fi
6795
6796if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then
6690 6797
6691 6798
6692 6799
6693# Initialize some more variables set by options. 6800# Initialize some more variables set by options.
6694# The variables have the same names as the options, with 6801# The variables have the same names as the options, with
13419#define USE_XIM 1 13526#define USE_XIM 1
13420_ACEOF 13527_ACEOF
13421 13528
13422 fi 13529 fi
13423fi 13530fi
13424if test x$support_xpm = xyes; then 13531if test x$support_xpm = xyes -o x$support_afterimage = xyes ; then
13425 13532
13426cat >>confdefs.h <<\_ACEOF 13533cat >>confdefs.h <<\_ACEOF
13427#define XPM_BACKGROUND 1 13534#define XPM_BACKGROUND 1
13428_ACEOF 13535_ACEOF
13429 13536
13430fi 13537fi
13538
13539if test x$support_afterimage = xyes; then
13540
13541cat >>confdefs.h <<\_ACEOF
13542#define HAVE_AFTERIMAGE 1
13543_ACEOF
13544
13545fi
13546
13547if test x$support_afterstep = xyes; then
13548
13549cat >>confdefs.h <<\_ACEOF
13550#define AFTERSTEP_INTEGRATION 1
13551_ACEOF
13552
13553fi
13554
13431if test x$support_scroll_rxvt = xyes; then 13555if test x$support_scroll_rxvt = xyes; then
13432 13556
13433cat >>confdefs.h <<\_ACEOF 13557cat >>confdefs.h <<\_ACEOF
13434#define RXVT_SCROLLBAR 1 13558#define RXVT_SCROLLBAR 1
13435_ACEOF 13559_ACEOF
13721 LIBS=`echo $LIBS | sed "$R_TRANSLATE"` 13845 LIBS=`echo $LIBS | sed "$R_TRANSLATE"`
13722 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"` 13846 X_LIBS=`echo $X_LIBS | sed "$R_TRANSLATE"`
13723 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"` 13847 X_EXTRA_LIBS=`echo $X_EXTRA_LIBS | sed "$R_TRANSLATE"`
13724 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"` 13848 XPM_LIBS=`echo $XPM_LIBS | sed "$R_TRANSLATE"`
13725fi 13849fi
13850
13851
13852
13726 13853
13727 13854
13728 13855
13729 13856
13730 13857
14511CXXCPP!$CXXCPP$ac_delim 14638CXXCPP!$CXXCPP$ac_delim
14512X_CFLAGS!$X_CFLAGS$ac_delim 14639X_CFLAGS!$X_CFLAGS$ac_delim
14513X_PRE_LIBS!$X_PRE_LIBS$ac_delim 14640X_PRE_LIBS!$X_PRE_LIBS$ac_delim
14514X_LIBS!$X_LIBS$ac_delim 14641X_LIBS!$X_LIBS$ac_delim
14515X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim 14642X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
14643afterimage_config!$afterimage_config$ac_delim
14516XPM_CPPFLAGS!$XPM_CPPFLAGS$ac_delim 14644XPM_CPPFLAGS!$XPM_CPPFLAGS$ac_delim
14517XPM_CFLAGS!$XPM_CFLAGS$ac_delim 14645XPM_CFLAGS!$XPM_CFLAGS$ac_delim
14518XPM_LIBS!$XPM_LIBS$ac_delim 14646XPM_LIBS!$XPM_LIBS$ac_delim
14519rxvt_int16_typedef!$rxvt_int16_typedef$ac_delim 14647rxvt_int16_typedef!$rxvt_int16_typedef$ac_delim
14520rxvt_uint16_typedef!$rxvt_uint16_typedef$ac_delim 14648rxvt_uint16_typedef!$rxvt_uint16_typedef$ac_delim
14526XFT_CONFIG!$XFT_CONFIG$ac_delim 14654XFT_CONFIG!$XFT_CONFIG$ac_delim
14527PERL!$PERL$ac_delim 14655PERL!$PERL$ac_delim
14528PERLLIB!$PERLLIB$ac_delim 14656PERLLIB!$PERLLIB$ac_delim
14529PERLFLAGS!$PERLFLAGS$ac_delim 14657PERLFLAGS!$PERLFLAGS$ac_delim
14530PERLPRIVLIBEXP!$PERLPRIVLIBEXP$ac_delim 14658PERLPRIVLIBEXP!$PERLPRIVLIBEXP$ac_delim
14531IF_PERL!$IF_PERL$ac_delim
14532_ACEOF 14659_ACEOF
14533 14660
14534 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 14661 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
14535 break 14662 break
14536 elif $ac_last_try; then 14663 elif $ac_last_try; then
14568 14695
14569 14696
14570ac_delim='%!_!# ' 14697ac_delim='%!_!# '
14571for ac_last_try in false false false false false :; do 14698for ac_last_try in false false false false false :; do
14572 cat >conf$$subs.sed <<_ACEOF 14699 cat >conf$$subs.sed <<_ACEOF
14700IF_PERL!$IF_PERL$ac_delim
14573PERL_O!$PERL_O$ac_delim 14701PERL_O!$PERL_O$ac_delim
14574DEBUG!$DEBUG$ac_delim 14702DEBUG!$DEBUG$ac_delim
14575DINCLUDE!$DINCLUDE$ac_delim 14703DINCLUDE!$DINCLUDE$ac_delim
14576DLIB!$DLIB$ac_delim 14704DLIB!$DLIB$ac_delim
14705LIBAFTERIMAGE_CFLAGS!$LIBAFTERIMAGE_CFLAGS$ac_delim
14706AFTERIMAGE_LIBS!$AFTERIMAGE_LIBS$ac_delim
14577include_stdint_h!$include_stdint_h$ac_delim 14707include_stdint_h!$include_stdint_h$ac_delim
14578include_stdarg_h!$include_stdarg_h$ac_delim 14708include_stdarg_h!$include_stdarg_h$ac_delim
14579include_stdlib_h!$include_stdlib_h$ac_delim 14709include_stdlib_h!$include_stdlib_h$ac_delim
14580include_unistd_h!$include_unistd_h$ac_delim 14710include_unistd_h!$include_unistd_h$ac_delim
14581include_string_h!$include_string_h$ac_delim 14711include_string_h!$include_string_h$ac_delim
14589include_time_h!$include_time_h$ac_delim 14719include_time_h!$include_time_h$ac_delim
14590LIBOBJS!$LIBOBJS$ac_delim 14720LIBOBJS!$LIBOBJS$ac_delim
14591LTLIBOBJS!$LTLIBOBJS$ac_delim 14721LTLIBOBJS!$LTLIBOBJS$ac_delim
14592_ACEOF 14722_ACEOF
14593 14723
14594 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 19; then 14724 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 22; then
14595 break 14725 break
14596 elif $ac_last_try; then 14726 elif $ac_last_try; then
14597 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 14727 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14598echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 14728echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
14599 { (exit 1); exit 1; }; } 14729 { (exit 1); exit 1; }; }
15032 15162
15033if test x$support_xpm = xyes; then 15163if test x$support_xpm = xyes; then
15034 echo " Xpm library: $XPM_LIBS" 15164 echo " Xpm library: $XPM_LIBS"
15035fi 15165fi
15036 15166
15167if test x$support_afterimage = xyes; then
15168 echo " AfterImage support: yes"
15169fi
15170
15171if test x$support_afterstep = xyes; then
15172 echo " AfterStep intergration: yes"
15173fi
15174
15037if test x$term != x; then 15175if test x$term != x; then
15038 echo " set TERM to: $term" 15176 echo " set TERM to: $term"
15039fi 15177fi
15040if test x$terminfo != x; then 15178if test x$terminfo != x; then
15041 echo " set TERMINFO to: $terminfo" 15179 echo " set TERMINFO to: $terminfo"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines