From 0c816bc81869027ff8fab2704ea19e437ce7c263 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Fri, 28 Apr 1995 14:40:41 +0000 Subject: really fix the quoting. $() is not an sh construct, only a make construct. "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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/aclocal.m4 b/src/aclocal.m4 index fad947138..8b7183df9 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -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) -- cgit