* modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Feb 2006 05:07:39 +0000 (05:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Feb 2006 05:07:39 +0000 (05:07 +0000)
* 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
modules/argp-tests
modules/lock-tests
modules/tls-tests
modules/xstrtod

index 3e701d6c9b975f1f6af3ce7c89b2fea50a7eb776..babbf62f06fcabdca5ad4367792ba2b2593a8b7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (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  <jas@extundo.com>
 
        * modules/getaddrinfo (Depends-on): Add sys_socket.
index 00cd685f7576b5b94e0e5c41c69c036e3e34592f..a7dd5ba776ed58c3c34b8d31873751f16331f977 100644 (file)
@@ -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
-
index 2e410c99a2c84eee3556a21162820e3b719a0ba1..95607b6401ee231cf42d2a4f68ad4d558c84a2e2 100644 (file)
@@ -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)
 
index 7868519c1031eaca6a8d3c1864e052b60525dcba..2d1f10ffd39984dce13d2835b38c9ad566b4d53f 100644 (file)
@@ -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)
 
index 2d8e4a638c21ed0ae589f7e5853d3bcd6319a552..095616a75485271841c084caad0bab7369c9117f 100644 (file)
@@ -13,7 +13,6 @@ configure.ac:
 gl_XSTRTOD
 
 Makefile.am:
-lib_SOURCES += xstrtod.h xstrtod.c
 
 Include:
 "xstrtod.h"