From: Hugo Villeneuve Date: Wed, 11 Dec 2013 03:34:09 +0000 (-0500) Subject: Remove configure cache directory after running autoreconf X-Git-Tag: v2.0.0~26 X-Git-Url: http://gitweb.hugovil.com/?p=emu8051.git;a=commitdiff_plain;h=955a5eaa95a72d1381746d1a4e044d6e6c9c4581 Remove configure cache directory after running autoreconf --- 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