autogen.sh
[app.Builder.js] / autogen.sh
diff --git a/autogen.sh b/autogen.sh
new file mode 100644 (file)
index 0000000..277d545
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -ex
+
+autoreconf -f -i -Wall,error
+./configure
\ No newline at end of file