From 181cec4348da40331b3e8ab365732c025ec149b2 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Wed, 27 Apr 2011 19:24:15 +0200 Subject: Import upstream version 0.11.0~svn1143 --- bootstrap | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..93723b7 --- /dev/null +++ b/bootstrap @@ -0,0 +1,18 @@ +#!/bin/sh + +# $Id: bootstrap 1044 2009-09-23 04:34:38Z michael $ +# $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/bootstrap $ + +# exit on errors +set -e + +# set nicer prompt for tracing +PS4="$0:\$LINENO> " +set -x + +aclocal +libtoolize --copy --force +autoheader +automake --add-missing --copy --foreign +autoconf + -- cgit v1.2.3