diff options
author | Tristan <tpepin96@gmail.com> | 2017-07-21 20:40:29 -0400 |
---|---|---|
committer | Tristan <tpepin96@gmail.com> | 2017-07-21 20:40:29 -0400 |
commit | 2bc10386610eba0fe5741228f143e89e1acd2a7d (patch) | |
tree | 7ce921609af3b0161ba30c2743e0a710deceadb8 /autogen.sh | |
parent | 91ec153c7f89ed96fa592ebae7a931fe50a4bb42 (diff) | |
download | irssi-2bc10386610eba0fe5741228f143e89e1acd2a7d.zip |
Clarified ambiguous autogen.sh error
autogen.sh now instructs the user to install elinks or lynx if needed
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |