summaryrefslogtreecommitdiff
path: root/security/sudo/patches/patch-af
blob: 56ba45e69fe1af6126d942e98e3f5263c5f1b39d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
$NetBSD: patch-af,v 1.5 1999/12/30 22:51:29 jlam Exp $

--- configure.in.orig	Wed Dec  8 23:04:45 1999
+++ configure.in	Thu Dec 30 17:14:53 1999
@@ -146,7 +146,7 @@
 		DEV=""
 		;;
     no)		;;
-    *)		echo "Ignoring unknown argument to --with-devel: $with_csops"
+    *)		echo "Ignoring unknown argument to --with-devel: $with_devel"
 		;;
 esac])
 
@@ -162,6 +162,19 @@
 		;;
     no)		;;
     *)		echo "Ignoring unknown argument to --with-csops: $with_csops"
+		;;
+esac])
+
+AC_ARG_WITH(nbsdops, [  --with-nbsdops          add NetBSD standard options],
+[case $with_nbsdops in  
+    yes)	echo 'Adding NetBSD standard options'
+		CHECKSIA=false
+		with_ignore_dot=yes
+		with_env_editor=yes
+		with_tty_tickets=yes
+		;;
+    no)		;;
+    *)		echo "Ignoring unknown argument to --with-nbsdops: $with_nbsdops"
 		;;
 esac])