From 1153970626892573e5966e135e8d81185f4ea53c Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 19 Sep 2012 11:28:28 +0300 Subject: Initial commit --- bootstrap | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap new file mode 100644 index 0000000..ae677ac --- /dev/null +++ b/bootstrap @@ -0,0 +1,5 @@ +#! /bin/sh +set -e +git submodule init +git submodule update +autoreconf -f -i -s -- cgit v1.2.1