summaryrefslogtreecommitdiff
path: root/usr.bin/sudo/configure.in
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-04-19 21:57:18 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-04-19 21:57:18 +0000
commitf853556b001a0aa2b6c37a73db6602fb02845fac (patch)
tree4d3f8ee909b9d62a421cd1a5fe6314d64bcdc075 /usr.bin/sudo/configure.in
parent0017be32f575787dde5df63ec556819d445cfb0f (diff)
sync w/ the sudo cvs tree and sudo 1.6.7p4
Diffstat (limited to 'usr.bin/sudo/configure.in')
-rw-r--r--usr.bin/sudo/configure.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/sudo/configure.in b/usr.bin/sudo/configure.in
index 58255a12005..853bf612b03 100644
--- a/usr.bin/sudo/configure.in
+++ b/usr.bin/sudo/configure.in
@@ -1,15 +1,15 @@
dnl
dnl Process this file with GNU autoconf to produce a configure script.
-dnl $Sudo: configure.in,v 1.382 2003/04/04 17:45:24 millert Exp $
+dnl $Sudo: configure.in,v 1.383 2003/04/13 19:48:15 millert Exp $
dnl
dnl Copyright (c) 1994-1996,1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
dnl
-AC_INIT(sudo, 1.6.7p3)
+AC_INIT(sudo, 1.6.7p4)
AC_CONFIG_HEADER(config.h pathnames.h)
dnl
dnl This won't work before AC_INIT()
dnl
-AC_MSG_NOTICE([Configuring Sudo version 1.6.7p3])
+AC_MSG_NOTICE([Configuring Sudo version 1.6.7p4])
dnl
dnl Variables that get substituted in the Makefile and man pages
dnl
@@ -911,9 +911,9 @@ if test "$insults" = "on"; then
fi
AC_MSG_CHECKING(whether to override the user's path)
-AC_ARG_WITH(secure-path, [ --with-secure-path override the user's path with a builtin one],
+AC_ARG_WITH(secure-path, [ --with-secure-path override the user's path with a built-in one],
[case $with_secure_path in
- yes) AC_DEFINE_UNQUOTED(SECURE_PATH, "/bin:/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc", [Define to override the user's path with a builtin one.])
+ yes) AC_DEFINE_UNQUOTED(SECURE_PATH, "/bin:/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc", [Define to override the user's path with a built-in one.])
AC_MSG_RESULT([:/usr/ucb:/usr/bin:/usr/sbin:/sbin:/usr/etc:/etc])
;;
no) AC_MSG_RESULT(no)