mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-13 15:46:55 +08:00
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:
parent
7e69e44199
commit
28fbcb6a9a
2
m4/libtool.m4
vendored
2
m4/libtool.m4
vendored
@ -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' ;;
|
||||
*)
|
||||
|
@ -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])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user