X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=cfa9c09bd3dc4c186c163c6b223b56598789ba3e;hp=40e8b2559e86b40985ef2c6dc142eb0104c3ddb6;hb=8c0bebedc5edbff5ddc46b66da1177ec18f48c69;hpb=00dc5dd82435f9130df771dd3b9ac54283bdd495 diff --git a/configure b/configure index 40e8b255..cfa9c09b 100755 --- a/configure +++ b/configure @@ -1536,7 +1536,7 @@ EOF if [ $WITH_PYTHON_DOCS = "1" ]; then echo "tags.add('WITH_PYTHON')" fi - printf "rsti_dir = '%s'\n" $(realpath emacs) + printf "rsti_dir = '%s'\n" "$(cd emacs && pwd -P)" } > sphinx.config # Finally, after everything configured, inform the user how to continue.