From: siretart Date: Mon, 4 Sep 2006 16:33:21 +0000 (+0000) Subject: [lcd4linux @ 2006-09-04 16:33:21 by siretart] X-Git-Tag: svn1203~464 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=aee3c227e3615b333d582a5b819807b018e99a3c;p=lcd4linux.git [lcd4linux @ 2006-09-04 16:33:21 by siretart] beautify bootstrap script git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@702 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- diff --git a/bootstrap b/bootstrap index b2452e2..58020f9 100755 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,15 @@ -aclocal && \ -# libtoolize --copy --force && \ -autoheader && \ -automake --add-missing --copy --foreign && \ +#!/bin/sh + +# 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