summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2003-12-11 19:30:07 +0000
committerCarl Worth <cworth@cworth.org>2003-12-11 19:30:07 +0000
commitd098e4ebe7e3b87a66ddbe09bafe3582373a022c (patch)
tree6c006adefb911c2675818b9ae3560dbac22b8d24 /autogen.sh
parent408dd9c07a9b0b755f9338b4cbff9e4292fa391d (diff)
Move man_MANS into the 'if USEDOCBOOK' block.
Move man_MANS into the 'if USEDOCBOOK' block. (all-local): Remove excessive whitespace. Add 'set -e' to abort when any program fails, (avoids printing of 'now type make' after configure aborts).
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 9eb6780..1a25aa8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,8 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
+set -e
+
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.