2006-10-05 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[hildon] / autogen.sh
index 85c1423..6fa1c08 100755 (executable)
@@ -1,8 +1,15 @@
-#!/bin/sh\r
-\r
-set -x\r
-libtoolize --automake\r
-aclocal-1.7 || aclocal\r
-autoconf\r
-autoheader\r
-automake-1.7 --add-missing --foreign || automake --add-missing --foreign\r
+#!/bin/sh
+
+set -x
+aclocal-1.7 || aclocal
+libtoolize --automake
+gtkdocize --copy
+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