Build a gnupg-only installer in addition to the standard and light ones.
* configure.ac: Add options --disable-vanilla-installer and --disable-manuals. * src/gpg4win.nsi: Undef HAVE_package macros if we are building the vanilla installer * src/inst-claws-mail.nsi, src/inst-gpa.nsi, src/inst-pinentry.nsi * src/inst-sections.nsi, src/installer.nsi: Take care of the vanilla installer option
Until now I tested this feature only using
./autogen.sh --build-w32 --disable-{full,source,light}-installer \
--disable-manualsThe --disable-manuals hack was required due to an installation problem
of hyperlatex on Debian Squeeze.