projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1eb382f
)
Remove configure cache directory after running autoreconf
author
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 11 Dec 2013 03:34:09 +0000
(22:34 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 11 Dec 2013 03:34:09 +0000
(22:34 -0500)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
44c1a7d
..
ef6884b
100755
(executable)
--- 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
#!/bin/sh
# autogen.sh -- Use this script to create generated files from the git distribution
+set -e
autoreconf -vi
autoreconf -vi
-
+rm -rf autom4te.cache