From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31794 invoked by alias); 6 Dec 2002 16:20:31 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 31764 invoked from network); 6 Dec 2002 16:20:28 -0000 Received: from unknown (HELO delorie.com) (207.22.48.162) by sources.redhat.com with SMTP; 6 Dec 2002 16:20:28 -0000 Received: from envy.delorie.com (envy.delorie.com [207.22.48.171]) by delorie.com (8.11.6/8.9.1) with ESMTP id gB6GKRD21600; Fri, 6 Dec 2002 11:20:27 -0500 Received: (from dj@localhost) by envy.delorie.com (8.11.6/8.11.2) id gB6GKRD02451; Fri, 6 Dec 2002 11:20:27 -0500 Date: Fri, 06 Dec 2002 08:47:00 -0000 Message-Id: <200212061620.gB6GKRD02451@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj@delorie.com using -f From: DJ Delorie To: macro@ds2.pg.gda.pl CC: binutils@sources.redhat.com, gdb-patches@sources.redhat.com In-reply-to: (macro@ds2.pg.gda.pl) Subject: Re: [RFC] Update to current automake/autoconf/libtool versions. References: X-SW-Source: 2002-12/txt/msg00227.txt.bz2 IANAL, but... > I don't understand -- AFAIK, the GNU GPL doesn't enforce everyone > making use of files generated by autoconf/automake/gettext/libtool > to distribute sources of the said tools. The preferred form for making modifications to configure is to edit configure.in. Autoconf is not usually a standard part of the operating system (esp when we require specific versions). Therefore, it is a script used to control compilation, and must be considered part of the source. The only exception is that autoconf itself disclaims this connection, and explicitly allows you to distribute configure without distributing autoconf itself. I didn't check the other tools. I guess we're safe legally. We still have the problem of needing a specific version of the tools, though. > As I understand, only if binutils use modified tools, the relevant > sources need to be made available. There's nothing in the GPL that even mentions patches.