really fix the quoting. $() is not an sh construct, only a make construct.
authorMark Eichin <eichin@mit.edu>
Fri, 28 Apr 1995 14:40:41 +0000 (14:40 +0000)
committerMark Eichin <eichin@mit.edu>
Fri, 28 Apr 1995 14:40:41 +0000 (14:40 +0000)
"I don't think that syntax means what you think it does" -- I. Montoya

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5600 dc483132-0cff-0310-8789-dd5450dbe970

src/aclocal.m4

index fad947138f848814e68d98b38dd2f15db33c94f9..8b7183df973ea7369bc72e9d2be2f4f8b0468a6c 100644 (file)
@@ -322,7 +322,7 @@ dnl set $(KRB4) from --with-krb4=value -- WITH_KRB4
 dnl
 define(WITH_KRB4,[
 AC_ARG_WITH([krb4],
-[  --without-krb4          don't include Kerberos V4 backwards compatibility
+[   --without-krb4          don't include Kerberos V4 backwards compatibility
    --with-krb4             use V4 libraries included with V5 (default)
    --with-krb4=KRB4DIR     use preinstalled V4 libraries],
 ,
@@ -341,8 +341,8 @@ else
        KDB4_LIB='$(TOPLIBD)/libkdb4.a'
  else
        AC_MSG_RESULT(preinstalled krb4 in $withval)
-       KRB4_LIB="$(withval)/lib/libkrb.a"' $(TOPLIBD)/libdes425.a'
-       KDB4_LIB="$(withval)/libkdb.a"
+       KRB4_LIB="$withval/lib/libkrb.a"' $(TOPLIBD)/libdes425.a'
+       KDB4_LIB="$withval/libkdb.a"
  fi
 fi
 AC_SUBST(KRB4_LIB)