ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autogen.sh
Revision: 1.6
Committed: Sun May 28 10:23:48 2023 UTC (11 months, 3 weeks ago) by sf-exg
Content type: application/x-sh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +2 -2 lines
Log Message:
Fix indentation

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 sf-exg 1.3 ** you need a checkout of libev (http://software.schmorp.de/pkg/libev.html)
9 root 1.2 ** in the top-level build directory.
10     **
11     EOF
12     exit 1
13     fi
14    
15 root 1.1 if autoheader && autoconf; then
16 sf-exg 1.6 rm -rf autom4te.cache
17     echo "Now run ./configure"
18 root 1.1 fi