5bcc1bf0d9203f28ec60533aee192eaadb22f87a
[hildon] / autogen.sh
1 #!/bin/sh
2
3 set -x
4 libtoolize --automake
5 gtkdocizes --copy
6 aclocal-1.7 || aclocal
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