From: ayin Date: Wed, 17 Oct 2007 08:15:42 +0000 (+0000) Subject: Cosmetics. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0f21c8d9eda81618e43cd11e3cae5d57a8f64aaf;p=dana%2Furxvt.git Cosmetics. --- diff --git a/configure.ac b/configure.ac index baf3530e..7db7fca4 100644 --- a/configure.ac +++ b/configure.ac @@ -280,7 +280,7 @@ AC_ARG_ENABLE(plain-scroll, fi]) AC_ARG_WITH(codesets, - [ --with-codesets=NAME,.. compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)], + [ --with-codesets=CS,... compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)], [codesets="$withval"]) AC_ARG_ENABLE(xim, @@ -315,7 +315,7 @@ AC_ARG_ENABLE(8bitctrls, RESFALLBACK=Rxvt AC_ARG_ENABLE(fallback, - [ --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)], + [ --enable-fallback@<:@=CLASS@:>@ fall back on CLASS resources in addition to URxvt ones (default: Rxvt)], [ test x$enableval = xyes && enableval=Rxvt test x$enableval = xno && enableval= @@ -384,7 +384,7 @@ AC_ARG_ENABLE(mousewheel, fi]) AC_ARG_ENABLE(slipwheeling, - [ --enable-slipwheeling enable slip wheel scrolling (requires previous)], + [ --enable-slipwheeling enable slip wheel scrolling (requires --enable-mousewheel)], [if test x$enableval = xyes -o x$enableval = xno; then support_mouseslipwheel=$enableval fi])