Adding a small define so that it can be built against new gtk.
[hildon] / autogen.sh
1 #!/bin/sh
2
3 set -x
4 aclocal-1.7 || aclocal
5 libtoolize --automake
6 gtkdocize --copy
7 autoconf
8 autoheader
9 automake-1.7 --add-missing --foreign || automake --add-missing --foreign
10
11 if test x$NOCONFIGURE = x; then
12   ./configure --enable-maintainer-mode "$@"
13 else
14   echo Skipping configure process.
15 fi