Skip to content

Commit

Permalink
Require all autogen commands to succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Mar 10, 2015
1 parent 1e62e59 commit 133276e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh
set -e

autoreconf -fiv
rm -Rf autom4te.cache

0 comments on commit 133276e

Please sign in to comment.