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.39 by root, Sun Sep 5 09:32:59 2004 UTC vs.
Revision 1.41 by root, Wed Dec 1 02:33:32 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
595dnl> AC_CHECK_TYPE(umode_t, int) 595dnl> AC_CHECK_TYPE(umode_t, int)
596dnl> AC_CHECK_TYPE(off_t, long) 596dnl> AC_CHECK_TYPE(off_t, long)
597AC_TYPE_PID_T 597AC_TYPE_PID_T
598AC_TYPE_UID_T 598AC_TYPE_UID_T
599 599
600AC_CHECK_SIZEOF(char, 1)
601AC_CHECK_SIZEOF(short, 2) 600AC_CHECK_SIZEOF(short, 2)
602AC_CHECK_SIZEOF(int, 4) 601AC_CHECK_SIZEOF(int, 4)
603AC_CHECK_SIZEOF(long, 4) 602dnl AC_CHECK_SIZEOF(long, 4)
604AC_CHECK_SIZEOF(long long, 8) 603AC_CHECK_SIZEOF(long long, 8)
605AC_CHECK_SIZEOF(int *, 4) 604AC_CHECK_SIZEOF(int *, 4)
606 605
607dnl# see usage below 606dnl# see usage below
608AC_DEFUN(RXVT_CHECK_SIZE, 607AC_DEFUN(RXVT_CHECK_SIZE,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines