ea1e833de3977c5254b81aefcea73fbdb379d8f1
[hildon] / autogen.sh
1 #!/bin/sh
2
3 set -x
4 libtoolize --automake
5 aclocal-1.7 || aclocal
6 autoconf
7 autoheader
8 automake-1.7 --add-missing --foreign || automake --add-missing --foreign
9
10 if test x$NOCONFIGURE = x; then
11   ./configure --enable-maintainer-mode "$@"
12 else
13   echo Skipping configure process.
14 fi