summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-30 14:37:56 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-30 14:37:56 +0000
commit1d9ab11f38af1a94e098134f39902594ddcf638f (patch)
tree4caf48650832bc0b9770ce34bb1d0aaa1558392f
parent5fea03da71b88edf124c95e0a5074f371c79f948 (diff)
downloadpkg-config-1d9ab11f38af1a94e098134f39902594ddcf638f.tar.gz
autogen.sh: set -e
see if this catches any failure
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 1b59930..41eac7e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,6 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
+set -e
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.