also run configure
authorTommi Komulainen <tommi.komulainen@nokia.com>
Fri, 9 Sep 2005 07:59:10 +0000 (07:59 +0000)
committerTommi Komulainen <tommi.komulainen@nokia.com>
Fri, 9 Sep 2005 07:59:10 +0000 (07:59 +0000)
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