Imported mafw-gst-renderer_0.1.2009.47-1+0m5
[mafwsubrenderer] / autogen.sh
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..d88de29
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+export AUTOMAKE="automake-1.9"
+export ACLOCAL=`echo $AUTOMAKE | sed s/automake/aclocal/`
+
+autoreconf -v -f -i || exit 1
+test -n "$NOCONFIGURE" || ./configure \
+       --enable-debug --enable-maintainer-mode "$@"