gnulib-tool.py: Use a set to optimize. * pygnulib/GLModuleSystem.py (GLModule.getAutomakeSnippet_Unconditional): Call set() on the result of _extract_lib_SOURCES() to ensure computing the difference between another set is O(n).