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.2 by root, Sun Nov 11 04:08:00 2007 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)
9** in the top-level build directory.
10**
11EOF
12 exit 1
13fi
2 14
3if autoheader && autoconf; then 15if autoheader && autoconf; then
4 rm -rf autom4te.cache 16 rm -rf autom4te.cache
5 echo "Now run ./configure" 17 echo "Now run ./configure"
6fi 18fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines