Module Name: krb5 Committed By: raeburn Date: Tue May 4 19:38:19 UTC 2004 Modified Files: krb5/src/util/et/ChangeLog krb5/src/util/et/Makefile.in krb5/src/util/et/configure.in Added Files: Removed Files: Log Message 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. To generate a diff of this commit: cvs diff -r5.136 -r5.137 krb5/src/util/et/ChangeLog cvs diff -r1.69 -r1.70 krb5/src/util/et/Makefile.in cvs diff -r1.27 -r1.28 krb5/src/util/et/configure.in