From c03dcf9e9da07503c6ef0389b2311ebfa26b79c3 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 27 Aug 2006 12:05:26 +0200 Subject: beautify bootstrap shellscript --- bootstrap | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index b2452e2..640d200 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