]> git.sesse.net Git - movit/blobdiff - autogen.sh
Switch to autoconf to find libraries.
[movit] / autogen.sh
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..0f10881
--- /dev/null
@@ -0,0 +1,5 @@
+#! /bin/sh
+aclocal
+autoheader
+autoconf
+./configure "$@"