Re: [PATCH] gnulib-tool.py: Fix whitespace in gnulib-comp.m4.

2024-03-28 Thread Bruno Haible
Hi Collin, > In the the ./import-tests/test-wget2-1.sh output of gnulib-comp.m4 > there is this whitespace diff: > > $ diff -u ./test-wget2-1.result/m4/gnulib-comp.m4 > tmp115629-result/m4/gnulib-comp.m4 > --- ./test-wget2-1.result/m4/gnulib-comp.m4 2024-03-27 03:05:35.527866182 > -0700 > +++

[PATCH] gnulib-tool.py: Fix whitespace in gnulib-comp.m4.

2024-03-27 Thread Collin Funk
snippet = snippet.replace('gl_libdeps', 'gltests_libdeps') -- 2.44.0 CollinFrom bfaa4834f4a2b5af35878052beec8c97db463b81 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Wed, 27 Mar 2024 21:08:36 -0700 Subject: [PATCH] gnulib-tool.py: Fix whitespace in gnulib-comp.m4