]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2006-09-04 16:33:21 by siretart]
authorsiretart <siretart@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Mon, 4 Sep 2006 16:33:21 +0000 (16:33 +0000)
committersiretart <siretart@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Mon, 4 Sep 2006 16:33:21 +0000 (16:33 +0000)
beautify bootstrap script

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@702 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

bootstrap

index b2452e2b50a0906a4c596054cfd83ba8fc248fee..58020f93ee531dc942641a074e2238cb935afcb4 100755 (executable)
--- 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