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

Comparing rxvt-unicode/configure (file contents):
Revision 1.70 by root, Mon Jan 16 14:35:23 2006 UTC vs.
Revision 1.71 by root, Mon Jan 16 14:48:39 2006 UTC

877 --enable-lastlog enable lastlog support (requires --enable-utmp) 877 --enable-lastlog enable lastlog support (requires --enable-utmp)
878 --enable-xpm-background enable XPM background pixmaps 878 --enable-xpm-background enable XPM background pixmaps
879 --enable-transparency enable transparent backgrounds 879 --enable-transparency enable transparent backgrounds
880 --enable-tinting enable tinting of transparent bg 880 --enable-tinting enable tinting of transparent bg
881 --enable-fading enable colors fading when off focus 881 --enable-fading enable colors fading when off focus
882 --enable-menubar enable menubar
883 --enable-rxvt-scroll enable rxvt style scrollbar 882 --enable-rxvt-scroll enable rxvt style scrollbar
884 --enable-next-scroll enable NeXT style scrollbar 883 --enable-next-scroll enable NeXT style scrollbar
885 --enable-xterm-scroll enable Xterm style scrollbar 884 --enable-xterm-scroll enable Xterm style scrollbar
886 --enable-perl enable embedded perl interpreter 885 --enable-perl enable embedded perl interpreter
887 --enable-plain-scroll enable plain style scrollbar 886 --enable-plain-scroll enable plain style scrollbar
4322support_inheritpixmap=yes 4321support_inheritpixmap=yes
4323support_tinting=yes 4322support_tinting=yes
4324support_fading=yes 4323support_fading=yes
4325support_keepscrolling=yes 4324support_keepscrolling=yes
4326support_selectionscrolling=yes 4325support_selectionscrolling=yes
4327support_menubar=no
4328support_mousewheel=yes 4326support_mousewheel=yes
4329support_mouseslipwheel=yes 4327support_mouseslipwheel=yes
4330support_utmp=yes 4328support_utmp=yes
4331support_wtmp=yes 4329support_wtmp=yes
4332support_lastlog=yes 4330support_lastlog=yes
4369 support_tinting=no 4367 support_tinting=no
4370 support_fading=no 4368 support_fading=no
4371 support_keepscrolling=no 4369 support_keepscrolling=no
4372 support_selectionscrolling=no 4370 support_selectionscrolling=no
4373 support_lastlog=no 4371 support_lastlog=no
4374 support_menubar=no
4375 support_mousewheel=no 4372 support_mousewheel=no
4376 support_mouseslipwheel=no 4373 support_mouseslipwheel=no
4377 support_text_blink=no 4374 support_text_blink=no
4378 support_pointer_blank=no 4375 support_pointer_blank=no
4379 support_scroll_rxvt=no 4376 support_scroll_rxvt=no
4400 support_tinting=yes 4397 support_tinting=yes
4401 support_fading=yes 4398 support_fading=yes
4402 support_keepscrolling=yes 4399 support_keepscrolling=yes
4403 support_selectionscrolling=yes 4400 support_selectionscrolling=yes
4404 support_lastlog=yes 4401 support_lastlog=yes
4405 support_menubar=yes
4406 support_mousewheel=yes 4402 support_mousewheel=yes
4407 support_mouseslipwheel=yes 4403 support_mouseslipwheel=yes
4408 support_text_blink=yes 4404 support_text_blink=yes
4409 support_pointer_blank=yes 4405 support_pointer_blank=yes
4410 support_scroll_rxvt=yes 4406 support_scroll_rxvt=yes
4510# Check whether --enable-fading or --disable-fading was given. 4506# Check whether --enable-fading or --disable-fading was given.
4511if test "${enable_fading+set}" = set; then 4507if test "${enable_fading+set}" = set; then
4512 enableval="$enable_fading" 4508 enableval="$enable_fading"
4513 if test x$enableval = xyes -o x$enableval = xno; then 4509 if test x$enableval = xyes -o x$enableval = xno; then
4514 support_fading=$enableval 4510 support_fading=$enableval
4515 fi
4516fi;
4517
4518# Check whether --enable-menubar or --disable-menubar was given.
4519if test "${enable_menubar+set}" = set; then
4520 enableval="$enable_menubar"
4521 if test x$enableval = xyes -o x$enableval = xno; then
4522 support_menubar=$enableval
4523 fi 4511 fi
4524fi; 4512fi;
4525 4513
4526# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given. 4514# Check whether --enable-rxvt-scroll or --disable-rxvt-scroll was given.
4527if test "${enable_rxvt_scroll+set}" = set; then 4515if test "${enable_rxvt_scroll+set}" = set; then
12549fi 12537fi
12550if test x$support_selectionscrolling = xyes; then 12538if test x$support_selectionscrolling = xyes; then
12551 12539
12552cat >>confdefs.h <<\_ACEOF 12540cat >>confdefs.h <<\_ACEOF
12553#define SELECTION_SCROLLING 1 12541#define SELECTION_SCROLLING 1
12554_ACEOF
12555
12556fi
12557if test x$support_menubar = xyes; then
12558
12559cat >>confdefs.h <<\_ACEOF
12560#define MENUBAR 1
12561_ACEOF 12542_ACEOF
12562 12543
12563fi 12544fi
12564if test x$support_frills = xyes; then 12545if test x$support_frills = xyes; then
12565 12546

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines