Add autogen.sh
authorArron Wang <arron.wang@intel.com>
Mon, 21 Oct 2013 03:12:27 +0000 (11:12 +0800)
committerArron Wang <arron.wang@intel.com>
Mon, 21 Oct 2013 03:12:27 +0000 (11:12 +0800)
Change-Id: I9405350de83accba4d9ce491fa96e3eb27a9c24e

autogen.sh [new file with mode: 0755]

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..a569614
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+autoreconf -fi;
+rm -Rf autom4te.cache;