--- rxvt-unicode/configure 2004/08/22 01:40:31 1.39 +++ rxvt-unicode/configure 2004/11/08 22:20:25 1.41 @@ -1078,7 +1078,7 @@ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-gnu-ld assume the C compiler uses GNU ld default=no --with-pic try to use only PIC/non-PIC objects default=use both - --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all) + --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all) --with-res-name=NAME use this as default resource name (default: urxvt) --with-res-class=CLASS use this as the resource class (default: URxvt) --with-name=NAME set the basename for the installed binaries (default: urxvt) @@ -16944,7 +16944,7 @@ fi if test x$codesets = xall; then - codesets=jp,jp-ext,kr,cn,cn-ext + codesets=jp,jp-ext,kr,zh,zh-ext fi cat >>confdefs.h <<\_ACEOF @@ -16973,14 +16973,14 @@ #define ENCODING_KR 1 _ACEOF ;; - CN ) + ZH ) cat >>confdefs.h <<\_ACEOF -#define ENCODING_CN 1 +#define ENCODING_ZH 1 _ACEOF ;; - CN_EXT ) + ZH_EXT ) cat >>confdefs.h <<\_ACEOF -#define ENCODING_CN_EXT 1 +#define ENCODING_ZH_EXT 1 _ACEOF ;; esac