diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2012-10-01 12:34:11 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2012-10-02 05:51:22 -0700 |
commit | 42f30aee2e9fb1e659892918107527174ffde86b (patch) | |
tree | 106e13b596c926b0037b9c2f86a0b3d1eabdcad7 /check/config.sh.in | |
parent | aba2c047cf3b01b3397c666c8bf3640e45bec33b (diff) |
check: Test pkg-config version
Test that --version prints the current version and
--atleast-pkgconfig-version validates it.
Diffstat (limited to 'check/config.sh.in')
-rw-r--r-- | check/config.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/check/config.sh.in b/check/config.sh.in index 5663ead..91f20a2 100644 --- a/check/config.sh.in +++ b/check/config.sh.in @@ -12,3 +12,4 @@ 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@ |