* pygnulib/GLImport.py (GLImport.execute): Add missing end quote around
file name in AC_CONFIG_FILES reminder.
+2024-03-31 Collin Funk <collin.funk1@gmail.com>
+
+ gnulib-tool.py: Add missing quotation mark to reminder.
+ * pygnulib/GLImport.py (GLImport.execute): Add missing end quote around
+ file name in AC_CONFIG_FILES reminder.
+
2024-03-31 Bruno Haible <bruno@clisp.org>
quotearg: Improve documentation.
else: # if makefile_am != 'Makefile.am'
print(' - "include %s" from within "%s/Makefile.am",' % (source_makefile_am, sourcebase))
if pobase:
- print(' - add "%s/Makefile.in to AC_CONFIG_FILES in %s,' % (pobase, configure_ac))
+ print(' - add "%s/Makefile.in" to AC_CONFIG_FILES in %s,' % (pobase, configure_ac))
if gentests:
if tests_makefile_am == 'Makefile.am':
print(' - add "%s/Makefile" to AC_CONFIG_FILES in %s,' % (testsbase, configure_ac))