From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4631 invoked by alias); 6 Sep 2013 05:28:11 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 4577 invoked by uid 89); 6 Sep 2013 05:28:10 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 06 Sep 2013 05:28:10 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r865S7os000533 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 6 Sep 2013 01:28:07 -0400 Received: from [10.3.113.149] (ovpn-113-149.phx2.redhat.com [10.3.113.149]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r865S6Zm027334; Fri, 6 Sep 2013 01:28:06 -0400 Message-ID: <522967E6.6030801@redhat.com> Date: Fri, 06 Sep 2013 05:28:00 -0000 From: "Carlos O'Donell" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 MIME-Version: 1.0 To: Mike Frysinger CC: libc-alpha@sourceware.org, libc-ports@sourceware.org Subject: Re: [PATCH] rename configure.in to configure.ac References: <1378339628-28867-1-git-send-email-vapier@gentoo.org> In-Reply-To: <1378339628-28867-1-git-send-email-vapier@gentoo.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00051.txt.bz2 On 09/04/2013 08:07 PM, Mike Frysinger wrote: > Autoconf has been deprecating configure.in for quite a long time. > Rename all our configure.in and preconfigure.in files to .ac. > > Signed-off-by: Mike Frysinger OK by me if you also update the wiki page on regeneration of files: https://sourceware.org/glibc/wiki/Regeneration I'm assuming you tested with old and new autoconf within the allowances of our recommended minimum versions and it worked fine. Cheers, Carlos.