Dear Gnulib developers, When I add the setlocale module, it pulls localename in. This one wants me to link my programs and libraries with @INTL_MACOSX_LIBS@, but then syntax-check (makefile_at_at_check) complains that it has @'s. If I should use $(INTL_MACOSX_LIBS) instead, why does the localename insists on @@ (it also wants $(LIBTHREAD) with $() so presumably there’s a good reason for @@)? If I should use @@, maybe the makefile_at_at_check should ignore INTL_MACOSX_LIBS, no?
Best regards, Vivien