We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec85df9 commit bb0084fCopy full SHA for bb0084f
autogen.sh
@@ -23,7 +23,7 @@
23
# Run this to generate all the initial makefiles, etc.
24
25
# Unset GREP_OPTIONS as any coloring can mess up the AC_CONFIG_AUX_DIR matching patterns
26
-GREP_OPTIONS= autoreconf -visf
+GREP_OPTIONS= autoreconf -visf || exit $?
27
28
if [ -f config.log ]; then
29
echo Now re-running ./configure with the previous arguments
0 commit comments