> > +TESTS += test-memmem > > +TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' > > +check_PROGRAMS += test-memmem > > You can drop the TESTS_ENVIRONMENT line.
I've dropped this line now. TESTS_ENVIRONMENT setting EXEEXT is only needed when one of the tests is a shell script that calls an executable. 2008-01-08 Bruno Haible <[EMAIL PROTECTED]> * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT augmentation. *** modules/memmem-tests.orig 2008-01-08 11:41:34.000000000 +0100 --- modules/memmem-tests 2008-01-08 01:59:20.000000000 +0100 *************** *** 8,13 **** Makefile.am: TESTS += test-memmem - TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' check_PROGRAMS += test-memmem --- 8,12 ----