From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FC5D139694 for ; Sun, 11 Jun 2017 15:07:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45D43E0DC4; Sun, 11 Jun 2017 15:07:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7B0FE0DBE for ; Sun, 11 Jun 2017 15:07:38 +0000 (UTC) Received: from [192.168.2.21] (85.253.87.190.cable.starman.ee [85.253.87.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: leio) by smtp.gentoo.org (Postfix) with ESMTPSA id F38B63419DB for ; Sun, 11 Jun 2017 15:07:36 +0000 (UTC) Message-ID: <1497193653.24558.2.camel@gentoo.org> Subject: Re: [gentoo-dev] autotools.eclass: automatically move configure.in to configure.ac From: Mart Raudsepp To: gentoo-dev@lists.gentoo.org Date: Sun, 11 Jun 2017 18:07:33 +0300 In-Reply-To: <20170611150029.GA28495@linux1> References: <20170610132819.736131ca@wim.jer> <20170610130406.35cf203a@sf> <20170611150029.GA28495@linux1> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: a9b3732b-e1a0-463d-8a41-0e8635994df5 X-Archives-Hash: 47237fd75253af520574af9b66d32846 Ühel kenal päeval, P, 11.06.2017 kell 10:00, kirjutas William Hubbs: > On Sat, Jun 10, 2017 at 01:04:06PM +0100, Sergei Trofimovich wrote: > > On Sat, 10 Jun 2017 13:28:19 +0200 > > Jeroen Roovers wrote: > > > > > https://bugs.gentoo.org/show_bug.cgi?id=426262 > > > + mv configure.{in,ac} || die > > > > Looks good. > > > > --  > > > >   Sergei > > -1 > > I think this should be handled by the packages, not at the eclass > level. > > https://bugs.gentoo.org/show_bug.cgi?id=426262#c3 > > The packages should either mv the configure.in to configure.ac > internally, or better yet, the maintainers should ask upstream for > their > packages to fix it. +1, otherwise we will never be able to add/unmask a newer autoconf that doesn't look at configure.in anymore, once such a version eventually happens.