]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
shtool changes from HEAD
authorKurt Zeilenga <kurt@openldap.org>
Mon, 28 Oct 2002 20:50:44 +0000 (20:50 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 28 Oct 2002 20:50:44 +0000 (20:50 +0000)
configure
configure.in

index 6b8b3a7fb8f88081df70cd0a06cd811861239162..9805fc6da6951f17f0c15852f5940670429d191b 100755 (executable)
--- 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
index a15d7083d483e8df8f3bd3a289436f44003ef20e..0660fd59e4987e506115997731f00e25130879db 100644 (file)
@@ -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