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

Comparing rxvt-unicode/configure (file contents):
Revision 1.156 by root, Tue Jun 19 18:17:56 2012 UTC vs.
Revision 1.157 by root, Tue Jun 19 20:50:05 2012 UTC

717enable_smart_resize 717enable_smart_resize
718enable_text_blink 718enable_text_blink
719enable_pointer_blank 719enable_pointer_blank
720with_term 720with_term
721with_terminfo 721with_terminfo
722enable_xdbe
723with_x 722with_x
724enable_utmp 723enable_utmp
725enable_wtmp 724enable_wtmp
726enable_lastlog 725enable_lastlog
727' 726'
1387 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 1386 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1388 --enable-slipwheeling enable slip wheel scrolling (requires --enable-mousewheel) 1387 --enable-slipwheeling enable slip wheel scrolling (requires --enable-mousewheel)
1389 --enable-smart-resize enable smart growth/shrink behaviour 1388 --enable-smart-resize enable smart growth/shrink behaviour
1390 --enable-text-blink enable blinking text 1389 --enable-text-blink enable blinking text
1391 --enable-pointer-blank enable pointer blanking when typing or inactive 1390 --enable-pointer-blank enable pointer blanking when typing or inactive
1392 --enable-xdbe enable support for double buffering
1393 --enable-utmp enable utmp (utmpx) support 1391 --enable-utmp enable utmp (utmpx) support
1394 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 1392 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1395 --enable-lastlog enable lastlog support (requires --enable-utmp) 1393 --enable-lastlog enable lastlog support (requires --enable-utmp)
1396 1394
1397Optional Packages: 1395Optional Packages:
4664support_combining=yes 4662support_combining=yes
4665support_8bitctrls=no 4663support_8bitctrls=no
4666support_iso14755=yes 4664support_iso14755=yes
4667support_styles=yes 4665support_styles=yes
4668support_perl=yes 4666support_perl=yes
4669support_xdbe=yes
4670codesets=all 4667codesets=all
4671 4668
4672 4669
4673# Check whether --enable-everything was given. 4670# Check whether --enable-everything was given.
4674if test "${enable_everything+set}" = set; then : 4671if test "${enable_everything+set}" = set; then :
4675 enableval=$enable_everything; 4672 enableval=$enable_everything;
4676 if test x$enableval = xno; then 4673 if test x$enableval = xno; then
4677 support_frills=no 4674 support_frills=no
4678 support_xdbe=no
4679 support_inheritpixmap=no 4675 support_inheritpixmap=no
4680 support_fading=no 4676 support_fading=no
4681 support_keepscrolling=no 4677 support_keepscrolling=no
4682 support_selectionscrolling=no 4678 support_selectionscrolling=no
4683 support_lastlog=no 4679 support_lastlog=no
4698 support_combining=no 4694 support_combining=no
4699 support_8bitctrls=no 4695 support_8bitctrls=no
4700 support_iso14755=no 4696 support_iso14755=no
4701 support_styles=no 4697 support_styles=no
4702 support_perl=no 4698 support_perl=no
4703 support_xdbe=no
4704 codesets= 4699 codesets=
4705 fi 4700 fi
4706 if test x$enableval = xyes; then 4701 if test x$enableval = xyes; then
4707 support_frills=yes 4702 support_frills=yes
4708 support_inheritpixmap=yes 4703 support_inheritpixmap=yes
4727 support_combining=yes 4722 support_combining=yes
4728 #support_8bitctrls=yes 4723 #support_8bitctrls=yes
4729 support_iso14755=yes 4724 support_iso14755=yes
4730 support_styles=yes 4725 support_styles=yes
4731 support_perl=yes 4726 support_perl=yes
4732 support_xdbe=yes
4733 codesets=all 4727 codesets=all
4734 fi 4728 fi
4735 4729
4736fi 4730fi
4737 4731
5111 5105
5112cat >>confdefs.h <<_ACEOF 5106cat >>confdefs.h <<_ACEOF
5113#define RXVT_TERMINFO "$withval" 5107#define RXVT_TERMINFO "$withval"
5114_ACEOF 5108_ACEOF
5115 terminfo="$withval" 5109 terminfo="$withval"
5116 fi
5117fi
5118
5119
5120# Check whether --enable-xdbe was given.
5121if test "${enable_xdbe+set}" = set; then :
5122 enableval=$enable_xdbe; if test x$enableval = xyes -o x$enableval = xno; then
5123 support_xdbe=$enableval
5124 fi 5110 fi
5125fi 5111fi
5126 5112
5127 5113
5128 5114
7371 7357
7372support_image=no 7358support_image=no
7373if test x$support_inheritpixmap = xyes || test x$support_pixbuf = xyes; then 7359if test x$support_inheritpixmap = xyes || test x$support_pixbuf = xyes; then
7374 support_image=yes 7360 support_image=yes
7375fi 7361fi
7376if test x$support_xdbe = xyes; then
7377 LIBS="$LIBS -lXext"
7378fi
7379
7380if test x$support_xft = xyes || test x$support_image = xyes; then 7362if test x$support_xft = xyes || test x$support_image = xyes; then
7381 rxvt_have_xrender=no 7363 rxvt_have_xrender=no
7382 # Extract the first word of "pkg-config", so it can be a program name with args. 7364 # Extract the first word of "pkg-config", so it can be a program name with args.
7383set dummy pkg-config; ac_word=$2 7365set dummy pkg-config; ac_word=$2
7384{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7753fi 7735fi
7754 7736
7755 7737
7756 7738
7757 7739
7758if test x$support_xdbe = xyes; then
7759
7760$as_echo "#define ENABLE_XDBE 1" >>confdefs.h
7761
7762fi
7763if test x$support_styles = xyes; then 7740if test x$support_styles = xyes; then
7764 7741
7765$as_echo "#define ENABLE_STYLES 1" >>confdefs.h 7742$as_echo "#define ENABLE_STYLES 1" >>confdefs.h
7766 7743
7767fi 7744fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines