mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Hide shtool echo bold warnings
This commit is contained in:
parent
475515ef78
commit
3bd79f6de3
6
configure
vendored
6
configure
vendored
@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# $OpenLDAP$
|
# $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.
|
# Copyright 1998-2002 The OpenLDAP Foundation. All Rights Reserved.
|
||||||
#
|
#
|
||||||
@ -870,8 +870,8 @@ fi
|
|||||||
|
|
||||||
SHTOOL="$ac_cv_shtool"
|
SHTOOL="$ac_cv_shtool"
|
||||||
|
|
||||||
TB=`$SHTOOL echo -e %B`
|
TB=`($SHTOOL echo -e '%B') 2>/dev/null`
|
||||||
TN=`$SHTOOL echo -e %b`
|
TN=`($SHTOOL echo -e '%b') 2>/dev/null`
|
||||||
|
|
||||||
echo "Configuring $TB$OL_STRING$TN ..."
|
echo "Configuring $TB$OL_STRING$TN ..."
|
||||||
|
|
||||||
|
@ -60,8 +60,8 @@ fi
|
|||||||
SHTOOL="$ac_cv_shtool"
|
SHTOOL="$ac_cv_shtool"
|
||||||
dnl AC_SUBST(SHTOOL)dnl
|
dnl AC_SUBST(SHTOOL)dnl
|
||||||
|
|
||||||
TB=`$SHTOOL echo -e %B`
|
TB=`($SHTOOL echo -e '%B') 2>/dev/null`
|
||||||
TN=`$SHTOOL echo -e %b`
|
TN=`($SHTOOL echo -e '%b') 2>/dev/null`
|
||||||
|
|
||||||
echo "Configuring $TB$OL_STRING$TN ..."
|
echo "Configuring $TB$OL_STRING$TN ..."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user