* modules/ceil-ieee-tests (Makefile.am): Use CEIL_LIBM, not FLOOR_LIBM.
* modules/chown-tests (Makefile.am): Don't link test-chown with
LIBINTL.
* modules/lchown-tests (Makefile.am): Don't link test-lchown with
LIBINTL.
* modules/utimens-tests (Makefile.am): Don't link test-utimens with
LIBINTL.
* modules/futimens-tests (Makefile.am): Don't link test-futimens with
LIBINTL.
+2011-06-17 Bruno Haible <bruno@clisp.org>
+
+ Fix tests link errors.
+ * modules/ceil-ieee-tests (Makefile.am): Use CEIL_LIBM, not FLOOR_LIBM.
+ * modules/chown-tests (Makefile.am): Don't link test-chown with
+ LIBINTL.
+ * modules/lchown-tests (Makefile.am): Don't link test-lchown with
+ LIBINTL.
+ * modules/utimens-tests (Makefile.am): Don't link test-utimens with
+ LIBINTL.
+ * modules/futimens-tests (Makefile.am): Don't link test-futimens with
+ LIBINTL.
+
2011-06-16 Bruno Haible <bruno@clisp.org>
crypto/gc-sha1: Fix recent regression.
Makefile.am:
TESTS += test-ceil-ieee
check_PROGRAMS += test-ceil-ieee
-test_ceil_ieee_LDADD = $(LDADD) @FLOOR_LIBM@
+test_ceil_ieee_LDADD = $(LDADD) @CEIL_LIBM@
Makefile.am:
TESTS += test-chown
check_PROGRAMS += test-chown
-test_chown_LDADD = $(LDADD) @LIBINTL@
Makefile.am:
TESTS += test-futimens
check_PROGRAMS += test-futimens
-test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@
+test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
Makefile.am:
TESTS += test-lchown
check_PROGRAMS += test-lchown
-test_lchown_LDADD = $(LDADD) @LIBINTL@
Makefile.am:
TESTS += test-utimens
check_PROGRAMS += test-utimens
-test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@
+test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)