From: Ulrich Drepper Date: Sun, 20 Apr 2003 06:32:14 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~12403 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40c90e006d41e460fba83e79dc325c60d63e64f3;p=platform%2Fupstream%2Flinaro-glibc.git Update. * intl/Makefile ($(objpfx)msgs.h): Use C locale for sed run. --- diff --git a/ChangeLog b/ChangeLog index bf6d207..fb74dba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-04-19 Ulrich Drepper + * intl/Makefile ($(objpfx)msgs.h): Use C locale for sed run. + * configure.in: Add AC_PROG_CXX. * config.make.in (CXX): Define. diff --git a/intl/Makefile b/intl/Makefile index 60700e2..ad38e26 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995-1999, 2000, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 1995-2002, 2003 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -77,7 +77,7 @@ endif $(objpfx)msgs.h: po2test.sed ../po/de.po $(make-target-directory) - sed -f $^ > $@ + LC_ALL=C sed -f $^ > $@ CFLAGS-tst-gettext.c = -DTESTSTRS_H=\"$(objpfx)msgs.h\" CFLAGS-tst-gettext2.c = -DOBJPFX=\"$(objpfx)\"