From: root Date: Sun, 6 Jan 2008 21:34:57 +0000 (+0000) Subject: indent X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f3fdca83fc77a4399eac89f7eb998bdb291700df;p=dana%2Furxvt.git indent --- diff --git a/configure b/configure index 62ea16fa..9d4e5d36 100755 --- a/configure +++ b/configure @@ -1295,13 +1295,13 @@ Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-everything enable standard non-multichoice features - NOTE: this option is order dependent + NOTE: this option is order dependent --enable-warnings turn on g++ warnings --enable-unicode3 use 21 instead of 16 bits to represent unicode characters --enable-combining enable composition of base and combining characters --enable-xft enable xft support on systems that have it --enable-font-styles enable bold and italic support - --enable-afterimage enable integration with libAfterImage for background images + --enable-afterimage enable integration with libAfterImage for background images --enable-transparency enable transparent backgrounds --enable-fading enable colors fading when off focus --enable-rxvt-scroll enable rxvt style scrollbar @@ -4368,7 +4368,6 @@ fi fi - support_frills=yes support_inheritpixmap=yes support_fading=yes @@ -4395,7 +4394,6 @@ support_perl=yes codesets=all - # Check whether --enable-everything was given. if test "${enable_everything+set}" = set; then enableval=$enable_everything; diff --git a/configure.ac b/configure.ac index 57ec5be4..e2acfaf0 100644 --- a/configure.ac +++ b/configure.ac @@ -113,7 +113,7 @@ dnl# -------------------------------------------------------------------------- AC_ARG_ENABLE(everything, [ --enable-everything enable standard non-multichoice features - NOTE: this option is order dependent], + NOTE: this option is order dependent], [ if test x$enableval = xno; then support_frills=no @@ -216,7 +216,7 @@ AC_ARG_ENABLE(font-styles, fi]) AC_ARG_ENABLE(afterimage, - [ --enable-afterimage enable integration with libAfterImage for background images], + [ --enable-afterimage enable integration with libAfterImage for background images], [if test x$enableval = xyes -o x$enableval = xno; then support_afterimage=$enableval fi])