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.14 by pcg, Wed Feb 25 12:03:47 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
104 support_unicode3=yes 106 support_unicode3=yes
105 codesets=all 107 codesets=all
106 fi]) 108 fi])
107 109
108echo
109if test x$support_menubar = xyes; then
110 support_menubar=no
111 echo "******* menubar support disabled, does not work"
112fi
113echo
114
115AC_ARG_ENABLE(unicode3, 110AC_ARG_ENABLE(unicode3,
116 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters], 111 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters],
117 [if test x$enableval = xyes; then 112 [if test x$enableval = xyes; then
118 support_unicode3=yes 113 support_unicode3=yes
119 fi]) 114 fi])
190 [ --enable-xterm-scroll enable Xterm style scrollbar], 185 [ --enable-xterm-scroll enable Xterm style scrollbar],
191 [if test x$enableval = xyes -o x$enableval = xno; then 186 [if test x$enableval = xyes -o x$enableval = xno; then
192 support_scroll_xterm=$enableval 187 support_scroll_xterm=$enableval
193 fi]) 188 fi])
194 189
190AC_ARG_ENABLE(plain-scroll,
191 [ --enable-plain-scroll enable plain style scrollbar],
192 [if test x$enableval = xyes -o x$enableval = xno; then
193 support_scroll_plain=$enableval
194 fi])
195
195AC_ARG_ENABLE(half-shadow, 196AC_ARG_ENABLE(half-shadow,
196 [ --enable-half-shadow use half width/height shadow on rxvt scrollbar], 197 [ --enable-half-shadow use half width/height shadow on rxvt scrollbar],
197 [if test x$enableval = xyes; then 198 [if test x$enableval = xyes; then
198 AC_DEFINE(HALFSHADOW, 1, Define if you want the depth of scrollbars and menus to be less) 199 AC_DEFINE(HALFSHADOW, 1, Define if you want the depth of scrollbars and menus to be less)
199 fi]) 200 fi])
200 201
201AC_ARG_ENABLE(xim, 202AC_ARG_ENABLE(xim,
202 [ --enable-xim XIM (X Input Method) protocol support], 203 [ --enable-xim XIM (X Input Method) protocol support],
203 [if test x$enableval = xyes -o x$enableval = xno; then 204 [if test x$enableval = xyes -o x$enableval = xno; then
204 support_xim=$enableval 205 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]) 206 fi])
212 207
213AC_ARG_ENABLE(ttygid, 208AC_ARG_ENABLE(ttygid,
214 [ --enable-ttygid enable tty setting to group named "tty"], 209 [ --enable-ttygid enable tty setting to group named "tty"],
215 [if test x$enableval = xyes; then 210 [if test x$enableval = xyes; then
354 [if test x$enableval = xyes -o x$enableval = xno; then 349 [if test x$enableval = xyes -o x$enableval = xno; then
355 support_pointer_blank=$enableval 350 support_pointer_blank=$enableval
356 fi]) 351 fi])
357 352
358AC_ARG_WITH(term, 353AC_ARG_WITH(term,
359 [ --with-term=NAME set the terminal to NAME (default \"xterm\")], 354 [ --with-term=NAME set the terminal to NAME (default \"rxvt\")],
360 [if test x$withval != x; then 355 [if test x$withval != x; then
361 AC_DEFINE_UNQUOTED(TERMENV, "$withval",Set TERM to the value given by configure) term="$withval" 356 AC_DEFINE_UNQUOTED(TERMENV, "$withval",Set TERM to the value given by configure) term="$withval"
362 fi]) 357 fi])
363 358
364AC_ARG_WITH(terminfo, 359AC_ARG_WITH(terminfo,
1178fi 1173fi
1179if test x$support_scroll_xterm = xyes; then 1174if test x$support_scroll_xterm = xyes; then
1180 AC_DEFINE(XTERM_SCROLLBAR, 1, Support Xterm style scrollbars) 1175 AC_DEFINE(XTERM_SCROLLBAR, 1, Support Xterm style scrollbars)
1181 scrolltypes="$scrolltypes xterm" 1176 scrolltypes="$scrolltypes xterm"
1182fi 1177fi
1178if test x$support_scroll_plain = xyes; then
1179 AC_DEFINE(PLAIN_SCROLLBAR, 1, Support plain style scrollbars)
1180 scrolltypes="$scrolltypes plain"
1181fi
1183if test x$support_pointer_blank = xyes; then 1182if test x$support_pointer_blank = xyes; then
1184 AC_DEFINE(POINTER_BLANK, 1, Define if you want hide the pointer while typing) 1183 AC_DEFINE(POINTER_BLANK, 1, Define if you want hide the pointer while typing)
1185fi 1184fi
1186if test x$support_cursor_blink = xyes; then 1185if test x$support_cursor_blink = xyes; then
1187 AC_DEFINE(CURSOR_BLINK, 1, Define if you want blinking cursor support) 1186 AC_DEFINE(CURSOR_BLINK, 1, Define if you want blinking cursor support)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines