From bb469ee630001079611573fa2f9924d6b5e242a9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 25 Feb 2006 05:07:39 +0000 Subject: [PATCH] * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES. * modules/lock-tests (TESTS): Use $(EXEEXT). * modules/tls-tests: Likewise. * modules/argp-tests: Likewise. (check_PROGRAMS): New var, replacing... (noinst_PROGRAMS, test_argp_SOURCES): Remove. --- ChangeLog | 9 +++++++++ modules/argp-tests | 6 ++---- modules/lock-tests | 2 +- modules/tls-tests | 2 +- modules/xstrtod | 1 - 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3e701d6c9b..babbf62f06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-02-24 Ralf Wildenhues (tiny changes) + + * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES. + * modules/lock-tests (TESTS): Use $(EXEEXT). + * modules/tls-tests: Likewise. + * modules/argp-tests: Likewise. + (check_PROGRAMS): New var, replacing... + (noinst_PROGRAMS, test_argp_SOURCES): Remove. + 2006-02-16 Simon Josefsson * modules/getaddrinfo (Depends-on): Add sys_socket. diff --git a/modules/argp-tests b/modules/argp-tests index 00cd685f75..a7dd5ba776 100644 --- a/modules/argp-tests +++ b/modules/argp-tests @@ -5,8 +5,6 @@ tests/test-argp-2.sh Depends-on: Makefile.am: -TESTS += test-argp test-argp-2.sh -noinst_PROGRAMS += test-argp +TESTS += test-argp$(EXEEXT) test-argp-2.sh +check_PROGRAMS += test-argp EXTRA_DIST += test-argp-2.sh -test_argp_SOURCES = test-argp.c - diff --git a/modules/lock-tests b/modules/lock-tests index 2e410c99a2..95607b6401 100644 --- a/modules/lock-tests +++ b/modules/lock-tests @@ -13,7 +13,7 @@ fi AC_SUBST([LIBSCHED]) Makefile.am: -TESTS += test-lock +TESTS += test-lock$(EXEEXT) check_PROGRAMS += test-lock test_lock_LDADD = @LIBMULTITHREAD@ @LIBSCHED@ $(LDADD) diff --git a/modules/tls-tests b/modules/tls-tests index 7868519c10..2d1f10ffd3 100644 --- a/modules/tls-tests +++ b/modules/tls-tests @@ -13,7 +13,7 @@ fi AC_SUBST([LIBSCHED]) Makefile.am: -TESTS += test-tls +TESTS += test-tls$(EXEEXT) check_PROGRAMS += test-tls test_tls_LDADD = @LIBMULTITHREAD@ @LIBSCHED@ $(LDADD) diff --git a/modules/xstrtod b/modules/xstrtod index 2d8e4a638c..095616a754 100644 --- a/modules/xstrtod +++ b/modules/xstrtod @@ -13,7 +13,6 @@ configure.ac: gl_XSTRTOD Makefile.am: -lib_SOURCES += xstrtod.h xstrtod.c Include: "xstrtod.h" -- 2.30.2