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.10 by pcg, Sat Jan 31 02:14:58 2004 UTC vs.
Revision 1.12 by pcg, Sun Feb 22 08:09:36 2004 UTC

56support_text_blink=no 56support_text_blink=no
57support_pointer_blank=no 57support_pointer_blank=no
58support_scroll_rxvt=no 58support_scroll_rxvt=no
59support_scroll_next=no 59support_scroll_next=no
60support_scroll_xterm=no 60support_scroll_xterm=no
61support_scroll_plain=no
61support_xim=no 62support_xim=no
62support_xpm=no 63support_xpm=no
63support_xft=no 64support_xft=no
64support_unicode3=no 65support_unicode3=no
65codesets= 66codesets=
94 support_text_blink=yes 95 support_text_blink=yes
95 support_pointer_blank=yes 96 support_pointer_blank=yes
96 support_scroll_rxvt=yes 97 support_scroll_rxvt=yes
97 support_scroll_next=yes 98 support_scroll_next=yes
98 support_scroll_xterm=yes 99 support_scroll_xterm=yes
100 support_scroll_plain=yes
99 support_utmp=yes 101 support_utmp=yes
100 support_wtmp=yes 102 support_wtmp=yes
101 support_xim=yes 103 support_xim=yes
102 support_xpm=yes 104 support_xpm=yes
103 support_xft=yes 105 support_xft=yes
190 [ --enable-xterm-scroll enable Xterm style scrollbar], 192 [ --enable-xterm-scroll enable Xterm style scrollbar],
191 [if test x$enableval = xyes -o x$enableval = xno; then 193 [if test x$enableval = xyes -o x$enableval = xno; then
192 support_scroll_xterm=$enableval 194 support_scroll_xterm=$enableval
193 fi]) 195 fi])
194 196
197AC_ARG_ENABLE(plain-scroll,
198 [ --enable-plain-scroll enable plain style scrollbar],
199 [if test x$enableval = xyes -o x$enableval = xno; then
200 support_scroll_plain=$enableval
201 fi])
202
195AC_ARG_ENABLE(half-shadow, 203AC_ARG_ENABLE(half-shadow,
196 [ --enable-half-shadow use half width/height shadow on rxvt scrollbar], 204 [ --enable-half-shadow use half width/height shadow on rxvt scrollbar],
197 [if test x$enableval = xyes; then 205 [if test x$enableval = xyes; then
198 AC_DEFINE(HALFSHADOW, 1, Define if you want the depth of scrollbars and menus to be less) 206 AC_DEFINE(HALFSHADOW, 1, Define if you want the depth of scrollbars and menus to be less)
199 fi]) 207 fi])
200 208
201AC_ARG_ENABLE(xim, 209AC_ARG_ENABLE(xim,
202 [ --enable-xim XIM (X Input Method) protocol support], 210 [ --enable-xim XIM (X Input Method) protocol support],
203 [if test x$enableval = xyes -o x$enableval = xno; then 211 [if test x$enableval = xyes -o x$enableval = xno; then
204 support_xim=$enableval 212 support_xim=$enableval
205 fi])
206
207AC_ARG_ENABLE(greek,
208 [ --enable-greek enable greek keyboard support],
209 [if test x$enableval = xyes; then
210 AC_DEFINE(GREEK_SUPPORT, 1, Define if you want support for Greek Elot-928 & IBM-437 keyboard)
211 fi]) 213 fi])
212 214
213AC_ARG_ENABLE(ttygid, 215AC_ARG_ENABLE(ttygid,
214 [ --enable-ttygid enable tty setting to group named "tty"], 216 [ --enable-ttygid enable tty setting to group named "tty"],
215 [if test x$enableval = xyes; then 217 [if test x$enableval = xyes; then
1178fi 1180fi
1179if test x$support_scroll_xterm = xyes; then 1181if test x$support_scroll_xterm = xyes; then
1180 AC_DEFINE(XTERM_SCROLLBAR, 1, Support Xterm style scrollbars) 1182 AC_DEFINE(XTERM_SCROLLBAR, 1, Support Xterm style scrollbars)
1181 scrolltypes="$scrolltypes xterm" 1183 scrolltypes="$scrolltypes xterm"
1182fi 1184fi
1185if test x$support_scroll_plain = xyes; then
1186 AC_DEFINE(PLAIN_SCROLLBAR, 1, Support plain style scrollbars)
1187 scrolltypes="$scrolltypes plain"
1188fi
1183if test x$support_pointer_blank = xyes; then 1189if test x$support_pointer_blank = xyes; then
1184 AC_DEFINE(POINTER_BLANK, 1, Define if you want hide the pointer while typing) 1190 AC_DEFINE(POINTER_BLANK, 1, Define if you want hide the pointer while typing)
1185fi 1191fi
1186if test x$support_cursor_blink = xyes; then 1192if test x$support_cursor_blink = xyes; then
1187 AC_DEFINE(CURSOR_BLINK, 1, Define if you want blinking cursor support) 1193 AC_DEFINE(CURSOR_BLINK, 1, Define if you want blinking cursor support)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines