summaryrefslogtreecommitdiff
path: root/m4/nl_langinfo.m4
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 /m4/nl_langinfo.m4
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 'm4/nl_langinfo.m4')
-rw-r--r--m4/nl_langinfo.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/nl_langinfo.m4 b/m4/nl_langinfo.m4
index 51e783ce86..f3192f30d1 100644
--- a/m4/nl_langinfo.m4
+++ b/m4/nl_langinfo.m4
@@ -1,4 +1,4 @@
-# nl_langinfo.m4 serial 8
+# nl_langinfo.m4 serial 9
dnl Copyright (C) 2009-2023 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -62,7 +62,7 @@ AC_DEFUN([gl_FUNC_NL_LANGINFO],
HAVE_NL_LANGINFO=0
fi
if test $HAVE_NL_LANGINFO = 0 || test $HAVE_LANGINFO_CODESET = 0; then
- LIB_NL_LANGINFO="$LIB_SETLOCALE_NULL"
+ LIB_NL_LANGINFO="$SETLOCALE_NULL_LIB"
else
LIB_NL_LANGINFO=
fi