From aee3c227e3615b333d582a5b819807b018e99a3c Mon Sep 17 00:00:00 2001 From: siretart Date: Mon, 4 Sep 2006 16:33:21 +0000 Subject: [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 --- bootstrap | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'bootstrap') 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 -- cgit v1.2.3