You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/07/05 04:01:30 UTC

svn commit: r1142876 - /subversion/trunk/configure.ac

Author: danielsh
Date: Tue Jul  5 02:01:30 2011
New Revision: 1142876

URL: http://svn.apache.org/viewvc?rev=1142876&view=rev
Log:
* configure.ac: Use a variant of 'echo' that doesn't spam stdout with -q.

Modified:
    subversion/trunk/configure.ac

Modified: subversion/trunk/configure.ac
URL: http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1142876&r1=1142875&r2=1142876&view=diff
==============================================================================
--- subversion/trunk/configure.ac (original)
+++ subversion/trunk/configure.ac Tue Jul  5 02:01:30 2011
@@ -215,7 +215,7 @@ AC_DEFINE_UNQUOTED(SVN_LOCALE_DIR, "${sv
                    [Defined to be the path to the installed locale dirs])
 
 dnl Check for libtool -- we'll definitely need it for all our shared libs!
-echo "configuring libtool now"
+AC_MSG_NOTICE([configuring libtool now])
 ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL])
 AC_ARG_ENABLE(experimental-libtool,
   AS_HELP_STRING([--enable-experimental-libtool],[Use APR's libtool]),