diff modules/monetary @ 39242:a34ab07b1471

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.
author Bruno Haible <bruno@clisp.org>
date Sun, 04 Feb 2018 10:42:45 +0100
parents 2a65ac450a02
children
line wrap: on
line diff
--- a/modules/monetary	Sat Feb 03 16:57:36 2018 -0800
+++ b/modules/monetary	Sun Feb 04 10:42:45 2018 +0100
@@ -30,7 +30,7 @@
 	      -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)' \