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

Comparing gvpe/autogen.sh (file contents):
Revision 1.6 by pcg, Mon Oct 15 22:19:49 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
91$AUTOMAKE -f --add-missing 102$AUTOMAKE -f --add-missing
92rm doc/gvpe.texi 103rm doc/gvpe.texi
93autoconf 104autoconf
94autoheader 105autoheader
95 106
96
97#intltoolize --copy --force --automake 107#intltoolize --copy --force --automake
98 108
99cd $ORIGDIR 109cd $ORIGDIR
100 110
111if [ -e reconf ]; then
112 ./reconf "$@"
101if $srcdir/configure --enable-maintainer-mode "$@"; then 113elif $srcdir/configure --enable-maintainer-mode "$@"; then
102 echo 114 echo
103 echo "Now type 'make' to compile $PROJECT." 115 echo "Now type 'make' to compile $PROJECT."
104else 116else
105 echo 117 echo
106 echo "Configure failed or did not finish!" 118 echo "Configure failed or did not finish!"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines