diff --git a/configure b/configure
index 672e828ea1ce8390e6082ca4f365cb9a43dd1019..e56eb93a71663af836b78206b8776315a88b2eb3 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.349 2001/01/18 21:18:14 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.350 2001/01/22 05:49:14 kurt Exp  
 
 # Copyright 1998-2000 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -25,7 +25,7 @@ ac_default_prefix=/usr/local
 # Any additions from configure.in:
 ac_default_prefix=/usr/local
 ac_help="$ac_help
-  --with-subdir=DIR change default subdirectory used for installs"
+  --with-subdir=DIR       change default subdirectory used for installs"
 ac_help="$ac_help
   --enable-debug 	  enable debugging [yes]"
 ac_help="$ac_help
@@ -83,13 +83,13 @@ ac_help="$ac_help
 ac_help="$ac_help
     --enable-rlookups	  enable reverse lookups [no]"
 ac_help="$ac_help
-  --enable-slp            enable SLPv2 support [no]"
+    --enable-slp          enable SLPv2 support [no]"
 ac_help="$ac_help
     --enable-wrappers	  enable tcp wrapper support [no]"
 ac_help="$ac_help
     --enable-bdb	  enable Berkeley DB backend [no]"
 ac_help="$ac_help
-    --with-bdb-module  module type [static]"
+    --with-bdb-module     module type [static]"
 ac_help="$ac_help
     --enable-dnssrv	  enable dnssrv backend [no]"
 ac_help="$ac_help
diff --git a/configure.in b/configure.in
index 9e448695295311cd99a4a8c651d0920519b63295..176425f51da019d5bfa11d0e988818f3b1f724c8 100644
--- a/configure.in
+++ b/configure.in
@@ -89,7 +89,7 @@ dnl --with-subdir
 ldap_subdir="/openldap"
 
 AC_ARG_WITH(subdir,
-[  --with-subdir=DIR change default subdirectory used for installs],
+[  --with-subdir=DIR       change default subdirectory used for installs],
 [case "$withval" in
 	no) ldap_subdir=""
 		;;
@@ -157,12 +157,12 @@ OL_ARG_ENABLE(modules,[    --enable-modules	  enable dynamic module support], no
 dnl OL_ARG_ENABLE(multimaster,[    --enable-multimaster  enable multimaster replication], no)dnl
 OL_ARG_ENABLE(phonetic,[    --enable-phonetic	  enable phonetic/soundex], no)dnl
 OL_ARG_ENABLE(rlookups,[    --enable-rlookups	  enable reverse lookups], no)dnl
-OL_ARG_ENABLE(slp, [  --enable-slp            enable SLPv2 support], no)dnl     
+OL_ARG_ENABLE(slp, [    --enable-slp          enable SLPv2 support], no)dnl     
 OL_ARG_ENABLE(wrappers,[    --enable-wrappers	  enable tcp wrapper support], no)dnl
 
 dnl SLAPD Backend options
 OL_ARG_ENABLE(bdb,[    --enable-bdb	  enable Berkeley DB backend], no)dnl
-OL_ARG_WITH(bdb_module,[    --with-bdb-module  module type], static,
+OL_ARG_WITH(bdb_module,[    --with-bdb-module     module type], static,
 	[static dynamic])
 OL_ARG_ENABLE(dnssrv,[    --enable-dnssrv	  enable dnssrv backend], no)dnl
 OL_ARG_WITH(dnssrv_module,[    --with-dnssrv-module  module type], static,