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 From c8c20c41a94e5635aad5f7fb2a7fc1b36fe42327 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 27 Aug 2006 12:19:49 +0200 Subject: remove old and broken python.m4 install ac_python_devel.m4 from autoconf-archive beautofy bootstrap rebootstrap --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 640d200..58020f9 100755 --- a/bootstrap +++ b/bootstrap @@ -7,7 +7,7 @@ set -e PS4="$0:\$LINENO> " set -x -aclocal +aclocal # libtoolize --copy --force autoheader automake --add-missing --copy --foreign -- cgit v1.2.3