Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: configure.in spelling correction
- X-seq: zsh-workers 8346
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: configure.in spelling correction
- Date: Wed, 20 Oct 1999 16:29:18 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
While making the previous patch, I noticed
*** configure.in.old Wed Oct 20 16:30:02 1999
--- configure.in Wed Oct 20 16:31:04 1999
***************
*** 192,200 ****
[ansi2knr="$enableval"], [ansi2knr=default])
dnl Do you want to disable restricted on r* commands
! undefine([resticted-r])dnl
! AC_ARG_ENABLE(resticted-r,
! [ --disable-resticted-r turn off restricted shell if the invoked command is r*],
[if test x$enableval = xyes; then
AC_DEFINE(RESTRICTED_R)
fi],
--- 192,200 ----
[ansi2knr="$enableval"], [ansi2knr=default])
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*],
[if test x$enableval = xyes; then
AC_DEFINE(RESTRICTED_R)
fi],
Messages sorted by:
Reverse Date,
Date,
Thread,
Author