fstrcmp-developers Mailing List for fstrcmp
Status: Beta
Brought to you by:
pmiller
You can subscribe to this list here.
| 2026 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Clément P. <per...@gm...> - 2026-04-06 19:57:54
|
Hello, I'm not sure if fstrcmp is still maintained, I’m sending a small build-system patch motivated by Emscripten builds. When building with Emscripten, we need emranlib (and related binutils wrappers) to be detected/used correctly. This patch replaces the manual AR/RANLIB/LIBTOOL handling in configure.ac with LT_INIT, so tool detection is delegated to libtool/autoconf machinery, which is more suitable for cross toolchains like Emscripten. It also adds top_builddir = . in Makefile.in so @LIBTOOL@ expansions work reliably. Thanks, |