]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Don’t assume plain ‘make’ in C unit tests
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Jul 2020 22:10:33 +0000 (15:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Jul 2020 22:13:34 +0000 (15:13 -0700)
commit96f0001bcda3ba9bed7eb13257842e556dbc4695
tree285f06d8e9843407d7ac6ecf2a009a4ac96d7a71
parent14d58bfd58121c31e65ca68fcde3023545f76c1b
Don’t assume plain ‘make’ in C unit tests

Problem reported by Bruno Haible in:
https://savannah.gnu.org/support/?110273#comment6
* lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE):
* tests/autotest.at (C unit tests, C unit tests (EXEEXT)):
Prefer ‘${MAKE-make}’ to ‘make’ in shell code.
lib/autoconf/general.m4
tests/autotest.at