From: Kurt Zeilenga Date: Fri, 25 Oct 2002 05:46:56 +0000 (+0000) Subject: SHTOOL cleanup X-Git-Tag: NO_SLAP_OP_BLOCKS~858 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a2f9e41b2b27724bf3267f6d80095a5a457d8fb3;p=openldap SHTOOL cleanup --- diff --git a/configure.in b/configure.in index e66d5f01cf..a9f50be916 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