+2004-09-26 Tom Yu <tlyu@mit.edu>
+
+ * Makefile.in (check-unix-tcl-ok): Use KRB5_RUN_ENV.
+
+ * configure.in: Use KRB5_RUN_FLAGS.
+
2004-09-23 Ken Raeburn <raeburn@mit.edu>
* prof_tree.c (struct profile_node): Add new bitfield DELETED.
BUILDTOP=$(REL)..$(S)..
PROG_LIBPATH=-L$(TOPLIBD) $(TCL_LIBPATH)
PROG_RPATH=$(KRB5_LIBDIR)$(TCL_RPATH)
+KRB5_RUN_ENV=@KRB5_RUN_ENV@
##DOS##BUILDTOP = ..\..
##DOS##OBJFILE=$(OUTPRE)profile.lst
##DOS##LIBNAME=$(OUTPRE)profile.lib
check-unix-tcl-ok: profile_tcl
cp $(srcdir)/test.ini test2.ini
- ./profile_tcl $(srcdir)/prof_test1
+ $(KRB5_RUN_ENV) ./profile_tcl $(srcdir)/prof_test1
check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe
$(RM) $(OUTPRE)*.obj