bgarrigues pushed a commit to branch automake3
in repository groff.
commit 22a7889ff730cfdf882acd6a48a53a2f44223c8a
Author: Werner Lemberg <[email protected]>
Date: Tue Aug 12 08:50:02 2014 +0200
Makefile.sub (stamp-strip): Set LANG=C LC_ALL=C when calling `sed'.
This prevents a build error on OS X.
Reported contrib/mom/Makefile.sub change into contrib/mom/mom.am
---
contrib/mom/mom.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/contrib/mom/mom.am b/contrib/mom/mom.am
index 9260de4..238a6ca 100644
--- a/contrib/mom/mom.am
+++ b/contrib/mom/mom.am
@@ -141,6 +141,7 @@ penguin.pdf:
$(MOMSTRIPFILES): $(top_srcdir)/tmac/strip.sed
@$(MKDIR_P) `dirname $@`
+ LANG=C LC_ALL=C \
sed -f $(top_srcdir)/tmac/strip.sed $(mom_srcdir)/`basename $@`-u > $@;
install-data-hook: install_mom
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit