summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-01 15:30:08 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-01 18:03:36 +0200
commitf1d0889058c112c5a594755be7f3482ced2da395 (patch)
tree0b995cccb8e57add808376fe237948d0ed217354 /configure.ac
parentbe59288ff46a7f3462f5d055f06edacc59340c36 (diff)
put result of make test-install into top-level test-install dir
... and rename all DEVINSTALL variables to TESTINSTALL. Change-Id: I2f745ff6324c078d5fd7d272911a9268fc5efd27
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8cb15d74475a..31988cd217c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12263,8 +12263,8 @@ AC_SUBST(DOCDIR)
INSTALLDIR="$LIBDIR/$INSTALLDIRNAME"
AC_SUBST(INSTALLDIR)
-DEVINSTALLDIR="$OUTDIR/installation"
-AC_SUBST(DEVINSTALLDIR)
+TESTINSTALLDIR="${BUILDDIR}/test-install/${INPATH}"
+AC_SUBST(TESTINSTALLDIR)
# ===================================================================
# De- or increase default verbosity of build process