From 048c45e81be65f31cd698de6b3536e35f7f1599a Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 16 Apr 2010 21:45:22 +0000 Subject: Build runenv.py, holding environment variable settings required for running programs out of the build tree during python-based tests. Also updates shilb.conf to set RUN_VARS to make it easier to generate this sort of thing. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23905 dc483132-0cff-0310-8789-dd5450dbe970 --- src/aclocal.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/aclocal.m4') diff --git a/src/aclocal.m4 b/src/aclocal.m4 index a9725fca67..5637f6870f 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -1131,7 +1131,9 @@ dnl Set up environment for running dynamic executables out of build tree AC_DEFUN(KRB5_RUN_FLAGS, [AC_REQUIRE([KRB5_LIB_AUX])dnl KRB5_RUN_ENV="$RUN_ENV" -AC_SUBST(KRB5_RUN_ENV)]) +KRB5_RUN_VARS="$RUN_VARS" +AC_SUBST(KRB5_RUN_ENV) +AC_SUBST(KRB5_RUN_VARS)]) dnl dnl KRB5_LIB_AUX -- cgit