summaryrefslogtreecommitdiff
path: root/modules/acl-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-07 13:59:25 +0100
committerBruno Haible <bruno@clisp.org>2023-01-07 18:06:51 +0100
commitc50044d6842e0477666ce58b2698f0685e008337 (patch)
tree6d2db7db2ec7ce6b383214d3748f8b478014d642 /modules/acl-tests
parent7d19811f99083c87c761eff0e5fbe1ab32156fb6 (diff)
downloadgnulib-c50044d6842e0477666ce58b2698f0685e008337.tar.gz
mbrtowc: Rename LIB_MBRTOWC to MBRTOWC_LIB.
* m4/mbrtowc.m4: Rename LIB_MBRTOWC to MBRTOWC_LIB. All uses changed. * NEWS: Mention the change.
Diffstat (limited to 'modules/acl-tests')
-rw-r--r--modules/acl-tests6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/acl-tests b/modules/acl-tests
index e4173fe9ae..44190b607d 100644
--- a/modules/acl-tests
+++ b/modules/acl-tests
@@ -25,6 +25,6 @@ TESTS += \
test-copy-acl.sh test-copy-acl-1.sh test-copy-acl-2.sh
TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL)
check_PROGRAMS += test-set-mode-acl test-copy-acl test-sameacls
-test_set_mode_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ $(LIB_MBRTOWC)
-test_copy_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ $(LIB_MBRTOWC)
-test_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ $(LIB_MBRTOWC)
+test_set_mode_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ $(MBRTOWC_LIB)
+test_copy_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ $(MBRTOWC_LIB)
+test_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ $(MBRTOWC_LIB)