From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39661 invoked by alias); 8 Jan 2016 19:11:12 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 36307 invoked by uid 89); 8 Jan 2016 19:11:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:335 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 08 Jan 2016 19:11:09 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id A0EBF8E381 for ; Fri, 8 Jan 2016 19:11:08 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-99.ams2.redhat.com [10.36.116.99]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u08JB41U018974 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 8 Jan 2016 14:11:08 -0500 Date: Fri, 08 Jan 2016 19:11:00 -0000 From: Jan Kratochvil To: gdb@sourceware.org Subject: Re: using automake to generate Makefile.in Message-ID: <20160108191103.GA20883@host1.jankratochvil.net> References: <20160107214249.GF25548@vapier.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160107214249.GF25548@vapier.lan> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00006.txt.bz2 On Thu, 07 Jan 2016 22:42:49 +0100, Mike Frysinger wrote: > is there a reason we don't use automake in the tree to manage > Makefile.in ? IIRC Tom Tromey (also a coauthor of automake) wanted to do that or at least he said it would be good to do that but just nobody has never done so. Jan