]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
* Makefile.in (check-unix-tcl-ok): Use KRB5_RUN_ENV
authorTom Yu <tlyu@mit.edu>
Sun, 26 Sep 2004 13:21:01 +0000 (13:21 +0000)
committerTom Yu <tlyu@mit.edu>
Sun, 26 Sep 2004 13:21:01 +0000 (13:21 +0000)
* configure.in: Use KRB5_RUN_FLAGS.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16791 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/Makefile.in
src/util/profile/configure.in

index a1cdc5b6fea98a498b58900ecd8e0719b293fa44..933119804df8b67cbb2883583e37fe9724c6f0e5 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 76540a39e20d0d806f8f0fe1662baa9124561dce..b768a74e21ed9076550a760743c8fbacc4eb36ce 100644 (file)
@@ -4,6 +4,7 @@ mydir=.
 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
@@ -139,7 +140,7 @@ check-unix-tcl-:
 
 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
index 17e8b58a2704ad14e82b6513fc4a24f6e621a872..38fb9e426a383bea0b001ff1068b9cf9f44c4ae6 100644 (file)
@@ -14,5 +14,6 @@ AC_SUBST(DO_TCL)
 KRB5_BUILD_LIBOBJS
 KRB5_BUILD_PROGRAM
 KRB5_BUILD_LIBRARY_WITH_DEPS
+KRB5_RUN_FLAGS
 AC_CONFIG_FILES(prtest, [chmod +x prtest])
 V5_AC_OUTPUT_MAKEFILE