From: Ezra Peisach Date: Wed, 24 Apr 1996 06:48:34 +0000 (+0000) Subject: * aclocal.m4 (V5_USE_SHARED_LIB): Remove another dependency in the X-Git-Tag: krb5-1.0-beta6~183 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=10e9c2bc909041c31fd982a3fd1eecff29baa2a9;p=krb5.git * 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 --- 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)