aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorPaul Dagnelie <[email protected]>2018-07-06 09:27:37 -0700
committerBrian Behlendorf <[email protected]>2018-07-06 09:27:37 -0700
commit3f4e6d6f36732f0bd3b55487f04281f8eb553082 (patch)
treeb8140750f31fb0840f5a04c051bac9741eeea494 /autogen.sh
parent4d044c4c1d68ed518fe37eea61a4cc77048940fb (diff)
Cause autogen.sh to fail if autoreconf fails
Reviewed by: Matthew Ahrens <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: George Melikov <[email protected]> Signed-off-by: Paul Dagnelie <[email protected]> Closes #7683
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 427394af4..488e913b2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-autoreconf -fiv
+autoreconf -fiv || exit 1
rm -Rf autom4te.cache