]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Improving error message.
authorrl1987 <rl1987@sdf.lonestar.org>
Sun, 28 Sep 2014 15:09:25 +0000 (18:09 +0300)
committerrl1987 <rl1987@sdf.lonestar.org>
Sun, 28 Sep 2014 15:09:25 +0000 (18:09 +0300)
changes/bug13228 [new file with mode: 0644]
configure.ac

diff --git a/changes/bug13228 b/changes/bug13228
new file mode 100644 (file)
index 0000000..0de013c
--- /dev/null
@@ -0,0 +1,5 @@
+  o Build fixes:
+    - Improve configure script error message to make it clear
+      that compilation has failed and that user has to either 
+      add --disable-asciidoc argument or install asciidoc.
+      Resolves ticket 13228.
index bd46a7c6623e9a46b002642c567c2f339af1a7c3..73499c22ef1e187622755bd8a35b3e3f0eac5ee4 100644 (file)
@@ -1599,7 +1599,9 @@ if test x$asciidoc = xtrue && test "$ASCIIDOC" = "none" ; 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.";
+      echo "Building Tor has failed since manpages cannot be built.";
+      echo;
+      echo "You need asciidoc installed to be able to build the manpages.";
       echo "To build without manpages, use the --disable-asciidoc argument";
       echo "when calling configure.";
       echo;