This bug is distinct from #26031 that I just reported.
Summary:
"make check" does not export the value of $(EXEEXT) to individual
tests when they are run. The tests require this information, for
example when they are shell scripts starting up executable programs
to be tested.
To reprodu
Summary:
"make check" does not respect $(EXEEXT)
To reproduce:
=
Please see the attached minimal package testing-0.0.tar.gz
This succeeds:
$ ./configure
$ make check
This also succeeds:
$ ./configure ac_cv_exeext=.exe
$ make check
This fails:
$ ./configure
$ make EXEE