[PATCH 7/8] check: Define all useful build directories in config.sh

Dan Nicholson dbn.lists at gmail.com
Sat Apr 20 07:42:24 PDT 2013


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 ".".
---
 check/config.sh.in | 5 +++++
 1 file changed, 5 insertions(+)

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@
-- 
1.8.1.4



More information about the pkg-config mailing list