summaryrefslogtreecommitdiff
path: root/m4/libtool.m4
diff options
context:
space:
mode:
authorAlex Ameen <alex.ameen.tx@gmail.com>2022-02-08 13:44:03 -0600
committerAlex Ameen <alex.ameen.tx@gmail.com>2022-02-08 13:44:03 -0600
commit28fbcb6a9ac94dda0b84f926003156c33c4c6708 (patch)
tree18d1ee09f768b741c7a118f057565cf781472538 /m4/libtool.m4
parent7e69e44199040c9b4a80ceb30713456478987237 (diff)
downloadlibtool-28fbcb6a9ac94dda0b84f926003156c33c4c6708.tar.gz
libtool: correct linter syntax complaints in M4
* m4/libtool.m4: remove unnecessary braces on variable derefence. * m4/ltargz.m4: change quote style for inline comment.
Diffstat (limited to 'm4/libtool.m4')
-rw-r--r--m4/libtool.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index cddd1d41..79a2451e 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -1070,7 +1070,7 @@ _LT_EOF
darwin1.*)
_lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
darwin*)
- case ${MACOSX_DEPLOYMENT_TARGET},$host in
+ case $MACOSX_DEPLOYMENT_TARGET,$host in
10.[[012]],*|,*powerpc*-darwin[[5-8]]*)
_lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
*)