]> git.cworth.org Git - notmuch/commit
configure: add ${NOTMUCH_SRCDIR} -- absolute path to notmuch source
authorTomi Ollila <tomi.ollila@iki.fi>
Sun, 12 Mar 2017 11:59:12 +0000 (13:59 +0200)
committerDavid Bremner <david@tethera.net>
Sun, 12 Mar 2017 12:16:54 +0000 (09:16 -0300)
commit18914c725bd373f8cd6a5072df73ffe31653208c
tree5600cae88903e9cee910a7bd37b40d800f47b8a3
parentd56a801b6743971ff7f42404fe159260937405a1
configure: add ${NOTMUCH_SRCDIR} -- absolute path to notmuch source

The ${srcdir} -- usually relative path to notmuch source -- works fine
in current ./configure and all makefiles. To have simple access to
notmuch source in tests and out of tree builds holding absolute path to
the source directory is useful.
configure