mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Clarified ambiguous autogen.sh error
autogen.sh now instructs the user to install elinks or lynx if needed
This commit is contained in:
parent
91ec153c7f
commit
2bc1038661
1 changed files with 1 additions and 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue