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.8 by pcg, Fri Jan 30 18:12:17 2004 UTC vs.
Revision 1.13 by pcg, Tue Feb 24 16:25:43 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_inheritpixmap = xyes; then
110 support_inheritpixmap=no
111 echo "******* transparency support disabled, does not work"
112fi
113if test x$support_xpm = xyes; then
114 support_xpm=no
115 echo "******* pixmap support disabled, does not work"
116fi
117if test x$support_menubar = xyes; then
118 support_menubar=no
119 echo "******* menubar support disabled, does not work"
120fi
121echo
122
123AC_ARG_ENABLE(unicode3, 110AC_ARG_ENABLE(unicode3,
124 [ --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],
125 [if test x$enableval = xyes; then 112 [if test x$enableval = xyes; then
126 support_unicode3=yes 113 support_unicode3=yes
127 fi]) 114 fi])
198 [ --enable-xterm-scroll enable Xterm style scrollbar], 185 [ --enable-xterm-scroll enable Xterm style scrollbar],
199 [if test x$enableval = xyes -o x$enableval = xno; then 186 [if test x$enableval = xyes -o x$enableval = xno; then
200 support_scroll_xterm=$enableval 187 support_scroll_xterm=$enableval
201 fi]) 188 fi])
202 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
203AC_ARG_ENABLE(half-shadow, 196AC_ARG_ENABLE(half-shadow,
204 [ --enable-half-shadow use half width/height shadow on rxvt scrollbar], 197 [ --enable-half-shadow use half width/height shadow on rxvt scrollbar],
205 [if test x$enableval = xyes; then 198 [if test x$enableval = xyes; then
206 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)
207 fi]) 200 fi])
208 201
209AC_ARG_ENABLE(xim, 202AC_ARG_ENABLE(xim,
210 [ --enable-xim XIM (X Input Method) protocol support], 203 [ --enable-xim XIM (X Input Method) protocol support],
211 [if test x$enableval = xyes -o x$enableval = xno; then 204 [if test x$enableval = xyes -o x$enableval = xno; then
212 support_xim=$enableval 205 support_xim=$enableval
213 fi])
214
215AC_ARG_ENABLE(greek,
216 [ --enable-greek enable greek keyboard support],
217 [if test x$enableval = xyes; then
218 AC_DEFINE(GREEK_SUPPORT, 1, Define if you want support for Greek Elot-928 & IBM-437 keyboard)
219 fi]) 206 fi])
220 207
221AC_ARG_ENABLE(ttygid, 208AC_ARG_ENABLE(ttygid,
222 [ --enable-ttygid enable tty setting to group named "tty"], 209 [ --enable-ttygid enable tty setting to group named "tty"],
223 [if test x$enableval = xyes; then 210 [if test x$enableval = xyes; then
1186fi 1173fi
1187if test x$support_scroll_xterm = xyes; then 1174if test x$support_scroll_xterm = xyes; then
1188 AC_DEFINE(XTERM_SCROLLBAR, 1, Support Xterm style scrollbars) 1175 AC_DEFINE(XTERM_SCROLLBAR, 1, Support Xterm style scrollbars)
1189 scrolltypes="$scrolltypes xterm" 1176 scrolltypes="$scrolltypes xterm"
1190fi 1177fi
1178if test x$support_scroll_plain = xyes; then
1179 AC_DEFINE(PLAIN_SCROLLBAR, 1, Support plain style scrollbars)
1180 scrolltypes="$scrolltypes plain"
1181fi
1191if test x$support_pointer_blank = xyes; then 1182if test x$support_pointer_blank = xyes; then
1192 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)
1193fi 1184fi
1194if test x$support_cursor_blink = xyes; then 1185if test x$support_cursor_blink = xyes; then
1195 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)
1202fi 1193fi
1203if test x$codesets = xall; then 1194if test x$codesets = xall; then
1204 codesets=jp,jp-ext,kr,cn,cn-ext,vn 1195 codesets=jp,jp-ext,kr,cn,cn-ext,vn
1205fi 1196fi
1206for codeset in `echo $codesets | tr "[a-z,\\-]" "[A-Z _]"`; do 1197for codeset in `echo $codesets | tr "[a-z,\\-]" "[A-Z _]"`; do
1207 AC_DEFINE(ENCODING_EU, 1, Define if you want europeean extended codesets) 1198 AC_DEFINE(ENCODING_EU, 1, Define if you want european extended codesets)
1208 case "$codeset" in 1199 case "$codeset" in
1209 VN ) AC_DEFINE(ENCODING_VN, 1, Define if you want vietnamese codesets) ;; 1200 VN ) AC_DEFINE(ENCODING_VN, 1, Define if you want vietnamese codesets) ;;
1210 JP ) AC_DEFINE(ENCODING_JP, 1, Define if you want japanese codesets) ;; 1201 JP ) AC_DEFINE(ENCODING_JP, 1, Define if you want japanese codesets) ;;
1211 JP_EXT ) AC_DEFINE(ENCODING_JP_EXT, 1, Define if you want extended japanese codesets) ;; 1202 JP_EXT ) AC_DEFINE(ENCODING_JP_EXT, 1, Define if you want extended japanese codesets) ;;
1212 KR ) AC_DEFINE(ENCODING_KR, 1, Define if you want korean codesets) ;; 1203 KR ) AC_DEFINE(ENCODING_KR, 1, Define if you want korean codesets) ;;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines