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.1 by root, Wed Jan 18 08:35:59 2006 UTC vs.
Revision 1.4 by sf-exg, Fri Oct 13 17:13:48 2017 UTC

1#! /bin/sh 1#! /bin/sh
2
3if ! [ -e libev/ev++.h ]; then
4 cat <<EOF
5**
6** libev/ directory is missing
7**
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)
21** in the top-level build directory.
22**
23EOF
24 exit 1
25fi
2 26
3if autoheader && autoconf; then 27if autoheader && autoconf; then
4 rm -rf autom4te.cache 28 rm -rf autom4te.cache
5 echo "Now run ./configure" 29 echo "Now run ./configure"
6fi 30fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines