diff options
author | NIIBE Yutaka <[email protected]> | 2018-10-24 02:50:27 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2018-10-24 02:50:27 +0000 |
commit | 6d8b1e958ca96b366daac38e7084f999d252a9f8 (patch) | |
tree | 30e2f63f8f8fd946108dbb8b34d9357b5a124967 | |
parent | gpg-error-config: Get var/attr from the first package. (diff) | |
download | libgpg-error-6d8b1e958ca96b366daac38e7084f999d252a9f8.tar.gz libgpg-error-6d8b1e958ca96b366daac38e7084f999d252a9f8.zip |
gpg-error-config: Old gpg-error-config support --modversion.
* src/gpg-error-config.in: Support --modversion.
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | src/gpg-error-config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpg-error-config.in b/src/gpg-error-config.in index e050632..5c84dd8 100644 --- a/src/gpg-error-config.in +++ b/src/gpg-error-config.in @@ -63,6 +63,7 @@ while test $# -gt 0; do --exec-prefix) output="$output $exec_prefix" ;; + --modversion) --version) echo "@PACKAGE_VERSION@" exit 0 |