summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-aux/general.m4sh2
-rw-r--r--build-aux/ltmain.m4sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/general.m4sh b/build-aux/general.m4sh
index d505ba5b..82d932c6 100644
--- a/build-aux/general.m4sh
+++ b/build-aux/general.m4sh
@@ -78,7 +78,7 @@ basename='s|^.*/||'
# We should try to minimise forks, especially on Windows where they are
# unreasonably slow, so skip the feature probes when bash or zsh are
# being used:
-if test set = "${BASH_VERSION+set}${ZSH_VERSION}"; then
+if test set = "${BASH_VERSION+set}$ZSH_VERSION"; then
: ${lt_HAVE_ARITH_OP="yes"}
: ${lt_HAVE_XSI_OPS="yes"}
# The += operator was introduced in bash 3.1
diff --git a/build-aux/ltmain.m4sh b/build-aux/ltmain.m4sh
index e26095f4..14f3c37e 100644
--- a/build-aux/ltmain.m4sh
+++ b/build-aux/ltmain.m4sh
@@ -6648,7 +6648,7 @@ func_mode_link ()
# On Darwin other compilers
case $CC in
nagfor*)
- verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
+ verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
;;
*)
verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"