From: David Bremner Date: Thu, 23 Dec 2021 01:44:45 +0000 (-0400) Subject: configure: calculate NOTMUCH_BUILDDIR, write to Makefile.config X-Git-Tag: archive/debian/0.34.3-1~7 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=14c4f9441d7fe0893003a5e793e19f1e55c9f73f;hp=14c4f9441d7fe0893003a5e793e19f1e55c9f73f;p=notmuch configure: calculate NOTMUCH_BUILDDIR, write to Makefile.config This will correct the current use of an undefined variable when setting LD_LIBRARY_PATH in doc/Makefile.local It is tempting to try to replace the use of test/export-dirs.sh, but this is not as simple as it looks, as NOTMUCH_BUILDDIR is used to locate sh.config, so probably cannot also sensibly be used to define it. ---