dnl Process this file with autoconf to produce a configure script.
-echo Configuring CU Sudo version 1.3.5
+echo Configuring CU Sudo version 1.3.6
AC_INIT(sudo.h)
AC_CONFIG_HEADER(config.h)
dnl
echo 'Configuring for use with S/Key')
dnl --with-SecurID
-AC_ARG_WITH(SecurID, [ --with-SecurID enable SecurID support], AC_DEFINE(HAVE_SECURID)
+AC_ARG_WITH(SecurID, [ --with-SecurID enable SecurID support], AC_DEFINE(HAVE_SECURID)
SECURID=1
echo 'Configuring for use with SecurID')
echo 'Configuring for use with AFS')
dnl --with-csops
-AC_ARG_WITH(csops, [ --with-csops add CSops standard options], OPTIONS="${OPTIONS} -DUSE_INSULTS -DCLASSIC_INSULTS -DCSOPS_INSULTS -DENV_EDITOR"
+AC_ARG_WITH(csops, [ --with-csops add CSOps standard options], OPTIONS="${OPTIONS} -DUSE_INSULTS -DCLASSIC_INSULTS -DCSOPS_INSULTS -DENV_EDITOR"
sbindir='$(exec_prefix)/sbin'
echo 'CSOps--adding options: USE_INSULTS CLASSIC_INSULTS CSOPS_INSULTS ENV_EDITOR')