File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -439,14 +439,13 @@ eval "ac_decision_msg=\"\$ac_decision_${ac_decision}_msg\""
439439
440440define ( APR_END_DECISION ,[ dnl
441441if test ".$ac_decision" = .; then
442- echo "[ $] 0:Error: decision on $ac_decision_item failed" 1>&2
443- exit 1
442+ AC_MSG_ERROR ( [ decision on $ac_decision_item failed] )
444443else
445444 if test ".$ac_decision_msg" = .; then
446445 ac_decision_msg="$ac_decision"
447446 fi
448447 AC_DEFINE_UNQUOTED ( ${ac_decision_item} )
449- AC_MSG_RESULT ( [ decision on $ac_decision_item... $ac_decision_msg] )
448+ AC_MSG_NOTICE ( [ decision on $ac_decision_item... $ac_decision_msg] )
450449fi
451450] )
452451
@@ -767,8 +766,7 @@ if test -z "$LAYOUT"; then
767766fi
768767APR_LAYOUT($srcdir/config.layout, $LAYOUT, $2 )
769768
770- AC_MSG_CHECKING ( for chosen layout )
771- AC_MSG_RESULT ( $layout_name )
769+ AC_MSG_NOTICE ( [ chosen layout: $layout_name] )
772770] )
773771
774772
You can’t perform that action at this time.
0 commit comments