also run configure
[hildon] / autogen.sh
index 63c29eb..ea1e833 100755 (executable)
@@ -6,3 +6,9 @@ aclocal-1.7 || aclocal
 autoconf
 autoheader
 automake-1.7 --add-missing --foreign || automake --add-missing --foreign
+
+if test x$NOCONFIGURE = x; then
+  ./configure --enable-maintainer-mode "$@"
+else
+  echo Skipping configure process.
+fi