On Sun, Aug 20, 2023 at 02:02:40 +0000, Rin Okuyama wrote: > Modified Files: > src/external/gpl3/gdb/dist/gnulib: configure > src/external/gpl3/gdb/dist/gnulib/import/m4: rename.m4 > > Log Message: > gdb/gnulib: ``guess yes'' to rename(2) checks for NetBSD
Can't we just set gl_cv_func_rename_slash_dst_works in the environment when running configure. I'm pretty sure we are already doing that somewhere to force some misdetected features, and that's in our makefiles, not in the imported code, so it's unlikely to get lost in a merge on new imports later. -uwe