summaryrefslogtreecommitdiff
path: root/modules/hard-locale
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-07 15:12:41 +0100
committerBruno Haible <bruno@clisp.org>2023-01-07 18:06:52 +0100
commit138fa3d5e55194e2b87becc3f9f1802859d9ac56 (patch)
tree58d7663b7e4c584ddef00e57e0e13ba07b364da0 /modules/hard-locale
parentbd50da7f20cffb8c320f8592bd026b29ecc82a09 (diff)
downloadgnulib-138fa3d5e55194e2b87becc3f9f1802859d9ac56.tar.gz
setlocale-null: Rename LIB_SETLOCALE_NULL to SETLOCALE_NULL_LIB.
* m4/setlocale_null.m4: Rename LIB_SETLOCALE_NULL to SETLOCALE_NULL_LIB. All uses changed. * NEWS: Mention the change
Diffstat (limited to 'modules/hard-locale')
-rw-r--r--modules/hard-locale2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hard-locale b/modules/hard-locale
index 2c7846442e..2dbe64e4a9 100644
--- a/modules/hard-locale
+++ b/modules/hard-locale
@@ -11,7 +11,7 @@ setlocale-null
configure.ac:
AC_REQUIRE([gl_FUNC_SETLOCALE_NULL])
-HARD_LOCALE_LIB="$LIB_SETLOCALE_NULL"
+HARD_LOCALE_LIB="$SETLOCALE_NULL_LIB"
AC_SUBST([HARD_LOCALE_LIB])
dnl For backward compatibility.
LIB_HARD_LOCALE="$HARD_LOCALE_LIB"