From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id 97EA43938C04 for ; Tue, 25 May 2021 16:07:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 97EA43938C04 Received: from mail-qt1-f199.google.com (mail-qt1-f199.google.com [209.85.160.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-373-7x19vi7-OGq-DXFXtb58WA-1; Tue, 25 May 2021 12:07:50 -0400 X-MC-Unique: 7x19vi7-OGq-DXFXtb58WA-1 Received: by mail-qt1-f199.google.com with SMTP id g21-20020ac870d50000b0290230013e97e6so5886240qtp.21 for ; Tue, 25 May 2021 09:07:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=izc5X/INa0t5Pzs1xmoDuNHkR9mB0GMyqsM8d9ipyaQ=; b=BkHlw9e/H4gLYvEjEiPa/laON+zfwwqLk8RyCWppl4XwdTEVxtK+eH90jNmaIePeFX EdD438MDUIDg0mA7W6ZQsJPu8cbEWrjg6sbCGpU1zryS5lUrlfxhlFUJ2g1iMTadSoqX cuJ5BYRfEpqOjhgddkT/ZPeCjYsH9Et6SL19KrFyKTZYCiZmglxcCYx5bhj05X5A/BQs tfAULI5GeqdckZpRK78PVicBVZcoPPX9APy5y0nkIBd46i0iYEmZd0nV/iUkZWlYtEji dBY8Psca6TcZcogpw3WY2ZttJq6/5xV94wQM+gxXyMlemC9yLqPMxOeHm9YWqgSPCMaU mfiQ== X-Gm-Message-State: AOAM532P3PbhGo7y0yoNzpx8WIiF1YTm9lkiR8WjZZWsNB6KFJKXPudf y+ti9DsoqGrWEDEObVWBcZ0RdcRmiiewpsgPRDDaV2HUs4h52VCXUQCICWd3L3dZuTldSc84lAm k4h8CmNFpiS/jHnpnpLlJFYkmnbHp6EKrCkpcd3wVf9aeQOhzujJ3YSlwTIgf1SxRuQuLsA== X-Received: by 2002:a37:e83:: with SMTP id 125mr35351871qko.140.1621958868756; Tue, 25 May 2021 09:07:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJySKAkPeNQ62WIBbdlg9YG2ah9xvB5X1qmYpSKE+xHEiySfoztWhyta9FSDO66Ig7I3K2WRug== X-Received: by 2002:a37:e83:: with SMTP id 125mr35351579qko.140.1621958865259; Tue, 25 May 2021 09:07:45 -0700 (PDT) Received: from [192.168.1.16] (198-84-214-74.cpe.teksavvy.com. [198.84.214.74]) by smtp.gmail.com with ESMTPSA id 145sm13646688qko.89.2021.05.25.09.07.44 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 25 May 2021 09:07:44 -0700 (PDT) Subject: Re: [PATCH v5] configure: Replaced obsolete AC_TRY_COMPILE To: Naohiro Tamura , libc-alpha@sourceware.org References: <20210511013454.895309-1-naohirot@fujitsu.com> <20210522024248.2686-1-naohirot@fujitsu.com> From: Carlos O'Donell Organization: Red Hat Message-ID: <2ac4df8c-b6ba-17ef-d89a-149ef1a9c9ab@redhat.com> Date: Tue, 25 May 2021 12:07:43 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <20210522024248.2686-1-naohirot@fujitsu.com> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2021 16:07:53 -0000 On 5/21/21 10:42 PM, Naohiro Tamura wrote: > This patch replaced obsolete AC_TRY_COMPILE to AC_COMPILE_IFELSE or > AC_PREPROC_IFELSE. > It has been confirmed that GNU 'autoconf' 2.69 suppressed obsolete > warnings, updated the following files: > - configure > - sysdeps/mach/configure > - sysdeps/mach/hurd/configure > - sysdeps/s390/configure > - sysdeps/unix/sysv/linux/configure > and didn't change the following files: > - sysdeps/ieee754/ldbl-opt/configure > - sysdeps/unix/sysv/linux/powerpc/configure This is not a review, but I want to confirm that we now have copyright assignments in place for Fujitsu for glibc. Thank you to everyone who was part of that process. We can proceed with reviews. -- Cheers, Carlos.