comparison 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
comparison
equal deleted inserted replaced
39241:d114fefb0a56 39242:a34ab07b1471
28 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 28 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
29 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 29 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
30 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 30 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
31 -e 's|@''NEXT_MONETARY_H''@|$(NEXT_MONETARY_H)|g' \ 31 -e 's|@''NEXT_MONETARY_H''@|$(NEXT_MONETARY_H)|g' \
32 -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \ 32 -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
33 -e 's|@''GNULIB_STRFMON_L''@|$(GNULIB_STRFMON_L)|g' \ 33 -e 's/@''GNULIB_STRFMON_L''@/$(GNULIB_STRFMON_L)/g' \
34 -e 's|@''HAVE_STRFMON_L''@|$(HAVE_STRFMON_L)|g' \ 34 -e 's|@''HAVE_STRFMON_L''@|$(HAVE_STRFMON_L)|g' \
35 -e 's|@''REPLACE_STRFMON_L''@|$(REPLACE_STRFMON_L)|g' \ 35 -e 's|@''REPLACE_STRFMON_L''@|$(REPLACE_STRFMON_L)|g' \
36 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 36 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
37 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 37 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
38 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 38 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \