[tor-commits] [tor/master] Fix out-of-tree builds.

nickm at torproject.org nickm at torproject.org
Fri May 24 18:44:08 UTC 2013


commit 15c6a9b02345bf2f3687b3dcd51c7ae9c99e1dd3
Author: Arlo Breault <arlolra at gmail.com>
Date:   Fri May 17 12:25:42 2013 -0700

    Fix out-of-tree builds.
    
    See #6506
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 2a53dd8..9a5d589 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1471,7 +1471,7 @@ AC_CONFIG_FILES([
 if test x$asciidoc = xtrue && test $ASCIIDOC = "none" ; then
   regular_mans=(doc/tor doc/tor-gencert doc/tor-resolve doc/torify)
   for file in $regular_mans ; do
-    if ! [[ -f $file.1.in ]] || ! [[ -f $file.html.in ]] ; then
+    if ! [[ -f $srcdir/$file.1.in ]] || ! [[ -f $srcdir/$file.html.in ]] ; then
       echo "==================================";
       echo;
       echo "You need asciidoc installed to be able to build the manpage.";





More information about the tor-commits mailing list