Bruno Haible <br...@clisp.org> writes:

> Oops. Thanks for the stop-gap fix. 
>
> Thinking more about it:
>   - We can simplify the two emitted lines into a single line, as shown below:
>
> diff -r -u ../testdir1/gltests/Makefile.am ../testdir2/gltests/Makefile.am
> --- ../testdir1/gltests/Makefile.am     2025-09-04 22:19:25.794121004 +0200
> +++ ../testdir2/gltests/Makefile.am     2025-09-04 22:41:37.305994956 +0200
> @@ -43,8 +43,7 @@
>  DISTCLEANFILES =
>  MAINTAINERCLEANFILES =
>  
> -AM_CFLAGS =
> -AM_CFLAGS += @GL_CFLAG_ALLOW_WARNINGS@
> +AM_CFLAGS = @GL_CFLAG_ALLOW_WARNINGS@
>  
>  CFLAGS = @GL_CFLAG_ALLOW_WARNINGS@ @CFLAGS@
>  
>
>   - There is also the case of using --with-tests without --makefile-name.
>
> Committing the attached patch. And this time, I've updated the 
> gnulib-tool-tests
> as well.

Great, thanks!

Collin


Reply via email to