From ed3cd20de8d3eab92dd8fff02bcc214c55d08398 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 16 Feb 2021 12:06:32 +0900 Subject: build: Fix gpgrt-config. * src/gpgrt-config.in: Remove delimiter variable. -- Fixes-commit: 7b81ec272b0c54ac893c09be4715b76e84c27b23 Signed-off-by: NIIBE Yutaka --- src/gpgrt-config.in | 7 +------ 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3