about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-05 16:30:35 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-05 16:30:35 +0000
commit33ae0d53356b4a68c798089afe12ff5a2771570a (patch)
tree0cb51ae3e3ec133295813c3a16641ae2aba1dcac /configure.in
parent0449f416c030dbc5c0ffca625d7abdec62aa22f5 (diff)
downloadzsh-33ae0d53356b4a68c798089afe12ff5a2771570a.tar.gz
zsh-33ae0d53356b4a68c798089afe12ff5a2771570a.tar.xz
zsh-33ae0d53356b4a68c798089afe12ff5a2771570a.zip
zsh-workers/8576
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 7dffb2a61..3118a626f 100644
--- a/configure.in
+++ b/configure.in
@@ -194,7 +194,7 @@ AC_ARG_ENABLE(ansi2knr,
 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 @@ AC_DEFINE(CONFIG_LOCALE)
 
 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 @@ AC_SUBST(FUNCTIONS_SUBDIRS)dnl
 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])