Page MenuHome GnuPG

GnuPG "make install" broken for out-of-source-tree builds
Closed, ResolvedPublic

Description

Release: 1.3.3

Description

The definition of mkinstalldirs is special-cased and broken in po/Makefile.in.in. It looks like Werner needed that back in 1998, but this breaks out-of-source-tree installations.

How To Repeat

% cd gnupg-1.3.3
% ../configure
% make
% make install
(the po subdirectory will try to use ../../../mkinstalldirs instead of the correct ../../mkinstalldirs).

Fix

See attached patch

Release Note

Fix will go into 1.3.4.

Thanks

Related Objects