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

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.31 by root, Sat Jan 28 21:25:12 2006 UTC vs.
Revision 1.34 by root, Tue Jan 31 20:09:06 2006 UTC

274 [ --enable-plain-scroll enable plain style scrollbar], 274 [ --enable-plain-scroll enable plain style scrollbar],
275 [if test x$enableval = xyes -o x$enableval = xno; then 275 [if test x$enableval = xyes -o x$enableval = xno; then
276 support_scroll_plain=$enableval 276 support_scroll_plain=$enableval
277 fi]) 277 fi])
278 278
279dnl AC_ARG_ENABLE(half-shadow,
280dnl [ --enable-half-shadow use half width/height shadow on rxvt scrollbar],
281dnl [if test x$enableval = xyes; then
282dnl AC_DEFINE(HALFSHADOW, 1, Define if you want the depth of scrollbars and menus to be less)
283dnl fi])
284
285AC_ARG_WITH(codesets, 279AC_ARG_WITH(codesets,
286 [ --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)], 280 [ --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)],
287 [codesets="$withval"]) 281 [codesets="$withval"])
288 282
289AC_ARG_ENABLE(xim, 283AC_ARG_ENABLE(xim,
992 echo ". functions could not be found. ." 986 echo ". functions could not be found. ."
993 echo ". XIM is now being DISABLED! ." 987 echo ". XIM is now being DISABLED! ."
994 echo ".----------------------------------------------------------------." 988 echo ".----------------------------------------------------------------."
995fi 989fi
996 990
997echo " *** Optionally check src/feature.h for further options ***" 991echo "*** Optionally check src/feature.h for further, rarely used options ***"
998echo 992echo
999 993
1000echo ".----------------------------------------------------------------."
1001echo ". NOTE: some features are disabled by default, try ."
1002echo ". configure --help to get an idea of the optional features, ."
1003echo ". or read ./README.configure ."
1004echo ". ."
1005echo ". The script ./reconf gives a reasonable baseline, try it if ."
1006echo ". you do not want to read documentation and still want some ."
1007echo ". useful features. ."
1008echo ".----------------------------------------------------------------."
1009echo
1010

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines