mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-01 05:02:03 +03:00
Update.
* intl/Makefile ($(objpfx)msgs.h): Use C locale for sed run.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2003-04-19 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* intl/Makefile ($(objpfx)msgs.h): Use C locale for sed run.
|
||||
|
||||
* configure.in: Add AC_PROG_CXX.
|
||||
* config.make.in (CXX): Define.
|
||||
|
||||
|
@@ -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)\"
|
||||
|
Reference in New Issue
Block a user