aboutsummaryrefslogtreecommitdiff
path: root/src/config/pre.in
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2010-03-15 18:53:02 +0000
committerTom Yu <tlyu@mit.edu>2010-03-15 18:53:02 +0000
commit6bd96a6b3ee57d131da4c4f379fa9c1c388592b3 (patch)
tree455d9e4f2fb9df101c831686218eb0f6e2077bf4 /src/config/pre.in
parent49abf1c55ae0d9a79239cd22ada98b2cfc54e224 (diff)
downloadkrb5-6bd96a6b3ee57d131da4c4f379fa9c1c388592b3.zip
krb5-6bd96a6b3ee57d131da4c4f379fa9c1c388592b3.tar.gz
krb5-6bd96a6b3ee57d131da4c4f379fa9c1c388592b3.tar.bz2
Set up KRB5_RUN_ENV for pytests, so that Python-based tests can run
without first running "make install". git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23805 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config/pre.in')
-rw-r--r--src/config/pre.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/pre.in b/src/config/pre.in
index d2fc921..6bf9cc4 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -396,6 +396,9 @@ UTIL_LIB = @UTIL_LIB@
# eventually) but which we don't want to install.
APPUTILS_LIB = -lapputils
+# So test programs can find their libraries without "make install", etc.
+KRB5_RUN_ENV=@KRB5_RUN_ENV@
+
#
# variables for --with-tcl=
TCL_LIBS = @TCL_LIBS@