ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autogen.sh
(Generate patch)

Comparing rxvt-unicode/autogen.sh (file contents):
Revision 1.2 by root, Sun Nov 11 04:08:00 2007 UTC vs.
Revision 1.4 by sf-exg, Fri Oct 13 17:13:48 2017 UTC

3if ! [ -e libev/ev++.h ]; then 3if ! [ -e libev/ev++.h ]; then
4 cat <<EOF 4 cat <<EOF
5** 5**
6** libev/ directory is missing 6** libev/ directory is missing
7** 7**
8** you need a checkout of libev (http://software.schmorp.de/pkg/libev) 8** you need a checkout of libev (http://software.schmorp.de/pkg/libev.html)
9** in the top-level build directory.
10**
11EOF
12 exit 1
13fi
14
15if ! [ -e libptytty/ptytty.m4 ]; then
16 cat <<EOF
17**
18** libptytty/ directory is missing
19**
20** you need a checkout of libptytty (http://software.schmorp.de/pkg/libptytty.html)
9** in the top-level build directory. 21** in the top-level build directory.
10** 22**
11EOF 23EOF
12 exit 1 24 exit 1
13fi 25fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines