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

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.27 by ayin, Mon Jan 23 10:26:21 2006 UTC vs.
Revision 1.30 by root, Wed Jan 25 22:09:33 2006 UTC

114support_fading=yes 114support_fading=yes
115support_keepscrolling=yes 115support_keepscrolling=yes
116support_selectionscrolling=yes 116support_selectionscrolling=yes
117support_mousewheel=yes 117support_mousewheel=yes
118support_mouseslipwheel=yes 118support_mouseslipwheel=yes
119support_utmp=yes
120support_wtmp=yes
121support_lastlog=yes
122support_text_blink=yes 119support_text_blink=yes
123support_pointer_blank=yes 120support_pointer_blank=yes
124support_scroll_rxvt=yes 121support_scroll_rxvt=yes
125support_scroll_next=yes 122support_scroll_next=yes
126support_scroll_xterm=yes 123support_scroll_xterm=yes
150 [ --enable-everything enable standard non-multichoice features 147 [ --enable-everything enable standard non-multichoice features
151 NOTE: this option is order dependent 148 NOTE: this option is order dependent
152 NOTE: automatically enabled with --enable-shared], 149 NOTE: automatically enabled with --enable-shared],
153 [ 150 [
154 if test x$enableval = xno; then 151 if test x$enableval = xno; then
155 support_24bit=no
156 support_frills=no 152 support_frills=no
157 support_inheritpixmap=no 153 support_inheritpixmap=no
158 support_tinting=no 154 support_tinting=no
159 support_fading=no 155 support_fading=no
160 support_keepscrolling=no 156 support_keepscrolling=no
180 support_styles=no 176 support_styles=no
181 support_perl=no 177 support_perl=no
182 codesets= 178 codesets=
183 fi 179 fi
184 if test x$enableval = xyes; then 180 if test x$enableval = xyes; then
185 support_24bit=yes
186 support_frills=yes 181 support_frills=yes
187 support_inheritpixmap=yes 182 support_inheritpixmap=yes
188 support_tinting=yes 183 support_tinting=yes
189 support_fading=yes 184 support_fading=yes
190 support_keepscrolling=yes 185 support_keepscrolling=yes
379 374
380AC_ARG_ENABLE(frills, 375AC_ARG_ENABLE(frills,
381 [ --enable-frills enable support for rarely used features], 376 [ --enable-frills enable support for rarely used features],
382 [if test x$enableval = xyes -o x$enableval = xno; then 377 [if test x$enableval = xyes -o x$enableval = xno; then
383 support_frills=$enableval 378 support_frills=$enableval
384 fi])
385
386AC_ARG_ENABLE(24bit,
387 [ --enable-24bit enable support for using 24bit visuals if available],
388 [if test x$enableval = xyes -o x$enableval = xno; then
389 support_24bit=$enableval
390 fi]) 379 fi])
391 380
392AC_ARG_ENABLE(keepscrolling, 381AC_ARG_ENABLE(keepscrolling,
393 [ --enable-keepscrolling enable continual scrolling on scrollbar arrow press], 382 [ --enable-keepscrolling enable continual scrolling on scrollbar arrow press],
394 [if test x$enableval = xyes -o x$enableval = xno; then 383 [if test x$enableval = xyes -o x$enableval = xno; then
663dnl> AC_FUNC_VPRINTF 652dnl> AC_FUNC_VPRINTF
664 653
665AC_CHECK_FUNCS( \ 654AC_CHECK_FUNCS( \
666 unsetenv \ 655 unsetenv \
667 setutent \ 656 setutent \
668 seteuid \
669 setresuid \
670 setreuid \
671 on_exit \ 657 on_exit \
672) 658)
673 659
674UTMP_CHECK 660UTMP_CHECK
675 661
805if test x$support_selectionscrolling = xyes; then 791if test x$support_selectionscrolling = xyes; then
806 AC_DEFINE(SELECTION_SCROLLING, 1, Define to allow scrolling when the selection moves to the top or bottom of the screen) 792 AC_DEFINE(SELECTION_SCROLLING, 1, Define to allow scrolling when the selection moves to the top or bottom of the screen)
807fi 793fi
808if test x$support_frills = xyes; then 794if test x$support_frills = xyes; then
809 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features) 795 AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features)
810fi
811if test x$support_24bit = xyes; then
812 AC_DEFINE(PREFER_24BIT, 1, Define to use a 24 bit visual if the screen has 24 bit mode, even if the default is 8 bit)
813fi 796fi
814if test x$support_mousewheel = xyes; then 797if test x$support_mousewheel = xyes; then
815 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll) 798 AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll)
816fi 799fi
817if test x$support_mouseslipwheel = xyes; then 800if test x$support_mouseslipwheel = xyes; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines