Hello everyone, it seems I've found another very small bug inside gnulib-tool. See line 3920 of emit_autoconf_snippet: it will never do the right indentation (which we need e.g. in emit_autoconf_snippets) since $indentation is always empty. We just need to add one line in the beginning of emit_autoconf_snippet:
indentation=$1
