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 be2d3fd2b1d5c5f2fbedbf1f1d779b7224a6ac45..5a3cbe55ea7d2e7a6c31453e7009abff5505e21b 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 178ffb758d84d973a601bf2c0e2e3c30abab09f1..897c2471a5fe800f2a2ee4b4b4108e972c54ccc0 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 359ba1be7e77f37ff6bfb6aca268161458c9043b..e4945ea2dc2742b8e1f0b7a339f8fc1c21a37635 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 124b62f49b7c7bbfdf00cfde88d5f7af0f620d2e..356f67e2dd3adb3268c3accfdbfbc9852853cbb7 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 72ab3c10f46c204e3c3787c553240ffe5b2d763a..256dbe5e122f474a9fa207385e6ae0a491c0136e 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 d0566a6161e802df03c2ef2efa655e5ed5d5f004..7335c5df5282d08e974bd12115670fbc2f6a9291 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)