changeset 202:ace10a8e632b

set -e and some more output.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 04 Jan 2002 06:51:25 +0000
parents 56bc776f0563
children ce6f870ed446
files bootstrap
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bootstrap	Fri Jan 04 06:51:12 2002 +0000
+++ b/bootstrap	Fri Jan 04 06:51:25 2002 +0000
@@ -1,5 +1,7 @@
 #! /bin/sh
 
+set -e
+echo "Initial preparation...this can take awhile, so sit tight..."
 aclocal
 libtoolize --automake --copy --force
 autoheader