mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 22:03:45 -05:00
SHTOOL cleanup
This commit is contained in:
parent
2b2e406b46
commit
a2f9e41b2b
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue