From 79fe33b1a73f42592ac98c44b87dc15b52c7d791 Mon Sep 17 00:00:00 2001 From: Zhang zhengguang Date: Fri, 11 Jul 2014 09:34:05 +0800 Subject: Add bootstrap files Change-Id: Ia3923cb1ff35e7bfbd4e45f13dd18af15ed89f56 --- bootstrap | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap new file mode 100755 index 00000000..0dd71d91 --- /dev/null +++ b/bootstrap @@ -0,0 +1,7 @@ +#!/bin/sh + +aclocal && \ + autoheader && \ + libtoolize --automake --copy --force && \ + automake --add-missing --copy && \ + autoconf -- cgit v1.2.3