From 2bc10386610eba0fe5741228f143e89e1acd2a7d Mon Sep 17 00:00:00 2001 From: Tristan Date: Fri, 21 Jul 2017 20:40:29 -0400 Subject: [PATCH] Clarified ambiguous autogen.sh error autogen.sh now instructs the user to install elinks or lynx if needed --- autogen.sh | 1 + 1 file changed, 1 insertion(+) 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