]> Untitled Git - emu8051.git/commitdiff
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 44c1a7d312f9180bd69858dc96246e17303b6a5b..ef6884b12a7b3a16aee8b0b1ba919a5a2a179a48 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