Remove configure cache directory after running autoreconf
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 11 Dec 2013 03:34:09 +0000 (22:34 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 11 Dec 2013 03:34:09 +0000 (22:34 -0500)
autogen.sh

index 44c1a7d..ef6884b 100755 (executable)
@@ -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