]> Savannah Git Hosting - gnulib.git/commitdiff
langinfo: Fix last commit.
authorBruno Haible <bruno@clisp.org>
Fri, 26 Jan 2018 04:51:55 +0000 (05:51 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 26 Jan 2018 04:51:55 +0000 (05:51 +0100)
Reported by Tim Rühsen <tim.ruehsen@gmx.de>.

* modules/langinfo (Makefile.am): Substitute HAVE_LANGINFO_ALTMON.

ChangeLog
modules/langinfo

index 02ff5a7fdfc4983de36465a7a878cbe8f77c737c..a4ddc1bd2e4f830ec496b034d206af7c075951f0 100644 (file)
--- 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.
index 71bf4073c1013e9dba044dcf5f9a1193b984f483..6be975da36e4ba8f64a53647d53d9ce92c36ed48 100644 (file)
@@ -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' \