aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2006-08-27 12:05:26 +0200
committerReinhard Tartler <siretart@tauware.de>2006-08-27 12:05:26 +0200
commitc03dcf9e9da07503c6ef0389b2311ebfa26b79c3 (patch)
tree3c119712b307d743c6ac5412fe8a936263c3f51d
parent7ea355421e25c91dd46235f49246c6a21bdeae2b (diff)
downloadlcd4linux-c03dcf9e9da07503c6ef0389b2311ebfa26b79c3.tar.gz
beautify bootstrap shellscript
-rwxr-xr-xbootstrap17
1 files changed, 13 insertions, 4 deletions
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