From 10e9c2bc909041c31fd982a3fd1eecff29baa2a9 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Wed, 24 Apr 1996 06:48:34 +0000 Subject: [PATCH] * aclocal.m4 (V5_USE_SHARED_LIB): Remove another dependency in the 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 --- src/ChangeLog | 5 +++++ src/aclocal.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 788936e35..8e3c1152a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 24 03:49:06 1996 Ezra Peisach + + * 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 * .Sanitize: Removed kadmin.old from list of things to keep. diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 69101163d..38433549c 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -1053,7 +1053,7 @@ if test "$krb5_cv_shlibs_enabled" = 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 - 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) -- 2.26.2