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

Comparing rxvt-unicode/autoconf/configure.in (file contents):
Revision 1.27 by root, Sat Jul 10 20:59:39 2004 UTC vs.
Revision 1.28 by root, Fri Jul 30 14:59:12 2004 UTC

68support_addstrings=no 68support_addstrings=no
69support_frills=no 69support_frills=no
70support_linespace=no 70support_linespace=no
71support_inheritpixmap=no 71support_inheritpixmap=no
72support_tinting=no 72support_tinting=no
73support_fading=no
73support_keepscrolling=no 74support_keepscrolling=no
74support_selectionscrolling=no 75support_selectionscrolling=no
75support_menubar=no 76support_menubar=no
76support_mousewheel=no 77support_mousewheel=no
77support_mouseslipwheel=no 78support_mouseslipwheel=no
111 support_24bit=yes 112 support_24bit=yes
112 support_frills=yes 113 support_frills=yes
113 support_linespace=yes 114 support_linespace=yes
114 support_inheritpixmap=yes 115 support_inheritpixmap=yes
115 support_tinting=yes 116 support_tinting=yes
117 support_fading=yes
116 support_keepscrolling=yes 118 support_keepscrolling=yes
117 support_selectionscrolling=yes 119 support_selectionscrolling=yes
118 support_lastlog=yes 120 support_lastlog=yes
119 support_menubar=yes 121 support_menubar=yes
120 support_mousewheel=yes 122 support_mousewheel=yes
187 189
188AC_ARG_ENABLE(tinting, 190AC_ARG_ENABLE(tinting,
189 [ --enable-tinting enable tinting of transparent bg], 191 [ --enable-tinting enable tinting of transparent bg],
190 [if test x$enableval = xyes -o x$enableval = xno; then 192 [if test x$enableval = xyes -o x$enableval = xno; then
191 support_tinting=$enableval 193 support_tinting=$enableval
194 fi])
195
196AC_ARG_ENABLE(fading,
197 [ --enable-tinting enable colors fading when off focus],
198 [if test x$enableval = xyes -o x$enableval = xno; then
199 support_fading=$enableval
192 fi]) 200 fi])
193 201
194AC_ARG_ENABLE(menubar, 202AC_ARG_ENABLE(menubar,
195 [ --enable-menubar enable menubar], 203 [ --enable-menubar enable menubar],
196 [if test x$enableval = xyes -o x$enableval = xno; then 204 [if test x$enableval = xyes -o x$enableval = xno; then
1173dnl# now add and remove other stuff 1181dnl# now add and remove other stuff
1174dnl# -------------------------------------------------------------------------- 1182dnl# --------------------------------------------------------------------------
1175if test x$support_8bitctrls = xyes; then 1183if test x$support_8bitctrls = xyes; then
1176 AC_DEFINE(EIGHT_BIT_CONTROLS, 1, Define if you want 8 bit control sequences) 1184 AC_DEFINE(EIGHT_BIT_CONTROLS, 1, Define if you want 8 bit control sequences)
1177fi 1185fi
1186if test x$support_fading = xyes; then
1187 AC_DEFINE(OFF_FOCUS_FADING, 1, Define if you want faded colors when focus is lost)
1188fi
1178if test x$support_tinting = xyes; then 1189if test x$support_tinting = xyes; then
1179 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted) 1190 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted)
1180fi 1191fi
1181if test x$support_inheritpixmap = xyes; then 1192if test x$support_inheritpixmap = xyes; then
1182 AC_DEFINE(TRANSPARENT, 1, Define if you want your background to use the parent window background) 1193 AC_DEFINE(TRANSPARENT, 1, Define if you want your background to use the parent window background)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines