Skip to content

Commit bb0084f

Browse files
jnpkrnkgaillot
authored andcommitted
Build: autogen: do not continue when autoreconf failed
1 parent ec85df9 commit bb0084f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Run this to generate all the initial makefiles, etc.
2424

2525
# Unset GREP_OPTIONS as any coloring can mess up the AC_CONFIG_AUX_DIR matching patterns
26-
GREP_OPTIONS= autoreconf -visf
26+
GREP_OPTIONS= autoreconf -visf || exit $?
2727

2828
if [ -f config.log ]; then
2929
echo Now re-running ./configure with the previous arguments

0 commit comments

Comments
 (0)