Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: prettify configure --help output
- X-seq: zsh-workers 8576
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: prettify configure --help output
- Date: Fri, 5 Nov 1999 11:23:33 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Just lines up the descriptions.
Index: configure.in
===================================================================
RCS file: /projects/zsh/zsh/configure.in,v
retrieving revision 1.1.1.38
diff -u -r1.1.1.38 configure.in
--- configure.in 1999/11/04 16:34:54 1.1.1.38
+++ configure.in 1999/11/05 16:22:03
@@ -194,7 +194,7 @@
dnl Do you want to disable restricted on r* commands
undefine([restricted-r])dnl
AC_ARG_ENABLE(restricted-r,
-[ --disable-restricted-r turn off restricted shell if the invoked command is r*],
+[ --disable-restricted-r turn off restricted shell if the invoked command is r*],
[if test x$enableval = xyes; then
AC_DEFINE(RESTRICTED_R)
fi],
@@ -212,7 +212,7 @@
undefine([fndir])dnl
AC_ARG_ENABLE(fndir,
-[ --enable-fndir=DIR where functions go (default DATADIR/zsh/functions)],
+[ --enable-fndir=DIR where functions go (default DATADIR/zsh/functions)],
[if test $enableval = yes; then
fndir=${datadir}/zsh/functions
else
@@ -245,7 +245,7 @@
dnl Do you want maildir support?
undefine([maildir_support])dnl
AC_ARG_ENABLE(maildir-support,
-[ --enable-maildir-support Enable maildir support in MAIL and MAILPATH],
+[ --enable-maildir-support Enable maildir support in MAIL and MAILPATH],
[if test x$enableval = xyes; then
AC_DEFINE(MAILDIR_SUPPORT)
fi])
Messages sorted by:
Reverse Date,
Date,
Thread,
Author