mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Merge pull request #731 from tpepin96/master
Clarified ambiguous autogen.sh error
This commit is contained in:
commit
6552fe4c6c
@ -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
|
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
|
else
|
||||||
echo "**Error**: No lynx or elinks present"
|
echo "**Error**: No lynx or elinks present"
|
||||||
|
echo "Install lynx or elinks, then run autogen.sh again"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user