mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2025-12-20 04:20:04 +01:00
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:
parent
925119ce51
commit
e7238e823f
1 changed files with 5 additions and 0 deletions
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue