summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2013-04-20 07:19:44 -0700
committerDan Nicholson <dbn.lists@gmail.com>2013-05-17 05:13:15 -0700
commite7238e823feb1cf9a97c241a8d4d177ca58bea36 (patch)
tree86d76103ce4f3c63d018673e564636eefd745d5b /check
parent925119ce512a05f4c64049526aa19b1296b55e3e (diff)
downloadpkg-config-e7238e823feb1cf9a97c241a8d4d177ca58bea36.tar.gz
check: Define all useful build directories in config.sh
Define all the autoconf build directories besides srcdir, which is required to run the test scripts and set by "make check", and builddir, which is always assumed to be ".".
Diffstat (limited to 'check')
-rw-r--r--check/config.sh.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/check/config.sh.in b/check/config.sh.in
index 8b7ffb5..3d7b8a2 100644
--- a/check/config.sh.in
+++ b/check/config.sh.in
@@ -2,7 +2,12 @@
# Settings from the configure script
#
+abs_srcdir=@abs_srcdir@
+top_srcdir=@top_srcdir@
+abs_top_srcdir=@abs_top_srcdir@
+abs_builddir=@abs_builddir@
top_builddir=@top_builddir@
+abs_top_builddir=@abs_top_builddir@
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@