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.3 by sf-exg, Fri Oct 13 17:13:40 2017 UTC vs.
Revision 1.4 by sf-exg, Fri Oct 13 17:13:48 2017 UTC

10** 10**
11EOF 11EOF
12 exit 1 12 exit 1
13fi 13fi
14 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)
21** in the top-level build directory.
22**
23EOF
24 exit 1
25fi
26
15if autoheader && autoconf; then 27if autoheader && autoconf; then
16 rm -rf autom4te.cache 28 rm -rf autom4te.cache
17 echo "Now run ./configure" 29 echo "Now run ./configure"
18fi 30fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines