+Thu Jun 15 21:59:22 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * aclocal.m4 (V5_USE_SHARED_LIB): Quote arguments to test in
+ case the values are blank.
Thu Jun 15 18:15:54 EDT 1995 Paul Park (pjpark@mit.edu)
* aclocal.m4 - Separate K4 libraries; Separate library specification
,
withval=yes
)dnl
-if test $withval = yes; then
+if test "$withval" = yes; then
AC_MSG_RESULT(Using shared libraries)
LDARGS="$krb5_cv_shlibs_ldflag -L[$](TOPLIBD) $LDARGS"
- if test $krb5_cv_exe_need_dirs = yes; then
+ if test "$krb5_cv_exe_need_dirs" = yes; then
LDARGS="$LDARGS $krb5_cv_shlibs_dirhead [$](KRB5_SHLIBDIR) $krb5_cv_shlibs_dirhead `pwd`[$](S)[$](TOPLIBD)"
fi
SHLIB_TAIL_COMP=$krb5_cv_shlibs_tail_comp