mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 11:31:26 +01:00
zsh-workers/8576
This commit is contained in:
parent
0449f416c0
commit
33ae0d5335
1 changed files with 3 additions and 3 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue