diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1996-04-24 06:48:34 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1996-04-24 06:48:34 +0000 |
| commit | 10e9c2bc909041c31fd982a3fd1eecff29baa2a9 (patch) | |
| tree | 7e06376d6099c77019b0daa214945bcaa48ee8e1 /src | |
| parent | 21929ce19741f726e97a4a8b3ed293501bc779ba (diff) | |
| download | krb5-10e9c2bc909041c31fd982a3fd1eecff29baa2a9.tar.gz krb5-10e9c2bc909041c31fd982a3fd1eecff29baa2a9.tar.xz krb5-10e9c2bc909041c31fd982a3fd1eecff29baa2a9.zip | |
* 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
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/aclocal.m4 | 2 |
2 files changed, 6 insertions, 1 deletions
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 <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. 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) |
