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

Comparing gvpe/autogen.sh (file contents):
Revision 1.7 by pcg, Sat Nov 10 05:14:21 2007 UTC vs.
Revision 1.8 by pcg, Sun Nov 11 04:08:58 2007 UTC

2 2
3AUTOCONF_REQUIRED_VERSION=2.57 3AUTOCONF_REQUIRED_VERSION=2.57
4AUTOMAKE_REQUIRED_VERSION=1.7 4AUTOMAKE_REQUIRED_VERSION=1.7
5INTLTOOL_REQUIRED_VERSION=0.17 5INTLTOOL_REQUIRED_VERSION=0.17
6 6
7if ! [ -e libev/ev++.h ]; then
8 cat <<EOF
9**
10** libev/ directory is missing
11**
12** you need a checkout of libev (http://software.schmorp.de/pkg/libev)
13** in the top-level build directory.
14**
15EOF
16 exit 1
17fi
7 18
8srcdir=`dirname $0` 19srcdir=`dirname $0`
9test -z "$srcdir" && srcdir=. 20test -z "$srcdir" && srcdir=.
10ORIGDIR=`pwd` 21ORIGDIR=`pwd`
11cd $srcdir 22cd $srcdir

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines