This patch makes the output of "configure --help" more nicely aligned,
and removes superfluous '\' characters from the Berkeley DB description.
* configure.in
(--enable-maintainer-mode): indented second line to match first.
* ac-helpers/svn-apache.m4
(--with-apache=DIR): indented first and second lines to match other
items in list.
* ac-helpers/berkeley-db.m4
(--with-berkeley-db=PATH): removed superfluous '\'s from description.
Index: configure.in
===================================================================
--- configure.in
+++ configure.in Tue Sep 3 09:20:54 2002
@@ -214,7 +214,7 @@
AC_ARG_ENABLE(maintainer-mode,
[ --enable-maintainer-mode Turn on debugging and very strict compile-time
- warnings],
+ warnings],
[
if test "$enableval" = "yes" ; then
if test "$enable_debugging" = "no" ; then
Index: ac-helpers/svn-apache.m4
===================================================================
--- ac-helpers/svn-apache.m4
+++ ac-helpers/svn-apache.m4 Tue Sep 3 09:25:09 2002
@@ -12,8 +12,8 @@
AC_MSG_CHECKING(for static Apache module support)
AC_ARG_WITH(apache,
-[ --with-apache=DIR Build static Apache module. DIR is the path
- to the top-level Apache source directory.],
+[ --with-apache=DIR Build static Apache module. DIR is the path
+ to the top-level Apache source directory.],
[
if test "$withval" = "yes"; then
AC_MSG_ERROR(You need to specify a directory with --with-apache)
Index: ac-helpers/berkeley-db.m4
===================================================================
--- ac-helpers/berkeley-db.m4
+++ ac-helpers/berkeley-db.m4 Tue Sep 3 09:23:39 2002
@@ -50,17 +50,17 @@
AC_ARG_WITH(berkeley-db,
[ --with-berkeley-db=PATH
- Find the Berkeley DB header and library in \`PATH/include' and
- \`PATH/lib'. If PATH is of the form \`HEADER:LIB', then search
+ Find the Berkeley DB header and library in `PATH/include' and
+ `PATH/lib'. If PATH is of the form `HEADER:LIB', then search
for header files in HEADER, and the library in LIB. If you omit
- the \`=PATH' part completely, the configure script will search
+ the `=PATH' part completely, the configure script will search
for Berkeley DB in a number of standard places.
The Subversion server requires Berkeley DB $db_version or newer. If
- you specify \`--without-berkeley-db', the server will not be
+ you specify `--without-berkeley-db', the server will not be
built. Otherwise, the configure script builds the server if and
only if it can find a new enough version installed, or if a copy
- of Berkeley DB exists in the subversion tree as subdir \`db'.],
+ of Berkeley DB exists in the subversion tree as subdir `db'.],
[
if test "$withval" = "yes"; then
status=required
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 3 15:38:57 2002