~midori/midori/trunk

275 by Christian Dywan
Make it clear that WAF is preferred and rename autogen.sh
1
#!/bin/sh
363 by Christian Dywan
Add license note to lots of files and add EXPAT file.
2
# This file is licensed under the terms of the expat license, see the file EXPAT.
275 by Christian Dywan
Make it clear that WAF is preferred and rename autogen.sh
3
4
echo "no" | glib-gettextize --force --copy
5
intltoolize --copy --force --automake
6
libtoolize --copy --force || glibtoolize --copy --force
7
aclocal
8
autoheader
9
autoconf
10
automake --add-missing --copy
11
12
echo "Now running the configure script"
13
./configure $*