libtool/m4
Markus Mützel 68fbecc49b
libtool: Handle unset $multilib for Windows targets.
If `multilib` is unset (which it apparently is by default), the output
from running a `configure` script contains lines like the following:
```
checking dynamic linker characteristics... ../configure: line 26791: test: yes: unary operator expected
Win32 ld.exe
```

The additional output is not a fatal error. But it could be irritating.

Avoid the unexpected output from `test` by making sure `=` is used as a
binary operator.

* m4/libtool.m4: Prepend "x" on both sides of a comparison with `test`
and the operator `=`.
* NEWS: Update for bug fix.

See also: https://github.com/msys2/MINGW-packages/pull/21905
2024-10-22 20:00:47 +03:00
..
.gitignore gnulib: update submodule to new repository. 2022-02-08 13:32:47 -06:00
autobuild.m4 maint: update copyrights across project 2024-01-12 01:35:32 -05:00
libtool.m4 libtool: Handle unset $multilib for Windows targets. 2024-10-22 20:00:47 +03:00
lt~obsolete.m4 maint: update copyrights across project 2024-01-12 01:35:32 -05:00
ltargz.m4 maint: update copyrights across project 2024-01-12 01:35:32 -05:00
ltdl.m4 Fix errors in distclean and maintainer-clean 2024-10-22 19:55:50 +03:00
ltoptions.m4 Rename option --with-aix-soname to --enable-aix-soname. 2024-09-13 20:19:33 +03:00
ltsugar.m4 maint: update copyrights across project 2024-01-12 01:35:32 -05:00
ltversion.in maint: update copyrights across project 2024-01-12 01:35:32 -05:00
m4.m4 maint: update copyrights across project 2024-01-12 01:35:32 -05:00