Re: m4/mountlist.m4: remove AC_MSG_ERROR from gl_MOUNTLIST?

2025-03-22 Thread Yury V. Zaytsev
Hi Bruno, > On 21. Mar 2025, at 11:58, Bruno Haible wrote: > > Instead, it's better to have an error message by the C compiler. This > is what the attached patch does. This looks fantastic, thank you so much! All the best, Yury

Re: m4/mountlist.m4: remove AC_MSG_ERROR from gl_MOUNTLIST?

2025-03-20 Thread Yury V. Zaytsev
Hi Bruno (and Collin), > On 17. Mar 2025, at 23:09, Bruno Haible wrote: > > Yury V. Zaytsev wrote: >> I would like to ask why `AC_MSG_ERROR` hasn't been removed from >> `gl_MOUNTLIST` yet? There is a "FIXME" in there and I think the callers >>

Re: m4/mountlist.m4: remove AC_MSG_ERROR from gl_MOUNTLIST?

2025-03-28 Thread Yury V. Zaytsev
> On 20. Mar 2025, at 17:23, Bruno Haible wrote: > > Yury V. Zaytsev wrote: >> due to AC_MSG_ERROR failing the build, Termux had to patch our build system. >> I didn't know the FIXME was there because you support Windows... Anyway, can >> AC_MSG_ERROR be remov

m4/mountlist.m4: remove AC_MSG_ERROR from gl_MOUNTLIST?

2025-03-17 Thread Yury V. Zaytsev
Hello, I would like to ask why `AC_MSG_ERROR` hasn't been removed from `gl_MOUNTLIST` yet? There is a "FIXME" in there and I think the callers should check `gl_cv_list_mounted_fs` and `AC_MSG_ERROR` themselves if this is a required feature. Thanks a lot! P.S. Please keep me on CC, I'm not sub