* pygnulib/GLTestDir.py (GLTestDir.execute): Don't strip newlines from
Automake snippets.
+2024-03-22 Collin Funk <collin.funk1@gmail.com>
+
+ gnulib-tool.py: Don't remove newlines in testdir's Automake snippets.
+ * pygnulib/GLTestDir.py (GLTestDir.execute): Don't strip newlines from
+ Automake snippets.
+
2024-03-22 Collin Funk <collin.funk1@gmail.com>
gnulib-tool.py: Fix empty newline output in test directories.
emit += '[$gl_module_indicator_condition])\n'
snippets = self.emitter.autoconfSnippets(tests_modules, main_modules + tests_modules,
moduletable, 1, True, False, False, replace_auxdir)
- emit += snippets.strip()
+ emit += snippets
emit += ' m4_popdef([gl_MODULE_INDICATOR_CONDITION])\n'
emit += self.emitter.initmacro_end('%stests' % macro_prefix, True)
# _LIBDEPS and _LTLIBDEPS variables are not needed if this library is