]> git.notmuchmail.org Git - notmuch/commit
configure: calculate NOTMUCH_BUILDDIR, write to Makefile.config
authorDavid Bremner <david@tethera.net>
Thu, 23 Dec 2021 01:44:45 +0000 (21:44 -0400)
committerDavid Bremner <david@tethera.net>
Wed, 29 Dec 2021 18:12:03 +0000 (14:12 -0400)
commit14c4f9441d7fe0893003a5e793e19f1e55c9f73f
treebe4543c2dee2c298b4cb57fa268171ce4f191e37
parent25e0f5e59293ce961549201fdc74f81a3cc1675c
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.
configure