executables on the build tree.
The built executables should not look in the build tree for shared libraries...
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7857
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Apr 24 03:49:06 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * aclocal.m4 (V5_USE_SHARED_LIB): Remove another dependency in the
+ executables on the build tree.
+
Wed Apr 17 13:24:02 1996 Theodore Y. Ts'o <tytso@mit.edu>
* .Sanitize: Removed kadmin.old from list of things to keep.
AC_MSG_RESULT(Using shared libraries)
LDARGS="$krb5_cv_shlibs_ldflag -L\$(TOPLIBD) $LDARGS"
if test "$krb5_cv_exe_need_dirs" = yes; then
- LDARGS="$LDARGS ${krb5_cv_shlibs_dirhead}\$(KRB5_SHLIBDIR) ${krb5_cv_shlibs_dirhead}`pwd`/\$(TOPLIBD)"
+ LDARGS="$LDARGS ${krb5_cv_shlibs_dirhead}\$(KRB5_SHLIBDIR)"
fi
SHLIB_TAIL_COMP=$krb5_cv_shlibs_tail_comp
AC_SUBST(SHLIB_TAIL_COMP)