* aclocal.m4 (V5_USE_SHARED_LIB): Remove another dependency in the
authorEzra Peisach <epeisach@mit.edu>
Wed, 24 Apr 1996 06:48:34 +0000 (06:48 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 24 Apr 1996 06:48:34 +0000 (06:48 +0000)
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
src/aclocal.m4

index 788936e35280f436b7d3a144ecd6749460cc4806..8e3c1152a3c7a0aca5710da8bceaf6b4b34e8f2a 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 69101163ddabeac8e335b94b5d9b5edbc3342241..38433549c92386b45bf3368ed579b49de3547ff9 100644 (file)
@@ -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)