]> granicus.if.org Git - neomutt/commit
Define prefix in Makefile.autosetup
authorJulian Andres Klode <jak@jak-linux.org>
Sun, 26 Nov 2017 11:26:30 +0000 (12:26 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 7 Dec 2017 16:35:32 +0000 (16:35 +0000)
commitd304390a0ac99955d82c65c59a60562410323dd1
treec1b192704e27c876e6364cbd4a33394ad7199762
parentc92c29ead4813cad4acd7b43704fa401d7e6e6ae
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