ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.39 by root, Sun Aug 22 01:40:31 2004 UTC vs.
Revision 1.41 by root, Mon Nov 8 22:20:25 2004 UTC

1076Optional Packages: 1076Optional Packages:
1077 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1077 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1078 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1078 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1079 --with-gnu-ld assume the C compiler uses GNU ld default=no 1079 --with-gnu-ld assume the C compiler uses GNU ld default=no
1080 --with-pic try to use only PIC/non-PIC objects default=use both 1080 --with-pic try to use only PIC/non-PIC objects default=use both
1081 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,all) 1081 --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
1082 --with-res-name=NAME use this as default resource name (default: urxvt) 1082 --with-res-name=NAME use this as default resource name (default: urxvt)
1083 --with-res-class=CLASS use this as the resource class (default: URxvt) 1083 --with-res-class=CLASS use this as the resource class (default: URxvt)
1084 --with-name=NAME set the basename for the installed binaries (default: urxvt) 1084 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1085 --with-term=NAME set the terminal to NAME (default: rxvt) 1085 --with-term=NAME set the terminal to NAME (default: rxvt)
1086 --with-terminfo=PATH set the path to the terminfo tree to PATH 1086 --with-terminfo=PATH set the path to the terminfo tree to PATH
16942#define ENABLE_COMBINING 1 16942#define ENABLE_COMBINING 1
16943_ACEOF 16943_ACEOF
16944 16944
16945fi 16945fi
16946if test x$codesets = xall; then 16946if test x$codesets = xall; then
16947 codesets=jp,jp-ext,kr,cn,cn-ext 16947 codesets=jp,jp-ext,kr,zh,zh-ext
16948fi 16948fi
16949 16949
16950cat >>confdefs.h <<\_ACEOF 16950cat >>confdefs.h <<\_ACEOF
16951#define ENCODING_EU 1 16951#define ENCODING_EU 1
16952_ACEOF 16952_ACEOF
16971 KR ) 16971 KR )
16972cat >>confdefs.h <<\_ACEOF 16972cat >>confdefs.h <<\_ACEOF
16973#define ENCODING_KR 1 16973#define ENCODING_KR 1
16974_ACEOF 16974_ACEOF
16975 ;; 16975 ;;
16976 CN ) 16976 ZH )
16977cat >>confdefs.h <<\_ACEOF 16977cat >>confdefs.h <<\_ACEOF
16978#define ENCODING_CN 1 16978#define ENCODING_ZH 1
16979_ACEOF 16979_ACEOF
16980 ;; 16980 ;;
16981 CN_EXT ) 16981 ZH_EXT )
16982cat >>confdefs.h <<\_ACEOF 16982cat >>confdefs.h <<\_ACEOF
16983#define ENCODING_CN_EXT 1 16983#define ENCODING_ZH_EXT 1
16984_ACEOF 16984_ACEOF
16985 ;; 16985 ;;
16986 esac 16986 esac
16987done 16987done
16988 16988

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines