From 955a5eaa95a72d1381746d1a4e044d6e6c9c4581 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 10 Dec 2013 22:34:09 -0500 Subject: [PATCH] Remove configure cache directory after running autoreconf --- autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 44c1a7d..ef6884b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,6 @@ #!/bin/sh # autogen.sh -- Use this script to create generated files from the git distribution +set -e autoreconf -vi - +rm -rf autom4te.cache -- 2.20.1