From 4928f9854e8caf206b7212643443c9b528423d85 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Oct 2010 23:31:15 +0200 Subject: 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 --- autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'autogen.sh') 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 -- cgit v1.2.3