svn commit: r1927748 - apr/apr/trunk/build

[email protected]
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <175489883522.1800338.7389590226504621893@svn02-us-east.apache.org>
Author: jorton
Date: Mon Aug 11 07:53:54 2025
New Revision: 1927748

Log:
* build/apr_common.m4 (APR_END_DECISION, APR_ENABLE_LAYOUT):
  Use standard autoconf output macros (cosmetic change only).

Modified:
   apr/apr/trunk/build/apr_common.m4

Modified: apr/apr/trunk/build/apr_common.m4
==============================================================================
--- apr/apr/trunk/build/apr_common.m4	Mon Aug 11 07:43:49 2025	(r1927747)
+++ apr/apr/trunk/build/apr_common.m4	Mon Aug 11 07:53:54 2025	(r1927748)
@@ -439,14 +439,13 @@ eval "ac_decision_msg=\"\$ac_decision_${
 
 define(APR_END_DECISION,[dnl
 if test ".$ac_decision" = .; then
-    echo "[$]0:Error: decision on $ac_decision_item failed" 1>&2
-    exit 1
+    AC_MSG_ERROR([decision on $ac_decision_item failed])
 else
     if test ".$ac_decision_msg" = .; then
         ac_decision_msg="$ac_decision"
     fi
     AC_DEFINE_UNQUOTED(${ac_decision_item})
-    AC_MSG_RESULT([decision on $ac_decision_item... $ac_decision_msg])
+    AC_MSG_NOTICE([decision on $ac_decision_item... $ac_decision_msg])
 fi
 ])
 
@@ -767,8 +766,7 @@ if test -z "$LAYOUT"; then
 fi
 APR_LAYOUT($srcdir/config.layout, $LAYOUT, $2)
 
-AC_MSG_CHECKING(for chosen layout)
-AC_MSG_RESULT($layout_name)
+AC_MSG_NOTICE([chosen layout: $layout_name])
 ])
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.