Hi, In the test module descriptions, we still have a workaround against a problem with automake 1.9.x versions. This is fixed in automake 1.10:
$(EXEEXT) is automatically appended to filenames of TESTS that have been declared as programs in the same Makefile. This is mostly useful when some check_PROGRAMS are listed in TESTS. Now, 4 months after automake 1.10 was released, I think it's OK to assume automake >= 1.10 for the tests. (Most packages that use gnulib-tool do so without the --with-tests option.) I'm applying this: 2007-02-25 Bruno Haible <[EMAIL PROTECTED]> Assume automake >= 1.10 for the tests. * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix. * modules/arctwo-tests: Likewise. * modules/argp-tests: Likewise. * modules/avltree-list-tests: Likewise. * modules/avltree-oset-tests: Likewise. * modules/avltreehash-list-tests: Likewise. * modules/carray-list-tests: Likewise. * modules/crc-tests: Likewise. * modules/des-tests: Likewise. * modules/gc-arcfour-tests: Likewise. * modules/gc-arctwo-tests: Likewise. * modules/gc-des-tests: Likewise. * modules/gc-hmac-md5-tests: Likewise. * modules/gc-hmac-sha1-tests: Likewise. * modules/gc-md2-tests: Likewise. * modules/gc-md4-tests: Likewise. * modules/gc-md5-tests: Likewise. * modules/gc-pbkdf2-sha1-tests: Likewise. * modules/gc-rijndael-tests: Likewise. * modules/gc-sha1-tests: Likewise. * modules/gc-tests: Likewise. * modules/getaddrinfo-tests: Likewise. * modules/hmac-md5-tests: Likewise. * modules/hmac-sha1-tests: Likewise. * modules/linked-list-tests: Likewise. * modules/linkedhash-list-tests: Likewise. * modules/lock-tests: Likewise. * modules/md2-tests: Likewise. * modules/md4-tests: Likewise. * modules/md5-tests: Likewise. * modules/rbtree-list-tests: Likewise. * modules/rbtree-oset-tests: Likewise. * modules/rbtreehash-list-tests: Likewise. * modules/read-file-tests: Likewise. * modules/rijndael-tests: Likewise. * modules/stdint-tests: Likewise. * modules/tls-tests: Likewise. --- modules/arcfour-tests 19 Jan 2006 09:05:56 -0000 1.3 +++ modules/arcfour-tests 25 Feb 2007 13:11:15 -0000 @@ -6,5 +6,5 @@ configure.ac: Makefile.am: -TESTS += test-arcfour$(EXEEXT) +TESTS += test-arcfour check_PROGRAMS += test-arcfour --- modules/arctwo-tests 19 Jan 2006 09:05:56 -0000 1.3 +++ modules/arctwo-tests 25 Feb 2007 13:11:15 -0000 @@ -6,5 +6,5 @@ configure.ac: Makefile.am: -TESTS += test-arctwo$(EXEEXT) +TESTS += test-arctwo check_PROGRAMS += test-arctwo --- modules/argp-tests 25 Feb 2006 05:07:39 -0000 1.2 +++ modules/argp-tests 25 Feb 2007 13:11:15 -0000 @@ -5,6 +5,6 @@ Depends-on: Makefile.am: -TESTS += test-argp$(EXEEXT) test-argp-2.sh +TESTS += test-argp test-argp-2.sh check_PROGRAMS += test-argp EXTRA_DIST += test-argp-2.sh --- modules/avltree-list-tests 17 Jul 2006 11:30:58 -0000 1.1 +++ modules/avltree-list-tests 25 Feb 2007 13:11:15 -0000 @@ -7,6 +7,6 @@ configure.ac: Makefile.am: -TESTS += test-avltree_list$(EXEEXT) +TESTS += test-avltree_list check_PROGRAMS += test-avltree_list --- modules/avltree-oset-tests 17 Jul 2006 11:33:17 -0000 1.1 +++ modules/avltree-oset-tests 25 Feb 2007 13:11:15 -0000 @@ -7,6 +7,6 @@ configure.ac: Makefile.am: -TESTS += test-avltree_oset$(EXEEXT) +TESTS += test-avltree_oset check_PROGRAMS += test-avltree_oset --- modules/avltreehash-list-tests 17 Jul 2006 11:31:28 -0000 1.1 +++ modules/avltreehash-list-tests 25 Feb 2007 13:11:15 -0000 @@ -7,6 +7,6 @@ configure.ac: Makefile.am: -TESTS += test-avltreehash_list$(EXEEXT) +TESTS += test-avltreehash_list check_PROGRAMS += test-avltreehash_list --- modules/carray-list-tests 17 Jul 2006 11:29:21 -0000 1.1 +++ modules/carray-list-tests 25 Feb 2007 13:11:15 -0000 @@ -7,6 +7,6 @@ configure.ac: Makefile.am: -TESTS += test-carray_list$(EXEEXT) +TESTS += test-carray_list check_PROGRAMS += test-carray_list --- modules/crc-tests 19 Jan 2006 09:05:56 -0000 1.3 +++ modules/crc-tests 25 Feb 2007 13:11:15 -0000 @@ -6,5 +6,5 @@ configure.ac: Makefile.am: -TESTS += test-crc$(EXEEXT) +TESTS += test-crc check_PROGRAMS += test-crc --- modules/des-tests 19 Jan 2006 09:05:56 -0000 1.4 +++ modules/des-tests 25 Feb 2007 13:11:15 -0000 @@ -6,7 +6,7 @@ configure.ac: Makefile.am: -TESTS += test-des$(EXEEXT) +TESTS += test-des check_PROGRAMS += test-des License: --- modules/gc-arcfour-tests 19 Jan 2006 09:05:56 -0000 1.4 +++ modules/gc-arcfour-tests 25 Feb 2007 13:11:15 -0000 @@ -6,7 +6,7 @@ configure.ac: Makefile.am: -TESTS += test-gc-arcfour$(EXEEXT) +TESTS += test-gc-arcfour check_PROGRAMS += test-gc-arcfour License: --- modules/gc-arctwo-tests 19 Jan 2006 09:05:56 -0000 1.4 +++ modules/gc-arctwo-tests 25 Feb 2007 13:11:15 -0000 @@ -6,7 +6,7 @@ configure.ac: Makefile.am: -TESTS += test-gc-arctwo$(EXEEXT) +TESTS += test-gc-arctwo check_PROGRAMS += test-gc-arctwo License: --- modules/gc-des-tests 19 Jan 2006 09:05:56 -0000 1.4 +++ modules/gc-des-tests 25 Feb 2007 13:11:15 -0000 @@ -6,7 +6,7 @@ configure.ac: Makefile.am: -TESTS += test-gc-des$(EXEEXT) +TESTS += test-gc-des check_PROGRAMS += test-gc-des License: --- modules/gc-hmac-md5-tests 19 Jan 2006 09:05:56 -0000 1.4 +++ modules/gc-hmac-md5-tests 25 Feb 2007 13:11:15 -0000 @@ -6,7 +6,7 @@ configure.ac: Makefile.am: -TESTS += test-gc-hmac-md5$(EXEEXT) +TESTS += test-gc-hmac-md5 check_PROGRAMS += test-gc-hmac-md5 License: --- modules/gc-hmac-sha1-tests 19 Jan 2006 09:05:56 -0000 1.4 +++ modules/gc-hmac-sha1-tests 25 Feb 2007 13:11:15 -0000 @@ -6,7 +6,7 @@ configure.ac: Makefile.am: -TESTS += test-gc-hmac-sha1$(EXEEXT) +TESTS += test-gc-hmac-sha1 check_PROGRAMS += test-gc-hmac-sha1 License: --- modules/gc-md2-tests 19 Jan 2006 09:05:56 -0000 1.4 +++ modules/gc-md2-tests 25 Feb 2007 13:11:15 -0000 @@ -6,7 +6,7 @@ configure.ac: Makefile.am: -TESTS += test-gc-md2$(EXEEXT) +TESTS += test-gc-md2 check_PROGRAMS += test-gc-md2 License: --- modules/gc-md4-tests 19 Jan 2006 09:05:56 -0000 1.4 +++ modules/gc-md4-tests 25 Feb 2007 13:11:15 -0000 @@ -6,7 +6,7 @@ configure.ac: Makefile.am: -TESTS += test-gc-md4$(EXEEXT) +TESTS += test-gc-md4 check_PROGRAMS += test-gc-md4 License: --- modules/gc-md5-tests 19 Jan 2006 09:05:56 -0000 1.4 +++ modules/gc-md5-tests 25 Feb 2007 13:11:15 -0000 @@ -6,7 +6,7 @@ configure.ac: Makefile.am: -TESTS += test-gc-md5$(EXEEXT) +TESTS += test-gc-md5 check_PROGRAMS += test-gc-md5 License: --- modules/gc-pbkdf2-sha1-tests 19 Jan 2006 09:05:56 -0000 1.4 +++ modules/gc-pbkdf2-sha1-tests 25 Feb 2007 13:11:15 -0000 @@ -6,7 +6,7 @@ configure.ac: Makefile.am: -TESTS += test-gc-pbkdf2-sha1$(EXEEXT) +TESTS += test-gc-pbkdf2-sha1 check_PROGRAMS += test-gc-pbkdf2-sha1 License: --- modules/gc-rijndael-tests 19 Jan 2006 09:05:56 -0000 1.4 +++ modules/gc-rijndael-tests 25 Feb 2007 13:11:15 -0000 @@ -6,7 +6,7 @@ configure.ac: Makefile.am: -TESTS += test-gc-rijndael$(EXEEXT) +TESTS += test-gc-rijndael check_PROGRAMS += test-gc-rijndael License: --- modules/gc-sha1-tests 19 Jan 2006 09:05:56 -0000 1.4 +++ modules/gc-sha1-tests 25 Feb 2007 13:11:15 -0000 @@ -6,7 +6,7 @@ configure.ac: Makefile.am: -TESTS += test-gc-sha1$(EXEEXT) +TESTS += test-gc-sha1 check_PROGRAMS += test-gc-sha1 License: --- modules/gc-tests 19 Jan 2006 09:05:56 -0000 1.4 +++ modules/gc-tests 25 Feb 2007 13:11:15 -0000 @@ -6,7 +6,7 @@ configure.ac: Makefile.am: -TESTS += test-gc$(EXEEXT) +TESTS += test-gc check_PROGRAMS += test-gc License: --- modules/getaddrinfo-tests 21 Jun 2006 17:22:32 -0000 1.1 +++ modules/getaddrinfo-tests 25 Feb 2007 13:11:15 -0000 @@ -7,7 +7,7 @@ configure.ac: Makefile.am: -TESTS += test-getaddrinfo$(EXEEXT) +TESTS += test-getaddrinfo check_PROGRAMS += test-getaddrinfo License: --- modules/hmac-md5-tests 19 Jan 2006 09:05:56 -0000 1.3 +++ modules/hmac-md5-tests 25 Feb 2007 13:11:15 -0000 @@ -6,5 +6,5 @@ configure.ac: Makefile.am: -TESTS += test-hmac-md5$(EXEEXT) +TESTS += test-hmac-md5 check_PROGRAMS += test-hmac-md5 --- modules/hmac-sha1-tests 19 Jan 2006 09:05:56 -0000 1.3 +++ modules/hmac-sha1-tests 25 Feb 2007 13:11:15 -0000 @@ -6,5 +6,5 @@ configure.ac: Makefile.am: -TESTS += test-hmac-sha1$(EXEEXT) +TESTS += test-hmac-sha1 check_PROGRAMS += test-hmac-sha1 --- modules/linked-list-tests 17 Jul 2006 11:30:07 -0000 1.1 +++ modules/linked-list-tests 25 Feb 2007 13:11:15 -0000 @@ -7,6 +7,6 @@ configure.ac: Makefile.am: -TESTS += test-linked_list$(EXEEXT) +TESTS += test-linked_list check_PROGRAMS += test-linked_list --- modules/linkedhash-list-tests 17 Jul 2006 11:30:30 -0000 1.1 +++ modules/linkedhash-list-tests 25 Feb 2007 13:11:15 -0000 @@ -7,6 +7,6 @@ configure.ac: Makefile.am: -TESTS += test-linkedhash_list$(EXEEXT) +TESTS += test-linkedhash_list check_PROGRAMS += test-linkedhash_list --- modules/lock-tests 25 Feb 2006 05:07:39 -0000 1.3 +++ modules/lock-tests 25 Feb 2007 13:11:15 -0000 @@ -13,7 +13,7 @@ AC_SUBST([LIBSCHED]) Makefile.am: -TESTS += test-lock$(EXEEXT) +TESTS += test-lock check_PROGRAMS += test-lock test_lock_LDADD = @LIBMULTITHREAD@ @LIBSCHED@ $(LDADD) --- modules/md2-tests 19 Jan 2006 09:05:56 -0000 1.4 +++ modules/md2-tests 25 Feb 2007 13:11:15 -0000 @@ -6,7 +6,7 @@ configure.ac: Makefile.am: -TESTS += test-md2$(EXEEXT) +TESTS += test-md2 check_PROGRAMS += test-md2 License: --- modules/md4-tests 19 Jan 2006 09:05:56 -0000 1.4 +++ modules/md4-tests 25 Feb 2007 13:11:15 -0000 @@ -6,7 +6,7 @@ configure.ac: Makefile.am: -TESTS += test-md4$(EXEEXT) +TESTS += test-md4 check_PROGRAMS += test-md4 License: --- modules/md5-tests 19 Jan 2006 09:05:56 -0000 1.3 +++ modules/md5-tests 25 Feb 2007 13:11:15 -0000 @@ -6,5 +6,5 @@ configure.ac: Makefile.am: -TESTS += test-md5$(EXEEXT) +TESTS += test-md5 check_PROGRAMS += test-md5 --- modules/rbtree-list-tests 17 Jul 2006 11:32:00 -0000 1.1 +++ modules/rbtree-list-tests 25 Feb 2007 13:11:15 -0000 @@ -7,6 +7,6 @@ configure.ac: Makefile.am: -TESTS += test-rbtree_list$(EXEEXT) +TESTS += test-rbtree_list check_PROGRAMS += test-rbtree_list --- modules/rbtree-oset-tests 17 Jul 2006 11:32:55 -0000 1.1 +++ modules/rbtree-oset-tests 25 Feb 2007 13:11:15 -0000 @@ -7,6 +7,6 @@ configure.ac: Makefile.am: -TESTS += test-rbtree_oset$(EXEEXT) +TESTS += test-rbtree_oset check_PROGRAMS += test-rbtree_oset --- modules/rbtreehash-list-tests 17 Jul 2006 11:32:23 -0000 1.1 +++ modules/rbtreehash-list-tests 25 Feb 2007 13:11:15 -0000 @@ -7,6 +7,6 @@ configure.ac: Makefile.am: -TESTS += test-rbtreehash_list$(EXEEXT) +TESTS += test-rbtreehash_list check_PROGRAMS += test-rbtreehash_list --- modules/read-file-tests 16 Jun 2006 19:40:12 -0000 1.1 +++ modules/read-file-tests 25 Feb 2007 13:11:15 -0000 @@ -6,5 +6,5 @@ configure.ac: Makefile.am: -TESTS += test-read-file$(EXEEXT) +TESTS += test-read-file check_PROGRAMS += test-read-file --- modules/rijndael-tests 19 Jan 2006 09:05:56 -0000 1.3 +++ modules/rijndael-tests 25 Feb 2007 13:11:15 -0000 @@ -6,5 +6,5 @@ configure.ac: Makefile.am: -TESTS += test-rijndael$(EXEEXT) +TESTS += test-rijndael check_PROGRAMS += test-rijndael --- modules/stdint-tests 2 Jul 2006 06:49:07 -0000 1.2 +++ modules/stdint-tests 25 Feb 2007 13:11:15 -0000 @@ -12,7 +12,7 @@ gt_TYPE_WINT_T Makefile.am: -TESTS += test-stdint$(EXEEXT) +TESTS += test-stdint check_PROGRAMS += test-stdint License: --- modules/tls-tests 25 Feb 2006 05:07:39 -0000 1.3 +++ modules/tls-tests 25 Feb 2007 13:11:15 -0000 @@ -13,7 +13,7 @@ AC_SUBST([LIBSCHED]) Makefile.am: -TESTS += test-tls$(EXEEXT) +TESTS += test-tls check_PROGRAMS += test-tls test_tls_LDADD = @LIBMULTITHREAD@ @LIBSCHED@ $(LDADD)