indent
authorroot <root>
Sun, 6 Jan 2008 21:34:57 +0000 (21:34 +0000)
committerroot <root>
Sun, 6 Jan 2008 21:34:57 +0000 (21:34 +0000)
configure
configure.ac

index 62ea16f..9d4e5d3 100755 (executable)
--- 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;
index 57ec5be..e2acfaf 100644 (file)
@@ -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])