Skip to content

Commit

Permalink
build [AX_CONFIG_DIR]: Fail if subdir configure fails
Browse files Browse the repository at this point in the history
Signed-off-by: Ola Jeppsson <[email protected]>
  • Loading branch information
olajep committed Sep 23, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c01f467 commit 80e4dfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/m4/ax_config_dir.m4
Original file line number Diff line number Diff line change
@@ -101,7 +101,8 @@ AC_DEFUN([AX_CONFIG_DIR], [
AC_MSG_NOTICE([running $SHELL $ax_sub_configure $ax_sub_configure_args --cache-file=$ax_sub_cache_file --srcdir=$ac_srcdir])
# The eval makes quoting arguments work.
eval "\$SHELL \"\$ax_sub_configure\" $ax_sub_configure_args \
--cache-file=\"\$ax_sub_cache_file\" --srcdir=\"\$ac_srcdir\""
--cache-file=\"\$ax_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
AC_MSG_ERROR([$ac_sub_configure failed for $ac_dir])
fi
cd "$ax_popdir"

0 comments on commit 80e4dfc

Please sign in to comment.