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\""
439
439
440
440
define ( APR_END_DECISION ,[ dnl
441
441
if 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] )
444
443
else
445
444
if test ".$ac_decision_msg" = .; then
446
445
ac_decision_msg="$ac_decision"
447
446
fi
448
447
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] )
450
449
fi
451
450
] )
452
451
@@ -767,8 +766,7 @@ if test -z "$LAYOUT"; then
767
766
fi
768
767
APR_LAYOUT($srcdir/config.layout, $LAYOUT, $2 )
769
768
770
- AC_MSG_CHECKING ( for chosen layout )
771
- AC_MSG_RESULT ( $layout_name )
769
+ AC_MSG_NOTICE ( [ chosen layout: $layout_name] )
772
770
] )
773
771
774
772
You can’t perform that action at this time.
0 commit comments