From 2cf8fa0d18a30bf35f2607135922334ffcb893c1 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Thu, 10 May 2012 11:56:23 +0200 Subject: [PATCH] add bootstrap file --- bootstrap | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bootstrap diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..c69f69e --- /dev/null +++ b/bootstrap @@ -0,0 +1,7 @@ +#!/bin/sh + +aclocal +libtoolize --copy +autoheader +automake --gnu --add-missing --copy +autoconf