--- /dev/null
+ 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.
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;