+2024-02-22 Collin Funk <collin.funk1@gmail.com>
+
+ gnulib-tool.py: Follow gnulib-tool changes, part 26.
+ Follow gnulib-tool change
+ 2017-04-20 Bruno Haible <bruno@clisp.org>
+ verify tests: Fix spurious failure with parallel make.
+ * pygnulib/GLEmiter.py (GLEmiter.tests_Makefile_am): Emit initialization
+ of EXTRA_PROGRAMS so that the verify-tests module does not cause
+ Automake to warn about the use of "+=" instead of "=".
+
2024-02-22 Collin Funk <collin.funk1@gmail.com>
gnulib-tool.py: Follow gnulib-tool changes, part 25.
--------------------------------------------------------------------------------
-commit a7bd2403d2d3e49a8698495e74cdbe6a5261128a
-Author: Bruno Haible <bruno@clisp.org>
-Date: Thu Apr 20 21:27:40 2017 +0200
-
- verify tests: Fix spurious failure with parallel make.
-
- * gnulib-tool (func_emit_tests_Makefile_am): Emit initialization of
- EXTRA_PROGRAMS.
- * tests/test-verify.sh: Build test-verify-try.o, not test-verify.o.
- * tests/test-verify-try.c: New file.
- * modules/verify-tests (Files): Add it.
- (EXTRA_PROGRAMS): Add test-verify-try.
- (MOSTLYCLEANFILES): Update accordingly.
- Reported by Adam James Stewart <ajstewart@anl.gov>.
-
---------------------------------------------------------------------------------
-
commit 363135016c25696d7a173094715e7f3f2dda3596
Author: Bruno Haible <bruno@clisp.org>
Date: Wed Mar 15 23:24:03 2017 +0100
emit += 'noinst_PROGRAMS =\n'
if not for_test:
emit += 'check_PROGRAMS =\n'
+ emit += 'EXTRA_PROGRAMS =\n'
emit += 'noinst_HEADERS =\n'
emit += 'noinst_LIBRARIES =\n'
if libtests: