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.71 by ayin, Thu Aug 2 00:19:32 2007 UTC vs.
Revision 1.72 by ayin, Fri Aug 3 23:32:14 2007 UTC

95dnl AC_ENABLE_STATIC(yes)dnl# libtool 95dnl AC_ENABLE_STATIC(yes)dnl# libtool
96dnl AC_PROG_LIBTOOL()dnl# libtool 96dnl AC_PROG_LIBTOOL()dnl# libtool
97 97
98support_frills=yes 98support_frills=yes
99support_inheritpixmap=yes 99support_inheritpixmap=yes
100support_tinting=yes
101support_fading=yes 100support_fading=yes
102support_keepscrolling=yes 101support_keepscrolling=yes
103support_selectionscrolling=yes 102support_selectionscrolling=yes
104support_mousewheel=yes 103support_mousewheel=yes
105support_mouseslipwheel=yes 104support_mouseslipwheel=yes
137 NOTE: automatically enabled with --enable-shared], 136 NOTE: automatically enabled with --enable-shared],
138 [ 137 [
139 if test x$enableval = xno; then 138 if test x$enableval = xno; then
140 support_frills=no 139 support_frills=no
141 support_inheritpixmap=no 140 support_inheritpixmap=no
142 support_tinting=no
143 support_fading=no 141 support_fading=no
144 support_keepscrolling=no 142 support_keepscrolling=no
145 support_selectionscrolling=no 143 support_selectionscrolling=no
146 support_lastlog=no 144 support_lastlog=no
147 support_mousewheel=no 145 support_mousewheel=no
167 codesets= 165 codesets=
168 fi 166 fi
169 if test x$enableval = xyes; then 167 if test x$enableval = xyes; then
170 support_frills=yes 168 support_frills=yes
171 support_inheritpixmap=yes 169 support_inheritpixmap=yes
172 support_tinting=yes
173 support_fading=yes 170 support_fading=yes
174 support_keepscrolling=yes 171 support_keepscrolling=yes
175 support_selectionscrolling=yes 172 support_selectionscrolling=yes
176 support_lastlog=yes 173 support_lastlog=yes
177 support_mousewheel=yes 174 support_mousewheel=yes
242 239
243AC_ARG_ENABLE(transparency, 240AC_ARG_ENABLE(transparency,
244 [ --enable-transparency enable transparent backgrounds], 241 [ --enable-transparency enable transparent backgrounds],
245 [if test x$enableval = xyes -o x$enableval = xno; then 242 [if test x$enableval = xyes -o x$enableval = xno; then
246 support_inheritpixmap=$enableval 243 support_inheritpixmap=$enableval
247 fi])
248
249AC_ARG_ENABLE(tinting,
250 [ --enable-tinting enable tinting of transparent bg],
251 [if test x$enableval = xyes -o x$enableval = xno; then
252 support_tinting=$enableval
253 fi]) 244 fi])
254 245
255AC_ARG_ENABLE(fading, 246AC_ARG_ENABLE(fading,
256 [ --enable-fading enable colors fading when off focus], 247 [ --enable-fading enable colors fading when off focus],
257 [if test x$enableval = xyes -o x$enableval = xno; then 248 [if test x$enableval = xyes -o x$enableval = xno; then
763 AC_DEFINE(EIGHT_BIT_CONTROLS, 1, Define if you want 8 bit control sequences) 754 AC_DEFINE(EIGHT_BIT_CONTROLS, 1, Define if you want 8 bit control sequences)
764fi 755fi
765if test x$support_fading = xyes; then 756if test x$support_fading = xyes; then
766 AC_DEFINE(OFF_FOCUS_FADING, 1, Define if you want faded colors when focus is lost) 757 AC_DEFINE(OFF_FOCUS_FADING, 1, Define if you want faded colors when focus is lost)
767fi 758fi
768if test x$support_tinting = xyes; then
769 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted)
770fi
771if test x$support_inheritpixmap = xyes; then 759if test x$support_inheritpixmap = xyes; then
772 AC_DEFINE(ENABLE_TRANSPARENCY, 1, Define if you want your background to use the parent window background) 760 AC_DEFINE(ENABLE_TRANSPARENCY, 1, Define if you want your background to use the parent window background)
773fi 761fi
774if test x$support_keepscrolling = xno; then 762if test x$support_keepscrolling = xno; then
775 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed) 763 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines