From: Bruno Haible Date: Tue, 4 Nov 2003 20:08:04 +0000 (+0000) Subject: Avoid German sentences in the info files. X-Git-Tag: v0.13~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7980ee9a246fe5af99e8f40799979f5ee7e74b0c;p=thirdparty%2Fgettext.git Avoid German sentences in the info files. --- diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index 23e9394ee..2b78774d8 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,7 @@ +2003-11-04 Bruno Haible + + * Makefile.am (MAKEINFO): Set LC_MESSAGES and LC_ALL to empty as well. + 2003-10-31 Bruno Haible * configure.ac: Remove argument of FIX_MAKEFILE_COMPILE. diff --git a/gettext-runtime/Makefile.am b/gettext-runtime/Makefile.am index b5177dc6d..594089943 100644 --- a/gettext-runtime/Makefile.am +++ b/gettext-runtime/Makefile.am @@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies ACLOCAL_AMFLAGS = -I m4 -I ../gettext-tools/m4 -I ../autoconf-lib-link/m4 -I ../config/m4 -MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@ +MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @MAKEINFO@ SUBDIRS = doc intl intl-java lib @SUBDIR_libasprintf@ src po man m4 DIST_SUBDIRS = doc intl intl-java lib libasprintf src po man m4 diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index 01be73638..091d546ee 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -1,3 +1,7 @@ +2003-11-04 Bruno Haible + + * Makefile.am (MAKEINFO): Set LC_MESSAGES and LC_ALL to empty as well. + 2003-10-31 Bruno Haible * configure.ac: Remove argument of FIX_MAKEFILE_COMPILE, diff --git a/gettext-runtime/libasprintf/Makefile.am b/gettext-runtime/libasprintf/Makefile.am index 8804be650..492b75369 100644 --- a/gettext-runtime/libasprintf/Makefile.am +++ b/gettext-runtime/libasprintf/Makefile.am @@ -81,7 +81,7 @@ psdir = $(docdir) pdfdir = $(docdir) htmldir = $(docdir) -MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@ +MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @MAKEINFO@ info_TEXINFOS = autosprintf.texi diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index e8be67551..5bf4b773a 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-11-04 Bruno Haible + + * Makefile.am (MAKEINFO): Set LC_MESSAGES and LC_ALL to empty as well. + 2003-10-19 Bruno Haible * gettext.texi (PO Files): Mention qt-format. diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am index cb55ffd63..50b209730 100644 --- a/gettext-tools/doc/Makefile.am +++ b/gettext-tools/doc/Makefile.am @@ -31,7 +31,7 @@ TEXINCLUDES = -I $(top_srcdir)/../gettext-runtime/doc SED = sed RM = rm -f -MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@ +MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @MAKEINFO@ MAKEINFOFLAGS = $(TEXINCLUDES) info_TEXINFOS = gettext.texi