summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-01-26 05:51:55 +0100
committerBruno Haible <bruno@clisp.org>2018-01-26 05:51:55 +0100
commit703dcf1df695c72bffbfd17454154871ee0e165b (patch)
treeb385cb0899328ffaf8680f7bb8b4f19559bfd907
parentb5d317541ee1c337ce954099289eeac10d161180 (diff)
downloadgnulib-703dcf1df695c72bffbfd17454154871ee0e165b.tar.gz
langinfo: Fix last commit.
Reported by Tim Rühsen <tim.ruehsen@gmx.de>. * modules/langinfo (Makefile.am): Substitute HAVE_LANGINFO_ALTMON.
-rw-r--r--ChangeLog6
-rw-r--r--modules/langinfo1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02ff5a7fdf..a4ddc1bd2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/modules/langinfo b/modules/langinfo
index 71bf4073c1..6be975da36 100644
--- a/modules/langinfo
+++ b/modules/langinfo
@@ -31,6 +31,7 @@ langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_U
-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' \