mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-01 05:37:59 +02:00
Test that --version prints the current version and --atleast-pkgconfig-version validates it.
15 lines
349 B
Bash
15 lines
349 B
Bash
#
|
|
# Settings from the configure script
|
|
#
|
|
|
|
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@
|