[PATCH 2/2] maint.mk: prohibit user reserved make flags

2016-05-21 Thread Mathieu Lirzin
* top/maint.mk (sc_makefile_user_flags_check): New rule. --- ChangeLog| 3 +++ top/maint.mk | 8 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index e324133..3721fff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-05-21 Mathieu Lirzin +

[PATCH 1/2] prefer AM_TESTS_ENVIRONMENT to TESTS_ENVIRONMENT

2016-05-21 Thread Mathieu Lirzin
* Makefile, doc/gnulib.texi, doc/valgrind-tests.texi: * gnulib-tool, modules/acl-tests, modules/btowc-tests: * modules/c-snprintf-tests, modules/c-stack-tests: * modules/c-strcase-tests, modules/c-vasprintf-tests: * modules/c-vsnprintf-tests, modules/c-xvasprintf-tests: * modules/copy-file-tests, m

[PATCH 0/2] use AM_TESTS_ENVIRONMENT Automake variable

2016-05-21 Thread Mathieu Lirzin
Hello, Since 2011 Automake TESTS_ENVIRONMENT variable is reserved for the user unless the “older (and discouraged) serial test harness” is used. See: https://www.gnu.org/software/automake/manual/automake.html#index-AM_005fTESTS_005fENVIRONMENT The first patch makes use of the new AM_TESTS_ENV