changeset 39227:736946da5f2c

langinfo: Fix last commit. Reported by Tim Rühsen <tim.ruehsen@gmx.de>. * modules/langinfo (Makefile.am): Substitute HAVE_LANGINFO_ALTMON.
author Bruno Haible <bruno@clisp.org>
date Fri, 26 Jan 2018 05:51:55 +0100
parents c67645792a3d
children a7a6a37cf6b3
files ChangeLog modules/langinfo
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jan 24 10:02:17 2018 +0100
+++ b/ChangeLog	Fri Jan 26 05:51:55 2018 +0100
@@ -1,3 +1,9 @@
+2018-01-26  Bruno Haible  <bruno@clisp.org>
+
+	langinfo: Fix last commit.
+	Reported by Tim Rühsen <tim.ruehsen@gmx.de>.
+	* modules/langinfo (Makefile.am): Substitute HAVE_LANGINFO_ALTMON.
+
 2018-01-24  Bruno Haible  <bruno@clisp.org>
 
 	langinfo, nl_langinfo: Add support for alternative month names.
--- a/modules/langinfo	Wed Jan 24 10:02:17 2018 +0100
+++ b/modules/langinfo	Fri Jan 26 05:51:55 2018 +0100
@@ -31,6 +31,7 @@
 	      -e 's/@''GNULIB_NL_LANGINFO''@/$(GNULIB_NL_LANGINFO)/g' \
 	      -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \
 	      -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \
+	      -e 's|@''HAVE_LANGINFO_ALTMON''@|$(HAVE_LANGINFO_ALTMON)|g' \
 	      -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \
 	      -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \
 	      -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \