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 > should check `gl_cv_list_mounted_fs` and `AC_MSG_ERROR` themselves if this is > a required feature.
It is indeed unusual for a Gnulib module to abort its configuration on native Windows with a fatal error. But it is equally unusual for a Gnulib module to provide just a dummy stub on some platforms. Therefore, ideally, someone would port this module to native Windows (considering drive letters, JOINs, SUBSTs, and \\...\ shares). Then we could remove the AC_MSG_ERROR. Bruno