diff options
author | NIIBE Yutaka <[email protected]> | 2021-02-16 03:06:32 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2021-02-16 03:06:32 +0000 |
commit | ed3cd20de8d3eab92dd8fff02bcc214c55d08398 (patch) | |
tree | 94b240fd06c74ea636404e238c5d89e672f8f9f5 | |
parent | build: More fix for determining libdir for gpgrt-config. (diff) | |
download | libgpg-error-ed3cd20de8d3eab92dd8fff02bcc214c55d08398.tar.gz libgpg-error-ed3cd20de8d3eab92dd8fff02bcc214c55d08398.zip |
build: Fix gpgrt-config.
* src/gpgrt-config.in: Remove delimiter variable.
--
Fixes-commit: 7b81ec272b0c54ac893c09be4715b76e84c27b23
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | src/gpgrt-config.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gpgrt-config.in b/src/gpgrt-config.in index a7dc672..0fe14e8 100644 --- a/src/gpgrt-config.in +++ b/src/gpgrt-config.in @@ -1,5 +1,5 @@ #!@INSTALLSHELLPATH@ -# Copyright (C) 2018 g10 Code GmbH +# Copyright (C) 2018, 2021 g10 Code GmbH # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -517,7 +517,6 @@ libs="" mtcflags="" mtlibs="" -delimiter=" " output="" mt="no" @@ -543,8 +542,6 @@ while test $# -gt 0; do --version) # In future, use --modversion instead. want_attr=Version - delimiter=" -" ;; --api-version) # In future, use --variable=api_version instead. @@ -561,8 +558,6 @@ while test $# -gt 0; do #### pkg-config incompatible options: end --modversion) want_attr=Version - delimiter=" -" ;; --exists) want_exists=yes |