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

Comparing rxvt-unicode/configure (file contents):
Revision 1.108 by ayin, Fri Jul 27 10:09:39 2007 UTC vs.
Revision 1.109 by root, Wed Aug 1 18:38:15 2007 UTC

1326 --enable-combining enable composition of base and combining characters 1326 --enable-combining enable composition of base and combining characters
1327 --enable-xft enable xft support on systems that have it 1327 --enable-xft enable xft support on systems that have it
1328 --enable-font-styles enable bold and italic support 1328 --enable-font-styles enable bold and italic support
1329 --enable-xpm-background enable background pixmaps 1329 --enable-xpm-background enable background pixmaps
1330 --enable-afterimage enable integration with libAfterImage for background images 1330 --enable-afterimage enable integration with libAfterImage for background images
1331 --enable-afterstep enable integration with AfterStep window manager
1332 --enable-transparency enable transparent backgrounds 1331 --enable-transparency enable transparent backgrounds
1333 --enable-tinting enable tinting of transparent bg 1332 --enable-tinting enable tinting of transparent bg
1334 --enable-fading enable colors fading when off focus 1333 --enable-fading enable colors fading when off focus
1335 --enable-rxvt-scroll enable rxvt style scrollbar 1334 --enable-rxvt-scroll enable rxvt style scrollbar
1336 --enable-next-scroll enable NeXT style scrollbar 1335 --enable-next-scroll enable NeXT style scrollbar
4563 afterimage_config=$withval/afterimage-config 4562 afterimage_config=$withval/afterimage-config
4564 fi 4563 fi
4565fi 4564fi
4566 4565
4567 4566
4568# Check whether --enable-afterstep was given.
4569if test "${enable_afterstep+set}" = set; then
4570 enableval=$enable_afterstep; if test x$enableval = xyes -o x$enableval = xno; then
4571 support_afterstep=$enableval
4572 fi
4573fi
4574
4575 4567
4576# Check whether --enable-transparency was given. 4568# Check whether --enable-transparency was given.
4577if test "${enable_transparency+set}" = set; then 4569if test "${enable_transparency+set}" = set; then
4578 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then 4570 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then
4579 support_inheritpixmap=$enableval 4571 support_inheritpixmap=$enableval
6506echo "${ECHO_T}no" >&6; } 6498echo "${ECHO_T}no" >&6; }
6507fi 6499fi
6508 6500
6509 6501
6510 fi 6502 fi
6503 if test "x$afterimage_config" != "xno" ; then
6511 { echo "$as_me:$LINENO: checking for libAfterImage version >= 1.15" >&5 6504 { echo "$as_me:$LINENO: checking for libAfterImage version >= 1.15" >&5
6512echo $ECHO_N "checking for libAfterImage version >= 1.15... $ECHO_C" >&6; } 6505echo $ECHO_N "checking for libAfterImage version >= 1.15... $ECHO_C" >&6; }
6513 AFTERIMAGE_VERSION=`$afterimage_config --version` 6506 xAFTERIMAGE_VERSION=`$afterimage_config --version`
6514 if test -n $AFTERIMAGE_VERSION ; then 6507 if test -n "$xAFTERIMAGE_VERSION" ; then
6515 AFTERIMAGE_CFLAGS=`$afterimage_config --cflags` 6508 xAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
6516 AFTERIMAGE_LIBS=`$afterimage_config --libs` 6509 xAFTERIMAGE_LIBS=`$afterimage_config --libs`
6517 if test "x$AFTERIMAGE_LIBS" != "x"; then 6510 if test "x$xAFTERIMAGE_LIBS" != "x"; then
6518 libai_ver_major=`echo $AFTERIMAGE_VERSION | cut -f 1 -d .` 6511 libai_ver_major=`echo $xAFTERIMAGE_VERSION | cut -f 1 -d .`
6519 libai_ver_minor=`echo $AFTERIMAGE_VERSION | cut -f 2 -d .` 6512 libai_ver_minor=`echo $xAFTERIMAGE_VERSION | cut -f 2 -d .`
6520 if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then 6513 if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then
6521 support_afterimage=yes 6514 support_afterimage=yes
6515 AFTERIMAGE_CFLAGS="$xAFTERIMAGE_CFLAGS"
6516 AFTERIMAGE_LIBS="$xAFTERIMAGE_LIBS"
6517 AFTERIMAGE_VERSION="$xAFTERIMAGE_VERSION"
6518 fi
6522 fi 6519 fi
6523 fi 6520 fi
6524 fi
6525
6526 if test "x$support_afterimage" = "xyes"; then 6521 if test "x$support_afterimage" = "xyes"; then
6527 { echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5 6522 { echo "$as_me:$LINENO: result: $AFTERIMAGE_LIBS" >&5
6528echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6; } 6523echo "${ECHO_T}$AFTERIMAGE_LIBS" >&6; }
6529 else 6524 else
6530 { echo "$as_me:$LINENO: result: no" >&5 6525 { echo "$as_me:$LINENO: result: no" >&5
6531echo "${ECHO_T}no" >&6; } 6526echo "${ECHO_T}no" >&6; }
6527 fi
6532 fi 6528 fi
6533fi 6529fi
6534 6530
6535if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then 6531if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then
6536 6532
13125#define HAVE_AFTERIMAGE 1 13121#define HAVE_AFTERIMAGE 1
13126_ACEOF 13122_ACEOF
13127 13123
13128fi 13124fi
13129 13125
13130if test x$support_afterstep = xyes; then
13131
13132cat >>confdefs.h <<\_ACEOF
13133#define AFTERSTEP_INTEGRATION 1
13134_ACEOF
13135
13136fi
13137 13126
13138if test x$support_scroll_rxvt = xyes; then 13127if test x$support_scroll_rxvt = xyes; then
13139 13128
13140cat >>confdefs.h <<\_ACEOF 13129cat >>confdefs.h <<\_ACEOF
13141#define RXVT_SCROLLBAR 1 13130#define RXVT_SCROLLBAR 1
14738 14727
14739if test x$support_afterimage = xyes; then 14728if test x$support_afterimage = xyes; then
14740 echo " AfterImage support: yes" 14729 echo " AfterImage support: yes"
14741fi 14730fi
14742 14731
14743if test x$support_afterstep = xyes; then
14744 echo " AfterStep integration: yes"
14745fi
14746 14732
14747if test x$term != x; then 14733if test x$term != x; then
14748 echo " set TERM to: $term" 14734 echo " set TERM to: $term"
14749fi 14735fi
14750if test x$terminfo != x; then 14736if test x$terminfo != x; then
14755if test x$RESFALLBACK != x; then 14741if test x$RESFALLBACK != x; then
14756 echo " resource class fallback: $RESFALLBACK" 14742 echo " resource class fallback: $RESFALLBACK"
14757fi 14743fi
14758echo 14744echo
14759echo " embedded perl: $support_perl" 14745echo " embedded perl: $support_perl"
14746echo " libafterimage: $support_afterimage"
14760echo 14747echo
14761if test x$support_xpm = xneedsmanualspecification; then 14748if test x$support_xpm = xneedsmanualspecification; then
14762 echo ".----------------------------------------------------------------." 14749 echo ".----------------------------------------------------------------."
14763 echo ". WARNING: --enable-xpm-background was specified however the ." 14750 echo ". WARNING: --enable-xpm-background was specified however the ."
14764 echo ". XPM includes files and libraries could not be found. ." 14751 echo ". XPM includes files and libraries could not be found. ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines