From: Kurt Zeilenga Date: Mon, 28 Oct 2002 20:50:44 +0000 (+0000) Subject: shtool changes from HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_1_9~59 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=28d8d6bc9747a2715bf8f47644b9d692eedad209;p=openldap shtool changes from HEAD --- diff --git a/configure b/configure index 6b8b3a7fb8..9805fc6da6 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP +# from OpenLDAP: pkg/ldap/configure.in,v 1.408.2.21 2002/10/18 19:47:29 kurt Exp # Copyright 1998-2002 The OpenLDAP Foundation. All Rights Reserved. # @@ -866,10 +866,10 @@ 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 ..." +echo "Configuring ${TB}${OL_STRING}${TN} ..." echo $ac_n "checking host system type""... $ac_c" 1>&6 diff --git a/configure.in b/configure.in index a15d7083d4..0660fd59e4 100644 --- a/configure.in +++ b/configure.in @@ -60,10 +60,10 @@ fi SHTOOL="$ac_cv_shtool" dnl AC_SUBST(SHTOOL)dnl -TB=`($SHTOOL echo -e '%B') 2>/dev/null` -TN=`($SHTOOL echo -e '%b') 2>/dev/null` +TB="`$SHTOOL echo -e '%B' 2>/dev/null`" +TN="`$SHTOOL echo -e '%b' 2>/dev/null`" -echo "Configuring $TB$OL_STRING$TN ..." +echo "Configuring ${TB}${OL_STRING}${TN} ..." dnl Determine host platform dnl we try not to use this for much