Hi Jeffrey, > I noticed arpa_inet-c++ tested OK
There's no module named 'arpa_inet-c++': - There's no file modules/arpa_inet-c++ , - './gnulib-tool --list' does not mention it. > The script is picking up arpa_inet-c++ because it does a find looking > for a filename <module>-tests. It should also check whether the file modules/<module> exists. > I'm guessing gnulib-tool does not return an error? Invalid module names produce a diagnostic, but gnulib-tool then proceeds, ignoring it. Bruno