summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2017-07-22 12:50:11 +0200
committerGitHub <noreply@github.com>2017-07-22 12:50:11 +0200
commit6552fe4c6cdf8ba98ee9ca33d533ba9d1765cedf (patch)
tree7ce921609af3b0161ba30c2743e0a710deceadb8
parent91ec153c7f89ed96fa592ebae7a931fe50a4bb42 (diff)
parent2bc10386610eba0fe5741228f143e89e1acd2a7d (diff)
downloadirssi-6552fe4c6cdf8ba98ee9ca33d533ba9d1765cedf.zip
Merge pull request #731 from tpepin96/master
Clarified ambiguous autogen.sh error
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 946f1ebb..60eb4fb8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -39,6 +39,7 @@ elif type links >/dev/null 2>&1 ; then
links -dump docs/faq.html|perl -pe 's/^ *//; if ($_ eq "\n" && $state eq "Q") { $_ = ""; } elsif (/^([QA]):/) { $state = $1 } elsif ($_ ne "\n") { $_ = " $_"; };' > docs/faq.txt
else
echo "**Error**: No lynx or elinks present"
+ echo "Install lynx or elinks, then run autogen.sh again"
exit 1
fi