mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-02-04 16:30:26 +01:00
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 ".".
23 lines
561 B
Bash
23 lines
561 B
Bash
#
|
|
# 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@
|
|
libdir=@libdir@
|
|
datarootdir=@datarootdir@
|
|
datadir=@datadir@
|
|
pc_path="@pc_path@"
|
|
system_include_path="@system_include_path@"
|
|
system_library_path="@system_library_path@"
|
|
list_indirect_deps=@use_indirect_deps@
|
|
PACKAGE_VERSION=@PACKAGE_VERSION@
|
|
native_win32=@native_win32@
|
|
WINE=@WINE@
|