diff options
| author | Alan Conway <aconway@apache.org> | 2010-09-27 19:41:23 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-09-27 19:41:23 +0000 |
| commit | bbee097fc24cc07a0ec5eacff757d068fd9c6a83 (patch) | |
| tree | 0e87593c2009e9c344e90cdfe5cb1d88ecff4c51 /qpid/cpp/src/tests/test_env.sh.in | |
| parent | ad992d967371b001c77c1c79e2b701948d1c5775 (diff) | |
| download | qpid-python-bbee097fc24cc07a0ec5eacff757d068fd9c6a83.tar.gz | |
Added install_env.sh to set environment variables to use an install prefix.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1001887 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/test_env.sh.in')
| -rw-r--r-- | qpid/cpp/src/tests/test_env.sh.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qpid/cpp/src/tests/test_env.sh.in b/qpid/cpp/src/tests/test_env.sh.in index 07bd4b2bee..5841e910a0 100644 --- a/qpid/cpp/src/tests/test_env.sh.in +++ b/qpid/cpp/src/tests/test_env.sh.in @@ -20,10 +20,10 @@ absdir() { echo `cd $1 && pwd`; } # Environment variables substituted by configure/cmake. -srcdir=@abs_srcdir@ -builddir=@abs_builddir@ -top_srcdir=@abs_top_srcdir@ -top_builddir=@abs_top_builddir@ +srcdir=`absdir @abs_srcdir@` +builddir=`absdir @abs_builddir@` +top_srcdir=`absdir @abs_top_srcdir@` +top_builddir=`absdir @abs_top_builddir@` moduledir=$top_builddir/src@builddir_lib_suffix@ testmoduledir=$builddir@builddir_lib_suffix@ |
