Home GnuPG

Ensure that configure options with spaces are quoted properly

Description

Ensure that configure options with spaces are quoted properly

* src/gpg4win.mk.in (stamps/stamp-$(1)-02-configure): Call cmake
through eval so that configure options with spaces are quoted properly.
* src/Makefile.am (gpg4win_pkg_qtbase_configure): Remove superfluous
quotes.
(gpg4win_pkg_kleopatra_configure, gpg4win_pkg_okular_configure):
Make quoted options work with eval.

This fixes passing for example "GnuPG Desktop" as organization name
(which is used in the registry path) to kleopatra.

Details