]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix out-of-tree builds.
authorArlo Breault <arlolra@gmail.com>
Fri, 17 May 2013 19:25:42 +0000 (12:25 -0700)
committerNick Mathewson <nickm@torproject.org>
Fri, 24 May 2013 18:38:58 +0000 (14:38 -0400)
See #6506

configure.ac

index 2a53dd85aa2a792142b12adc8432da3816f6ef4d..9a5d589b975d0380ed1c77675916411c5d8bf678 100644 (file)
@@ -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.";