autogen.sh
authorAlan Knowles <alan@roojs.com>
Tue, 9 Dec 2014 06:28:40 +0000 (14:28 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 9 Dec 2014 06:28:40 +0000 (14:28 +0800)
autogen.sh [new file with mode: 0644]

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