diff options
author | Bruno Haible <bruno@clisp.org> | 2023-01-07 13:59:25 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2023-01-07 18:06:51 +0100 |
commit | c50044d6842e0477666ce58b2698f0685e008337 (patch) | |
tree | 6d2db7db2ec7ce6b383214d3748f8b478014d642 /modules/mbsrtowcs-tests | |
parent | 7d19811f99083c87c761eff0e5fbe1ab32156fb6 (diff) | |
download | gnulib-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/mbsrtowcs-tests')
-rw-r--r-- | modules/mbsrtowcs-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mbsrtowcs-tests b/modules/mbsrtowcs-tests index 8073a53a47..b8137484b5 100644 --- a/modules/mbsrtowcs-tests +++ b/modules/mbsrtowcs-tests @@ -31,4 +31,4 @@ TESTS_ENVIRONMENT += \ LOCALE_JA='@LOCALE_JA@' \ LOCALE_ZH_CN='@LOCALE_ZH_CN@' check_PROGRAMS += test-mbsrtowcs -test_mbsrtowcs_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC) +test_mbsrtowcs_LDADD = $(LDADD) $(LIB_SETLOCALE) $(MBRTOWC_LIB) |