From 831bd1d1e5874cf7c3e0b6a7dcdd6c5a818f684a Mon Sep 17 00:00:00 2001 From: David Leadbeater Date: Sun, 15 Jun 2014 21:00:34 +0100 Subject: [PATCH] Fix error to refer to elinks, as that is what it checks for --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index b8d7c002..bdd16590 100755 --- a/autogen.sh +++ b/autogen.sh @@ -32,7 +32,7 @@ if type lynx >/dev/null 2>&1 ; then elif type elinks >/dev/null 2>&1 ; then elinks -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 links present" + echo "**Error**: No lynx or elinks present" exit 1 fi