zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: prettify configure --help output
@ 1999-11-05 16:23 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 1999-11-05 16:23 UTC (permalink / raw)
  To: zsh-workers

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])


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-11-05 16:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-05 16:23 PATCH: prettify configure --help output Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).