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.37 by root, Sun Aug 22 00:22:05 2004 UTC vs.
Revision 1.40 by root, Mon Nov 8 22:20:25 2004 UTC

245 [if test x$enableval = xyes; then 245 [if test x$enableval = xyes; then
246 AC_DEFINE(HALFSHADOW, 1, Define if you want the depth of scrollbars and menus to be less) 246 AC_DEFINE(HALFSHADOW, 1, Define if you want the depth of scrollbars and menus to be less)
247 fi]) 247 fi])
248 248
249AC_ARG_WITH(codesets, 249AC_ARG_WITH(codesets,
250 [ --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all)], 250 [ --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)],
251 [codesets="$withval"]) 251 [codesets="$withval"])
252 252
253AC_ARG_ENABLE(xim, 253AC_ARG_ENABLE(xim,
254 [ --enable-xim XIM (X Input Method) protocol support], 254 [ --enable-xim XIM (X Input Method) protocol support],
255 [if test x$enableval = xyes -o x$enableval = xno; then 255 [if test x$enableval = xyes -o x$enableval = xno; then
319 319
320RXVTNAME=urxvt 320RXVTNAME=urxvt
321AC_ARG_WITH(name, 321AC_ARG_WITH(name,
322 [ --with-name=NAME set the basename for the installed binaries (default: urxvt)], 322 [ --with-name=NAME set the basename for the installed binaries (default: urxvt)],
323 [RXVTNAME="$withval"]) 323 [RXVTNAME="$withval"])
324AC_DEFINE_UNQUOTED(RXVTNAME,"$RXVTNAME", [Binary base name])
324 325
325RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"` 326RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
326AC_SUBST(RXVTNAME) 327AC_SUBST(RXVTNAME)
327 328
328AC_ARG_ENABLE(strings, 329AC_ARG_ENABLE(strings,
1284fi 1285fi
1285if test x$support_combining = xyes; then 1286if test x$support_combining = xyes; then
1286 AC_DEFINE(ENABLE_COMBINING, 1, Define if you want to automatically compose combining characters) 1287 AC_DEFINE(ENABLE_COMBINING, 1, Define if you want to automatically compose combining characters)
1287fi 1288fi
1288if test x$codesets = xall; then 1289if test x$codesets = xall; then
1289 codesets=jp,jp-ext,kr,cn,cn-ext 1290 codesets=jp,jp-ext,kr,zh,zh-ext
1290fi 1291fi
1291AC_DEFINE(ENCODING_EU, 1, Define if you want european extended codesets) 1292AC_DEFINE(ENCODING_EU, 1, Define if you want european extended codesets)
1292AC_DEFINE(ENCODING_VN, 1, Define if you want vietnamese codesets) 1293AC_DEFINE(ENCODING_VN, 1, Define if you want vietnamese codesets)
1293for codeset in `echo $codesets | tr "[a-z,\\-]" "[A-Z _]"`; do 1294for codeset in `echo $codesets | tr "[a-z,\\-]" "[A-Z _]"`; do
1294 case "$codeset" in 1295 case "$codeset" in
1295 JP ) AC_DEFINE(ENCODING_JP, 1, Define if you want japanese codesets) ;; 1296 JP ) AC_DEFINE(ENCODING_JP, 1, Define if you want japanese codesets) ;;
1296 JP_EXT ) AC_DEFINE(ENCODING_JP_EXT, 1, Define if you want extended japanese codesets) ;; 1297 JP_EXT ) AC_DEFINE(ENCODING_JP_EXT, 1, Define if you want extended japanese codesets) ;;
1297 KR ) AC_DEFINE(ENCODING_KR, 1, Define if you want korean codesets) ;; 1298 KR ) AC_DEFINE(ENCODING_KR, 1, Define if you want korean codesets) ;;
1298 CN ) AC_DEFINE(ENCODING_CN, 1, Define if you want chinese codesets) ;; 1299 ZH ) AC_DEFINE(ENCODING_ZH, 1, Define if you want chinese codesets) ;;
1299 CN_EXT ) AC_DEFINE(ENCODING_CN_EXT, 1, Define if you want extended chinese codesets) ;; 1300 ZH_EXT ) AC_DEFINE(ENCODING_ZH_EXT, 1, Define if you want extended chinese codesets) ;;
1300 esac 1301 esac
1301done 1302done
1302 1303
1303dnl> AC_CHECK_FUNCS(gettimeofday putenv select socket) 1304dnl> AC_CHECK_FUNCS(gettimeofday putenv select socket)
1304 1305

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines