From ffebb25cfe236b95480880c2b468ca0034033a8c Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 30 Aug 2018 10:34:43 +0900 Subject: Add note for the compatibility. * src/gpg-error-config-main.sh (--modversion): New. Add comments. -- Not supported by pkg-config: No such options: --prefix --exec-prefix --host Conditional flag which change the output: --mt Different semantics: --version which print the tool version We keep the backward compatibility for older gpg-error-config for --mt and other options for a while. New usage (pkg-config compatible way) is encouraged. --- src/gpg-error-config-main.sh | 40 ++++++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/src/gpg-error-config-main.sh b/src/gpg-error-config-main.sh index e2ff26d..637db7d 100644 --- a/src/gpg-error-config-main.sh +++ b/src/gpg-error-config-main.sh @@ -12,8 +12,6 @@ else exit 1 fi -output="" - usage() { cat <