Fix tests link errors.
authorBruno Haible <bruno@clisp.org>
Fri, 17 Jun 2011 10:41:19 +0000 (12:41 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 17 Jun 2011 10:41:19 +0000 (12:41 +0200)
* 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.

ChangeLog
modules/ceil-ieee-tests
modules/chown-tests
modules/futimens-tests
modules/lchown-tests
modules/utimens-tests

index be2d3fd..5a3cbe5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+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.
index 178ffb7..897c247 100644 (file)
@@ -12,4 +12,4 @@ configure.ac:
 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@
index 359ba1b..e4945ea 100644 (file)
@@ -21,4 +21,3 @@ AC_CHECK_FUNCS_ONCE([getegid])
 Makefile.am:
 TESTS += test-chown
 check_PROGRAMS += test-chown
-test_chown_LDADD = $(LDADD) @LIBINTL@
index 124b62f..356f67e 100644 (file)
@@ -17,4 +17,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-futimens
 check_PROGRAMS += test-futimens
-test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@
+test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
index 72ab3c1..256dbe5 100644 (file)
@@ -20,4 +20,3 @@ AC_CHECK_FUNCS_ONCE([getegid])
 Makefile.am:
 TESTS += test-lchown
 check_PROGRAMS += test-lchown
-test_lchown_LDADD = $(LDADD) @LIBINTL@
index d0566a6..7335c5d 100644 (file)
@@ -19,4 +19,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-utimens
 check_PROGRAMS += test-utimens
-test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@
+test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)