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 ".".
This commit is contained in:
Dan Nicholson 2013-04-20 07:19:44 -07:00
parent 925119ce51
commit e7238e823f

View file

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