Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: configure.in spelling correction



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