From d304390a0ac99955d82c65c59a60562410323dd1 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 26 Nov 2017 12:26:30 +0100 Subject: [PATCH] Define prefix in Makefile.autosetup Debian tools and probably other tools too pass arguments like --mandir=\${prefix}/share/man to configure. The prefix survives the output into the Makefile, therefore, we need to define prefix in the Makefile too. --- Makefile.autosetup | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.autosetup b/Makefile.autosetup index c81a91a9e..984e15066 100644 --- a/Makefile.autosetup +++ b/Makefile.autosetup @@ -32,6 +32,7 @@ LIBBINFILES+= $(SRCDIR)/contrib/smime_keys @endif # paths +prefix= @prefix@ bindir= @BINDIR@ datadir= @PKGDATADIR@ docdir= @PKGDOCDIR@ -- 2.50.1