summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-30 23:31:15 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-30 23:31:15 +0200
commit4928f9854e8caf206b7212643443c9b528423d85 (patch)
tree8d38f300da13d21f8179ec70ccce2bbea06ca556
parentd80b3a4bc26bc9314459f971813e997fe241309f (diff)
build: use sh -e, remove autom4te.cache
sh -e (-x) will provide the same functionality as the run function previously. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 4989ed9..3b111ce 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
include ()
{
@@ -35,3 +35,4 @@ run ()
[ "x$1" = "xdistrib" ] && include
autoreconf -fi
+rm -Rf autom4te.cache