libtool.m4: Use echo in archive_cmds and archive_expsym_cmds on OS/2

Fixes that building DLLs fails because $ECHO does not work when it's
set to "printf %s\n".
From https://github.com/komh/libtool-os2
This commit is contained in:
Ozkan Sezer
2026-03-17 04:55:00 +03:00
parent e7e24a1ee5
commit 1e1e982ae7
3 changed files with 59 additions and 53 deletions

1
test/configure vendored
View File

@@ -6103,3 +6103,4 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi