$(KRB4) -> \$KRB4 so our /bin/sh won't spit out an error message while
authorniklas <niklas@openbsd.org>
Thu, 1 Feb 1996 23:57:12 +0000 (23:57 +0000)
committerniklas <niklas@openbsd.org>
Thu, 1 Feb 1996 23:57:12 +0000 (23:57 +0000)
configuring.

gnu/usr.bin/cvs/configure
gnu/usr.bin/cvs/configure.in

index b5761b1..fdaa36c 100644 (file)
@@ -12,7 +12,7 @@ ac_help=
 ac_default_prefix=/usr/local
 # Any additions from configure.in:
 ac_help="$ac_help
-  --with-krb4=value       set default $(KRB4) from value"
+  --with-krb4=value       set default \$KRB4 from value"
 
 # Initialize some variables set by options.
 # The variables have the same names as the options, with
index b44a6d9..32eb799 100644 (file)
@@ -76,12 +76,12 @@ fi
 AC_MSG_RESULT($ccvs_cv_sys_working_fnmatch)
 
 dnl
-dnl set $(KRB4) from --with-krb4=value -- WITH_KRB4
+dnl set $KRB4 from --with-krb4=value -- WITH_KRB4
 dnl
 KRB4=/usr/kerberos
 define(WITH_KRB4,[
 AC_ARG_WITH([krb4],
-  [  --with-krb4=value       set default $(KRB4) from value],
+  [  --with-krb4=value       set default \$KRB4 from value],
   [KRB4=$withval],
 )dnl
 echo "default place for krb4 is $KRB4"