From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-103.mailbox.org (mout-p-103.mailbox.org [IPv6:2001:67c:2050:0:465::103]) by sourceware.org (Postfix) with ESMTPS id 180BE3858CD1 for ; Thu, 16 Nov 2023 18:49:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 180BE3858CD1 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 180BE3858CD1 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:67c:2050:0:465::103 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700160553; cv=none; b=L4S3CogAlKlKe1gZFiJBCkEfinz97Sr09Wks0hAHpqz11aCaZ1+yQV9ktyapW7Zqo9SJYVZEeOZrHi8vr9yHzXoSl9dwu1hR4W/pbwHSNAkhqLch/vkWg4fn9gSIHUXRp+/frUvvvq2GNPtbkgJm/uSDEqdx+SiQKZ1BBvUj388= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700160553; c=relaxed/simple; bh=h79lfd+bhPLWpo2kqTnqWhrnzZ3uVQ43CCVOwLJzMss=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=M7aVG77iCqwf8yrHg586s3IJ0iszh7t+Gr4cB2zA/szAfUuM0Ilon9u/dKvfOn5gcqiPmba5yuZ5YW2cp7QBSh/Hdf6Ri35t8BkBEMTQoSyocsvE0mHyniIXq7zZG9y+uavOnGNh1h0Z15S5Jg5hKlQXZuAgQAkOnA1XDjQNaeA= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4SWTb42pb4z9sRl; Thu, 16 Nov 2023 19:49:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1700160544; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=V12HLgIfeyIuAFebY004Rb+l3avxaaFB8neVweMCjhU=; b=dCe4tvfd5lj/6JMjwQu2N9BveJUXjRk9F5iKDGVjuXd55ykZA3hcj+2VShjShWod5byrAB VDzcAW5TXmkD65Zn8rfCyQ3N+SVYrkDn9VeQMzaHpU5lHQ8C4E1ziCvxbgz5MKtTV5/WuB EHnQQav8W+iMtfYa6bZ8m0tbEW7wyJ/Q+mJaXdiOQlZQAXCy9y5v32pxhkGp0CcWrdTPBV hhTPAaJQb8Z1M0kMH3+vSdBAEI2Qlyph1jm71kFA51SPFto5M/t1mkevSZ6sUQPPhov+mY CmD8c0QG8dIIPQ2FpcX7wH2f3r6BfxCG5Nrf9JL/I4E/y4ZAlPdsc81jftpvAw== References: <86o7fwhr03.fsf@aarsen.me> <8634x7hza7.fsf@aarsen.me> <190ea3aecb992c2f7c83cd10f99599ed9328a6e3.camel@xry111.site> From: Arsen =?utf-8?Q?Arsenovi=C4=87?= To: Xi Ruoyao Cc: David Edelsohn , Richard Biener , GCC Patches , Bruno Haible Subject: Re: [PATCH v3 0/2] Replace intl/ with out-of-tree GNU gettext Date: Thu, 16 Nov 2023 19:48:34 +0100 In-reply-to: <190ea3aecb992c2f7c83cd10f99599ed9328a6e3.camel@xry111.site> Message-ID: <868r6xfs9t.fsf@aarsen.me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Rspamd-Queue-Id: 4SWTb42pb4z9sRl X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Xi Ruoyao writes: > On Wed, 2023-11-15 at 15:14 +0100, Arsen Arsenovi=C4=87 wrote: >> That is interesting.=C2=A0 They should be using the same checks.=C2=A0 I= 've >> checked trunk and regenerated files on it, and saw no significant diff >> (some whitespace changes only).=C2=A0 Could you post the config.log of >> both? > > You did not regenerate config.in. But I've regenerated it in r14-5434 > anyway. > > The related changes: > > +/* Define to 1 if you have the Mac OS X function > + CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ > +#ifndef USED_FOR_TARGET > +#undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES > +#endif > + > + > +/* Define to 1 if you have the Mac OS X function > CFPreferencesCopyAppValue in > + the CoreFoundation framework. */ > +#ifndef USED_FOR_TARGET > +#undef HAVE_CFPREFERENCESCOPYAPPVALUE > +#endif > > +/* Define if the GNU dcgettext() function is already present or preinsta= lled. > + */ > +#ifndef USED_FOR_TARGET > +#undef HAVE_DCGETTEXT > +#endif > > +/* Define if the GNU gettext() function is already present or preinstall= ed. */ > +#ifndef USED_FOR_TARGET > +#undef HAVE_GETTEXT > +#endif > > I don't know if they are related to the issue on AIX though. Ah, thanks for doing that. =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iOYEARYKAI4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCZVZkHl8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0RkVF MkIzRDExM0ZDMDBBMzE2MkQ2MDYxNTJDMjk0MzAxRUEyQzQ5MxAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosSTFeIBAMxIIA+twkiASAuHhw4e/2vi32bJ8KMu8ek0 QaEMkH9cAPwNv/owbJ8Hqwg2Wt8xzOsp3/OmYC1AwooDe2pqRTJyDw== =IBod -----END PGP SIGNATURE----- --=-=-=--