ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autogen.sh
Revision: 1.5
Committed: Fri Jul 23 19:18:51 2021 UTC (2 years, 10 months ago) by sf-exg
Content type: application/x-sh
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_29, rxvt-unicode-rel-9_30
Changes since 1.4: +0 -12 lines
Log Message:
Unbundle libptytty

File Contents

# Content
1 #! /bin/sh
2
3 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.html)
9 ** in the top-level build directory.
10 **
11 EOF
12 exit 1
13 fi
14
15 if autoheader && autoconf; then
16 rm -rf autom4te.cache
17 echo "Now run ./configure"
18 fi