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.10 by pcg, Sat Jan 31 02:14:58 2004 UTC

104 support_unicode3=yes 104 support_unicode3=yes
105 codesets=all 105 codesets=all
106 fi]) 106 fi])
107 107
108echo 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 109if test x$support_menubar = xyes; then
118 support_menubar=no 110 support_menubar=no
119 echo "******* menubar support disabled, does not work" 111 echo "******* menubar support disabled, does not work"
120fi 112fi
121echo 113echo
1202fi 1194fi
1203if test x$codesets = xall; then 1195if test x$codesets = xall; then
1204 codesets=jp,jp-ext,kr,cn,cn-ext,vn 1196 codesets=jp,jp-ext,kr,cn,cn-ext,vn
1205fi 1197fi
1206for codeset in `echo $codesets | tr "[a-z,\\-]" "[A-Z _]"`; do 1198for codeset in `echo $codesets | tr "[a-z,\\-]" "[A-Z _]"`; do
1207 AC_DEFINE(ENCODING_EU, 1, Define if you want europeean extended codesets) 1199 AC_DEFINE(ENCODING_EU, 1, Define if you want european extended codesets)
1208 case "$codeset" in 1200 case "$codeset" in
1209 VN ) AC_DEFINE(ENCODING_VN, 1, Define if you want vietnamese codesets) ;; 1201 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) ;; 1202 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) ;; 1203 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) ;; 1204 KR ) AC_DEFINE(ENCODING_KR, 1, Define if you want korean codesets) ;;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines