From: David Bremner Date: Wed, 29 Dec 2021 18:20:49 +0000 (-0400) Subject: Merge branch 'release' X-Git-Tag: 0.35_rc0~62 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=3eb25c94bd8fe4065d6df6d665ee393cb9a0ad6f;hp=063f5e98620e2f2adeaa8b3313cdac85eb4ef4db Merge branch 'release' --- diff --git a/configure b/configure index d399457a..e7bb7edc 100755 --- a/configure +++ b/configure @@ -55,6 +55,8 @@ subdirs="${subdirs} bindings" # the directory structure and copy Makefiles. if [ "$srcdir" != "." ]; then + NOTMUCH_BUILDDIR=$PWD + for dir in . ${subdirs}; do mkdir -p "$dir" cp "$srcdir"/"$dir"/Makefile.local "$dir" @@ -78,6 +80,8 @@ if [ "$srcdir" != "." ]; then "$srcdir"/bindings/python-cffi/notmuch2 \ "$srcdir"/bindings/python-cffi/setup.py \ bindings/python-cffi/ +else + NOTMUCH_BUILDDIR=$NOTMUCH_SRCDIR fi # Set several defaults (optionally specified by the user in @@ -1247,6 +1251,7 @@ cat > Makefile.config <