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.
This commit is contained in:
Alex Ameen 2022-02-08 13:44:03 -06:00
parent 7e69e44199
commit 28fbcb6a9a
2 changed files with 2 additions and 2 deletions

2
m4/libtool.m4 vendored
View File

@ -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' ;;
*)

View File

@ -11,7 +11,7 @@
# serial 2 ltargz.m4
AC_DEFUN([LT_FUNC_ARGZ], [
dnl Required for use of `$SED' in Cygwin configuration.
dnl Required for use of '$SED' in Cygwin configuration.
AC_REQUIRE([AC_PROG_SED])dnl
AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])