diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2004-05-04 19:38:18 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2004-05-04 19:38:18 +0000 |
| commit | 78baf0d2da15305afe0f6ccf17f38fb3a3d9cc8c (patch) | |
| tree | ef4c7b1db3779191298dddf224ea900d049c01b5 /src/util/et/ChangeLog | |
| parent | 9143795064f9dc9a62ddbf37a628b8ac4cabf2f9 (diff) | |
| download | krb5-78baf0d2da15305afe0f6ccf17f38fb3a3d9cc8c.tar.gz krb5-78baf0d2da15305afe0f6ccf17f38fb3a3d9cc8c.tar.xz krb5-78baf0d2da15305afe0f6ccf17f38fb3a3d9cc8c.zip | |
Make com_err tests exercise the shared-library support
* configure.in: Invoke KRB5_BUILD_PROGRAM and KRB5_RUN_FLAGS.
* Makefile.in (PROG_RPATH, PROG_LIBPATH, RUN_SETUP): New variables.
(test_et, t_com_err): Use the built library, even if shared.
(check-unix): Set up the environment properly to load shared libraries when
running the test programs.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16298 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/et/ChangeLog')
| -rw-r--r-- | src/util/et/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 2b3922a392..f60d977429 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,12 @@ +2004-05-04 Ken Raeburn <raeburn@mit.edu> + + * configure.in: Invoke KRB5_BUILD_PROGRAM and KRB5_RUN_FLAGS. + * Makefile.in (PROG_RPATH, PROG_LIBPATH, RUN_SETUP): New + variables. + (test_et, t_com_err): Use the built library, even if shared. + (check-unix): Set up the environment properly to load shared + libraries when running the test programs. + 2004-04-29 Ken Raeburn <raeburn@mit.edu> * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variables. |
