diff options
author | Justus Winter <justus@g10code.com> | 2016-07-15 17:20:18 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-07-15 17:24:49 +0200 |
commit | 7f4dd24b880323a5b772719dafae829c288303a8 (patch) | |
tree | 027725dc2f2010f18cf0fb1909dec2b6611b00f9 /configure.ac | |
parent | wks: Publish as binary file. (diff) | |
download | gnupg2-7f4dd24b880323a5b772719dafae829c288303a8.tar.xz gnupg2-7f4dd24b880323a5b772719dafae829c288303a8.zip |
build: Always build gpgtar.
We use gpgtar to unpack test data, hence we always build it. If the
user opts out, we simply don't install it.
* configure.ac: Add comment.
* tests/migrations/Makefile.am (required_pgms): Make sure gpgtar is
built.
* tools/Makefile.am: Always build gpgtar, but do not install it if the
user used '--disable-gpgtar'.
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 14a55ca2f..9fcf79d76 100644 --- a/configure.ac +++ b/configure.ac @@ -128,6 +128,8 @@ GNUPG_BUILD_PROGRAM(dirmngr, yes) GNUPG_BUILD_PROGRAM(tools, yes) GNUPG_BUILD_PROGRAM(doc, yes) GNUPG_BUILD_PROGRAM(symcryptrun, no) +# We use gpgtar to unpack test data, hence we always build it. If the +# user opts out, we simply don't install it. GNUPG_BUILD_PROGRAM(gpgtar, yes) GNUPG_BUILD_PROGRAM(wks-tools, no) |