2007-06-19 Emmanuele Bassi <ebassi@openedhand.com>
[profile/ivi/clutter.git] / autogen.sh
1 #! /bin/sh
2 gtkdocize || exit 1
3
4 # back in the stupidity of autoreconf
5 touch README
6 autoreconf -v --install || exit 1
7 rm -f README
8
9 ./configure --enable-maintainer-mode "$@"