summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2007-05-12 15:50:09 +0000
committerOlly Betts <olly@survex.com>2007-05-12 15:50:09 +0000
commit0cde0bcd2d4874bda980c6e4153efeae62487c3a (patch)
tree0140d196266ee8342586f34a37063b9fe6bdf897 /autogen.sh
parent3c359c3e2e2e506c528bb9e526e198cdf392acf0 (diff)
downloadswig-0cde0bcd2d4874bda980c6e4153efeae62487c3a.tar.gz
Add "set -e" so that the script fails if any command fails.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9808 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 86e9ae210..0e3dd0704 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,6 +6,7 @@
# when upgrading the autotools. Otherwise this script will ensure the latest is copied from
# your autotool installation.
+set -e
set -x
test -d Tools/config || mkdir Tools/config
${ACLOCAL-aclocal} -I Tools/config