]> granicus.if.org Git - sudo/commitdiff
--with options now line up
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 19 Nov 1995 23:27:51 +0000 (23:27 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 19 Nov 1995 23:27:51 +0000 (23:27 +0000)
++version

configure.in

index 5305fb37f7034540e28a209b1b9057b77129a5c5..a421d33d31b4f9d5ea49c5ab66b1d4805de19433 100644 (file)
@@ -1,5 +1,5 @@
 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
@@ -53,7 +53,7 @@ SKEY=1
 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')
 
@@ -73,7 +73,7 @@ AFS=1
 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')