From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D4F891F8C6 for ; Mon, 21 Jun 2021 02:47:32 +0000 (UTC) Received: from localhost ([::1]:45762 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lv9yF-0001Fs-Ao for normalperson@yhbt.net; Sun, 20 Jun 2021 22:47:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46976) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lv9yC-0001FV-4h for bug-gnulib@gnu.org; Sun, 20 Jun 2021 22:47:28 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:59166) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lv9y8-0002V1-Js for bug-gnulib@gnu.org; Sun, 20 Jun 2021 22:47:27 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 08A841600A2; Sun, 20 Jun 2021 19:47:20 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 6bQC9378mSq4; Sun, 20 Jun 2021 19:47:17 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id D97761600ED; Sun, 20 Jun 2021 19:47:17 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id qow76Av0Tbfy; Sun, 20 Jun 2021 19:47:17 -0700 (PDT) Received: from [192.168.1.9] (cpe-172-91-119-151.socal.res.rr.com [172.91.119.151]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id A2AD11600A2; Sun, 20 Jun 2021 19:47:17 -0700 (PDT) Subject: Re: two ill effects of maint.mk To: Bruno Haible , bug-gnulib@gnu.org References: <2220832.NeGGHjDtpa@omega> <2556971.l0lCn10PfJ@omega> From: Paul Eggert Organization: UCLA Computer Science Department Message-ID: <304f777f-e77c-6708-f414-b8cd59160d8c@cs.ucla.edu> Date: Sun, 20 Jun 2021 19:47:17 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <2556971.l0lCn10PfJ@omega> Content-Type: multipart/mixed; boundary="------------8795C5A4C3FF55C976C51908" Content-Language: en-US Received-SPF: pass client-ip=131.179.128.68; envelope-from=eggert@cs.ucla.edu; helo=zimbra.cs.ucla.edu X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Simon Josefsson , Bernhard Voelker , Akim Demaille Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" This is a multi-part message in MIME format. --------------8795C5A4C3FF55C976C51908 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 6/20/21 3:15 PM, Bruno Haible wrote: > Can someone please deal with this? Simon? Akim? Berny? Not always me :-) Something like the attached patch perhaps? (I haven't tested or installed it.) --------------8795C5A4C3FF55C976C51908 Content-Type: text/x-patch; charset=UTF-8; name="0001-maint-do-not-set-LC_ALL-in-at-maint.mk-top-level.patch" Content-Disposition: attachment; filename*0="0001-maint-do-not-set-LC_ALL-in-at-maint.mk-top-level.patch" Content-Transfer-Encoding: quoted-printable >From aa928d46db6902c06983237bea5ac3bebd3bfaa2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 20 Jun 2021 19:44:46 -0700 Subject: [PATCH] maint: do not set LC_ALL in at maint.mk top level MIME-Version: 1.0 Content-Type: text/plain; charset=3DUTF-8 Content-Transfer-Encoding: 8bit * build-aux/do-release-commit-and-tag, build-aux/gendocs.sh: * build-aux/gnu-web-doc-update, build-aux/gnupload: * build-aux/vc-list-files: Set LC_ALL=3DC, as these tools are not i18nized and perhaps might not work in other locales (I haven=E2=80=99t checked). * top/maint.mk: Do not set LC_ALL at the top level. (gzip_rsyncable, tag-package, syntax-check-rules, $(sc_z_rules_)) (_sc_search_regexp, sc_avoid_if_before_free) (sc_prohibit_gnu_make_extensions, sc_error_message_warn_fatal) (sc_error_message_uppercase, sc_error_message_period) (sc_require_config_h_first, _sc_header_without_use) (sc_prohibit_always-defined_macros) (sc_prohibit_empty_lines_at_EOF, sc_prohibit_doubled_word) (sc_prohibit_undesirable_word_seq, sc_proper_name_utf8_requires_ICONV) (sc_immutable_NEWS, sc_makefile_at_at_check, sc_po_check) (sc_cross_check_PATH_usage_in_tests, alpha, beta, stable) (refresh-po, update-copyright): Set LC_ALL=3DC before invoking shell commands that depend on LC_ALL. --- ChangeLog | 22 ++++++++++ build-aux/do-release-commit-and-tag | 2 + build-aux/gendocs.sh | 6 ++- build-aux/gnu-web-doc-update | 2 + build-aux/gnupload | 1 + build-aux/vc-list-files | 2 + top/maint.mk | 66 ++++++++++++++++++----------- 7 files changed, 75 insertions(+), 26 deletions(-) diff --git a/ChangeLog b/ChangeLog index eee09cd52..7a4d63640 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2021-06-20 Paul Eggert + + maint: do not set LC_ALL in at maint.mk top level + * build-aux/do-release-commit-and-tag, build-aux/gendocs.sh: + * build-aux/gnu-web-doc-update, build-aux/gnupload: + * build-aux/vc-list-files: Set LC_ALL=3DC, as these tools + are not i18nized and perhaps might not work in other + locales (I haven=E2=80=99t checked). + * top/maint.mk: Do not set LC_ALL at the top level. + (gzip_rsyncable, tag-package, syntax-check-rules, $(sc_z_rules_)) + (_sc_search_regexp, sc_avoid_if_before_free) + (sc_prohibit_gnu_make_extensions, sc_error_message_warn_fatal) + (sc_error_message_uppercase, sc_error_message_period) + (sc_require_config_h_first, _sc_header_without_use) + (sc_prohibit_always-defined_macros) + (sc_prohibit_empty_lines_at_EOF, sc_prohibit_doubled_word) + (sc_prohibit_undesirable_word_seq, sc_proper_name_utf8_requires_ICONV) + (sc_immutable_NEWS, sc_makefile_at_at_check, sc_po_check) + (sc_cross_check_PATH_usage_in_tests, alpha, beta, stable) + (refresh-po, update-copyright): + Set LC_ALL=3DC before invoking shell commands that depend on LC_ALL. + 2021-06-20 Bruno Haible =20 unistd: Avoid compilation error in C++ mode on Solaris, HP-UX, mingw. diff --git a/build-aux/do-release-commit-and-tag b/build-aux/do-release-c= ommit-and-tag index 5605f4249..1311397c3 100755 --- a/build-aux/do-release-commit-and-tag +++ b/build-aux/do-release-commit-and-tag @@ -24,6 +24,8 @@ VERSION=3D2018-03-07.03 # UTC =20 # Written by Jim Meyering =20 +export LC_ALL=3DC + ME=3D$(basename "$0") warn() { printf '%s: %s\n' "$ME" "$*" >&2; } die() { warn "$*"; exit 1; } diff --git a/build-aux/gendocs.sh b/build-aux/gendocs.sh index 1872de9d5..2204f4e40 100755 --- a/build-aux/gendocs.sh +++ b/build-aux/gendocs.sh @@ -34,6 +34,8 @@ scriptversion=3D2021-01-01.00 # - images are not imported in the source tarball. All the needed # formats (PDF, PNG, etc.) should be included. =20 +export LC_ALL=3DC + prog=3D`basename "$0"` srcdir=3D`pwd` =20 @@ -148,8 +150,8 @@ GENDOCS_TEMPLATE_DIR to control where the gendocs_tem= plate file is looked for. With --docbook, the environment variables DOCBOOK2HTML, DOCBOOK2PDF, and DOCBOOK2TXT are also consulted. =20 -By default, makeinfo and texi2dvi are run in the default (English) -locale, since that's the language of most Texinfo manuals. If you +By default, makeinfo and texi2dvi are run in the C locale, +since English is the language of most Texinfo manuals. If you happen to have a non-English manual and non-English web site, see the SETLANG setting in the source. =20 diff --git a/build-aux/gnu-web-doc-update b/build-aux/gnu-web-doc-update index cc553f9a3..cb657a39c 100755 --- a/build-aux/gnu-web-doc-update +++ b/build-aux/gnu-web-doc-update @@ -19,6 +19,8 @@ VERSION=3D2021-01-09.09; # UTC # You should have received a copy of the GNU General Public License # along with this program. If not, see . =20 +export LC_ALL=3DC + ME=3D$(basename "$0") warn() { printf '%s: %s\n' "$ME" "$*" >&2; } die() { warn "$*"; exit 1; } diff --git a/build-aux/gnupload b/build-aux/gnupload index e7822aed7..f70fe330a 100755 --- a/build-aux/gnupload +++ b/build-aux/gnupload @@ -22,6 +22,7 @@ scriptversion=3D2021-04-11.09; # UTC # The master copy of this file is maintained in the gnulib Git repositor= y. # Please send bug reports and feature requests to bug-gnulib@gnu.org. =20 +export LC_ALL=3DC set -e =20 GPG=3Dgpg diff --git a/build-aux/vc-list-files b/build-aux/vc-list-files index cf168ea83..89da2f966 100755 --- a/build-aux/vc-list-files +++ b/build-aux/vc-list-files @@ -27,6 +27,8 @@ scriptversion=3D2018-03-07.03; # UTC # If there's an argument, it must be a single, "."-relative directory na= me. # cvsu is part of the cvsutils package: https://www.red-bean.com/cvsutil= s/ =20 +export LC_ALL=3DC + postprocess=3D case $1 in --help) cat </dev/null|$(GREP) rsyncable >/dev/null \ + $(shell export LC_ALL=3DC;gzip --help 2>/dev/null|$(GREP) rsyncable >/= dev/null \ && printf %s --rsyncable) GZIP_ENV =3D '--no-name --best $(gzip_rsyncable)' =20 @@ -111,7 +111,8 @@ ifeq ($(VC),$(GIT)) this-vc-tag =3D v$(VERSION) this-vc-tag-regexp =3D v$(VERSION_REGEXP) else - tag-package =3D $(shell echo "$(PACKAGE)" | tr '[:lower:]' '[:upper:]'= ) + tag-package =3D $(shell export LC_ALL=3DC; \ + echo "$(PACKAGE)" | tr '[:lower:]' '[:upper:]') tag-this-version =3D $(subst .,_,$(VERSION)) this-vc-tag =3D $(tag-package)-$(tag-this-version) this-vc-tag-regexp =3D $(this-vc-tag) @@ -155,10 +156,6 @@ today =3D $(shell date +%Y-%m-%d) news-check-lines-spec ?=3D 1,10 news-check-regexp ?=3D '^\*.* $(VERSION_REGEXP) \($(today)\)' =20 -# Prevent programs like 'sort' from considering distinct strings to be e= qual. -# Doing it here saves us from having to set LC_ALL elsewhere in this fil= e. -export LC_ALL =3D C - ## --------------- ## ## Sanity checks. ## ## --------------- ## @@ -167,7 +164,7 @@ ifneq ($(_gl-Makefile),) _cfg_mk :=3D $(wildcard $(srcdir)/cfg.mk) =20 # Collect the names of rules starting with 'sc_'. -syntax-check-rules :=3D $(sort $(shell env LC_ALL=3DC $(SED) -n \ +syntax-check-rules :=3D $(sort $(shell LC_ALL=3DC $(SED) -n \ 's/^\(sc_[a-zA-Z0-9_-]*\):.*/\1/p' $(srcdir)/$(ME) $(_cfg_mk))) .PHONY: $(syntax-check-rules) =20 @@ -192,7 +189,8 @@ $(sc_m_rules_): sc_z_rules_ =3D $(patsubst %, %.z, $(syntax-check-rules)) .PHONY: $(sc_z_rules_) $(sc_z_rules_): %.z: % - @end=3D$$(date +%s.%N); \ + @export LC_ALL=3DC; \ + end=3D$$(date +%s.%N); \ start=3D$$(cat .sc-start-$*); \ rm -f .sc-start-$*; \ $(AWK) -v s=3D$$start -v e=3D$$end \ @@ -284,6 +282,7 @@ endef =20 define _sc_search_regexp dummy=3D; : so we do not need a semicolon before each use; \ + export LC_ALL=3DC; \ \ : Check arguments; \ test -n "$$prohibit" && test -n "$$require" \ @@ -344,7 +343,8 @@ define _sc_search_regexp endef =20 sc_avoid_if_before_free: - @$(VC_LIST_EXCEPT) \ + @export LC_ALL=3DC; \ + $(VC_LIST_EXCEPT) \ | $(GREP) -v useless-if-before-free \ | xargs \ $(srcdir)/$(_build-aux)/useless-if-before-free \ @@ -440,7 +440,8 @@ sc_prohibit_gnu_make_extensions_awk_ =3D \ exit status; \ } sc_prohibit_gnu_make_extensions: - @if $(AWK) --version | grep GNU >/dev/null 2>&1; then \ + @export LC_ALL=3DC; \ + if $(AWK) --version | grep GNU >/dev/null 2>&1; then \ (cd $(srcdir) && autoconf --trace AC_CONFIG_FILES:'$$1') | \ tr ' ' '\n' | \ $(SED) -ne '/Makefile/{s/\.in$$//;p;}' | \ @@ -461,7 +462,8 @@ sc_error_exit_success: # "FATAL:" should be fully upper-cased in error messages # "WARNING:" should be fully upper-cased, or fully lower-cased sc_error_message_warn_fatal: - @$(VC_LIST_EXCEPT) \ + @export LC_ALL=3DC; \ + $(VC_LIST_EXCEPT) \ | xargs $(GREP) -nEA2 '[^rp]error *\(' /dev/null \ | $(GREP) -E '"Warning|"Fatal|"fatal' \ && { echo '$(ME): use FATAL, WARNING or warning' 1>&2; \ @@ -470,7 +472,8 @@ sc_error_message_warn_fatal: =20 # Error messages should not start with a capital letter sc_error_message_uppercase: - @$(VC_LIST_EXCEPT) \ + @export LC_ALL=3DC; \ + $(VC_LIST_EXCEPT) \ | xargs $(GREP) -nEA2 '[^rp]error *\(' /dev/null \ | $(GREP) -E '"[A-Z]' \ | $(GREP) -vE '"FATAL|"WARNING|"Java|"C#|PRIuMAX' \ @@ -480,7 +483,8 @@ sc_error_message_uppercase: =20 # Error messages should not end with a period sc_error_message_period: - @$(VC_LIST_EXCEPT) \ + @export LC_ALL=3DC; \ + $(VC_LIST_EXCEPT) \ | xargs $(GREP) -nEA2 '[^rp]error *\(' /dev/null \ | $(GREP) -E '[^."]\."' \ && { echo '$(ME): found error message ending in period' 1>&2; \ @@ -527,7 +531,8 @@ perl_config_h_first_ =3D \ # You must include before including any other header file. # This can possibly be via a package-specific header, if given by cfg.mk= . sc_require_config_h_first: - @if $(VC_LIST_EXCEPT) | $(GREP) '\.c$$' > /dev/null; then \ + @export LC_ALL=3DC; \ + if $(VC_LIST_EXCEPT) | $(GREP) '\.c$$' > /dev/null; then \ files=3D$$($(VC_LIST_EXCEPT) | $(GREP) '\.c$$') && \ perl -n $(perl_config_h_first_) $$files || \ { echo '$(ME): the above files include some other header' \ @@ -545,6 +550,7 @@ sc_prohibit_HAVE_MBRTOWC: # re: a regular expression that matches IFF something provided by $h is = used. define _sc_header_without_use dummy=3D; : so we do not need a semicolon before each use; \ + export LC_ALL=3DC; \ h_esc=3D`echo '[<"]'"$$h"'[">]'|$(SED) 's/\./\\\\./g'`; \ if $(VC_LIST_EXCEPT) | $(GREP) '\.c$$' > /dev/null; then \ files=3D$$($(GREP) -l '^# *include '"$$h_esc" \ @@ -909,7 +915,8 @@ endef =20 # Don't define macros that we already get from gnulib header files. sc_prohibit_always-defined_macros: - @if test -d $(gnulib_dir); then \ + @export LC_ALL=3DC; \ + if test -d $(gnulib_dir); then \ case $$(echo all: | $(GREP) -l -f - Makefile) in Makefile);; *) \ echo '$(ME): skipping $@: you lack GNU grep' 1>&2; exit 0;; \ esac; \ @@ -1000,7 +1007,8 @@ require_exactly_one_NL_at_EOF_ =3D \ } \ END { exit defined $$fail } sc_prohibit_empty_lines_at_EOF: - @$(VC_LIST_EXCEPT) \ + @export LC_ALL=3DC; \ + $(VC_LIST_EXCEPT) \ | xargs perl -le '$(require_exactly_one_NL_at_EOF_)' \ || { echo '$(ME): empty line(s) or no newline at EOF' 1>&2; \ exit 1; } \ @@ -1047,7 +1055,8 @@ prohibit_doubled_word_ =3D \ ignore_doubled_word_match_RE_ ?=3D ^$$ =20 sc_prohibit_doubled_word: - @$(VC_LIST_EXCEPT) \ + @export LC_ALL=3DC; \ + $(VC_LIST_EXCEPT) \ | xargs perl -n -0777 $(prohibit_doubled_word_) \ | $(GREP) -vE '$(ignore_doubled_word_match_RE_)' \ | $(GREP) . \ @@ -1076,7 +1085,8 @@ prohibit_undesirable_word_seq_ =3D \ ignore_undesirable_word_sequence_RE_ ?=3D ^$$ =20 sc_prohibit_undesirable_word_seq: - @$(VC_LIST_EXCEPT) \ + @export LC_ALL=3DC; \ + $(VC_LIST_EXCEPT) \ | xargs perl -n -0777 $(prohibit_undesirable_word_seq_) \ | $(GREP) -vE '$(ignore_undesirable_word_sequence_RE_)' \ | $(GREP) . \ @@ -1113,7 +1123,8 @@ sc_prohibit_test_double_equal: # definition of LDADD from the appropriate Makefile.am and exits 0 # when it contains "ICONV". sc_proper_name_utf8_requires_ICONV: - @progs=3D$$($(VC_LIST_EXCEPT) \ + @export LC_ALL=3DC; \ + progs=3D$$($(VC_LIST_EXCEPT) \ | xargs $(GREP) -l 'proper_name_utf8 ''("'); \ if test "x$$progs" !=3D x; then \ fail=3D0; \ @@ -1154,7 +1165,8 @@ NEWS_hash =3D \ =20 # Ensure that we don't accidentally insert an entry into an old NEWS blo= ck. sc_immutable_NEWS: - @if test -f $(srcdir)/NEWS; then \ + @export LC_ALL=3DC; \ + if test -f $(srcdir)/NEWS; then \ test "$(NEWS_hash)" =3D '$(old_NEWS_hash)' && : || \ { echo '$(ME): you have modified old NEWS' 1>&2; exit 1; }; \ fi @@ -1180,7 +1192,8 @@ update-NEWS-hash: NEWS # setting this to ' && !/PRAGMA_SYSTEM_HEADER/'. _makefile_at_at_check_exceptions ?=3D sc_makefile_at_at_check: - @perl -ne '/\@\w+\@/' \ + @export LC_ALL=3DC; \ + perl -ne '/\@\w+\@/' \ -e ' && !/(\w+)\s+=3D.*\@\1\@$$/' \ -e ''$(_makefile_at_at_check_exceptions) \ -e 'and (print "$$ARGV:$$.: $$_"), $$m=3D1; END {exit !$$m}' \ @@ -1233,7 +1246,8 @@ po_file ?=3D $(srcdir)/po/POTFILES.in generated_files ?=3D $(srcdir)/lib/*.[ch] _gl_translatable_string_re ?=3D \b(N?_|gettext *)\([^)"]*("|$$) sc_po_check: - @if test -f $(po_file); then \ + @export LC_ALL=3DC; \ + if test -f $(po_file); then \ $(GREP) -E -v '^(#|$$)' $(po_file) \ | $(GREP) -v '^src/false\.c$$' | sort > $@-1; \ { $(VC_LIST_EXCEPT); echo $(generated_files); } \ @@ -1303,7 +1317,8 @@ _hv_regex_weak ?=3D ^ *\. .*/init\.sh" # Fix syntax-highlighters " _hv_regex_strong ?=3D ^ *\. "\$${srcdir=3D\.}/init\.sh" sc_cross_check_PATH_usage_in_tests: - @if test -f $(_hv_file); then \ + @export LC_ALL=3DC; \ + if test -f $(_hv_file); then \ $(GREP) -l 'VERSION mismatch' $(_hv_file) >/dev/null \ || { echo "$@: skipped: no such file: $(_hv_file)" 1>&2; \ exit 0; }; \ @@ -1510,7 +1525,8 @@ check: $(gl_public_submodule_commit) .PHONY: alpha beta stable release ALL_RECURSIVE_TARGETS +=3D alpha beta stable alpha beta stable: $(local-check) writable-files $(submodule-checks) - $(AM_V_GEN)test $@ =3D stable \ + $(AM_V_GEN)export LC_ALL=3DC; \ + test $@ =3D stable \ && { echo $(VERSION) | $(GREP) -E '^[0-9]+(\.[0-9]+)+$$' \ || { echo "invalid version string: $(VERSION)" 1>&2; exit 1;};}\ || : @@ -1624,6 +1640,7 @@ PO_DOMAIN ?=3D $(PACKAGE) POURL =3D https://translationproject.org/latest/$(PO_DOMAIN)/ PODIR ?=3D po refresh-po: + export LC_ALL=3DC; \ rm -f $(PODIR)/*.po && \ echo "$(ME): getting translations into po (please ignore the robots.txt= ERROR 404)..." && \ wget --no-verbose --directory-prefix $(PODIR) --no-directories --recurs= ive --level 1 --accept .po --accept .po.1 $(POURL) && \ @@ -1652,6 +1669,7 @@ update-copyright-env ?=3D # in the file .x-update-copyright. .PHONY: update-copyright update-copyright: + export LC_ALL=3DC; \ $(AM_V_GEN)$(GREP) -l -w Copyright \ $$(export VC_LIST_EXCEPT_DEFAULT=3DCOPYING && $(VC_LIST_EXCEPT)) \ | $(update-copyright-env) xargs $(srcdir)/$(_build-aux)/$@ --=20 2.30.2 --------------8795C5A4C3FF55C976C51908--