ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autogen.sh
Revision: 1.2
Committed: Sun Nov 11 04:08:00 2007 UTC (16 years, 7 months ago) by root
Content type: application/x-sh
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_22, rxvt-unicode-rel-9_20, rxvt-unicode-rel-9_21, rel-9_14, rel-9_11, rel-9_10, rel-9_12, rel-8_5a, rel-8_9, rel-8_8, rel-9_0, rxvt-unicode-rel-9_19, rxvt-unicode-rel-9_18, rxvt-unicode-rel-9_17, rxvt-unicode-rel-9_16, rxvt-unicode-rel-9_15, rel-8_6, rel-8_7, rel-9_09, rel-9_02, rel-9_01, rel-9_06, rel-9_07, rel-9_05
Changes since 1.1: +12 -0 lines
Log Message:
first rough cut at libev integration

File Contents

# User Rev Content
1 root 1.1 #! /bin/sh
2    
3 root 1.2 if ! [ -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     **
11     EOF
12     exit 1
13     fi
14    
15 root 1.1 if autoheader && autoconf; then
16     rm -rf autom4te.cache
17     echo "Now run ./configure"
18     fi