X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;fp=configure;h=cfa9c09bd3dc4c186c163c6b223b56598789ba3e;hp=40e8b2559e86b40985ef2c6dc142eb0104c3ddb6;hb=b042a59cdf8be7ad215268eee32d4cc114d312bb;hpb=bdb6956afdd2fca610c3bac0834636835793a831 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.