summaryrefslogtreecommitdiff
path: root/modules/monetary
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-02-04 10:42:45 +0100
committerBruno Haible <bruno@clisp.org>2018-02-04 10:44:06 +0100
commitd9f3d91f762d403061be6ccad126ff753eb1a8c0 (patch)
treec4c0a0d7df1ba5f6c89282d6f23a6b2a2bbda9bf /modules/monetary
parent67f682f1d3b5a61e7d55db63323f1233347f8e18 (diff)
downloadgnulib-d9f3d91f762d403061be6ccad126ff753eb1a8c0.tar.gz
signal-h, monetary, strings: Fix build failure in some cases.
Reported by Tim Rühsen <tim.ruehsen@gmx.de>. * modules/signal-h (Makefile.am): In the GNULIB_* substitutions, use '/' as delimiter in sed command, not '|'. * modules/monetary (Makefile.am): Likewise. * modules/strings (Makefile.am): Likewise.
Diffstat (limited to 'modules/monetary')
-rw-r--r--modules/monetary2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/monetary b/modules/monetary
index c8be360018..8afe1d811e 100644
--- a/modules/monetary
+++ b/modules/monetary
@@ -30,7 +30,7 @@ monetary.h: monetary.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_U
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_MONETARY_H''@|$(NEXT_MONETARY_H)|g' \
-e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
- -e 's|@''GNULIB_STRFMON_L''@|$(GNULIB_STRFMON_L)|g' \
+ -e 's/@''GNULIB_STRFMON_L''@/$(GNULIB_STRFMON_L)/g' \
-e 's|@''HAVE_STRFMON_L''@|$(HAVE_STRFMON_L)|g' \
-e 's|@''REPLACE_STRFMON_L''@|$(REPLACE_STRFMON_L)|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \