]> git.sur5r.net Git - openldap/commitdiff
Hide shtool echo bold warnings
authorKurt Zeilenga <kurt@openldap.org>
Fri, 18 Oct 2002 21:33:30 +0000 (21:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 18 Oct 2002 21:33:30 +0000 (21:33 +0000)
configure
configure.in

index ac589eeaa308bd03f00f8b9d79c751881350cde6..956b38ac7155b28b783c007f49da4247aa6daed8 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.439 2002/10/18 16:53:07 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.440 2002/10/18 19:09:48 kurt Exp  
 
 # Copyright 1998-2002 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -870,8 +870,8 @@ fi
 
 SHTOOL="$ac_cv_shtool"
 
-TB=`$SHTOOL echo -e %B`
-TN=`$SHTOOL echo -e %b`
+TB=`($SHTOOL echo -e '%B') 2>/dev/null`
+TN=`($SHTOOL echo -e '%b') 2>/dev/null`
 
 echo "Configuring $TB$OL_STRING$TN ..."
 
index c1fc928555fe59beb4d483a93d7ccff5dd518cc1..e66d5f01cf922b3430d759e39d5d00c294d84684 100644 (file)
@@ -60,8 +60,8 @@ fi
 SHTOOL="$ac_cv_shtool"
 dnl AC_SUBST(SHTOOL)dnl
 
-TB=`$SHTOOL echo -e %B`
-TN=`$SHTOOL echo -e %b`
+TB=`($SHTOOL echo -e '%B') 2>/dev/null`
+TN=`($SHTOOL echo -e '%b') 2>/dev/null`
 
 echo "Configuring $TB$OL_STRING$TN ..."