From: Julian Andres Klode Date: Sun, 26 Nov 2017 11:26:30 +0000 (+0100) Subject: Define prefix in Makefile.autosetup X-Git-Tag: neomutt-20171208~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d304390a0ac99955d82c65c59a60562410323dd1;p=neomutt 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. --- 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@