This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [RFC] Update to current automake/autoconf/libtool versions.
- From: DJ Delorie <dj at delorie dot com>
- To: macro at ds2 dot pg dot gda dot pl
- Cc: binutils at sources dot redhat dot com, gdb-patches at sources dot redhat dot com
- Date: Fri, 6 Dec 2002 11:20:27 -0500
- Subject: Re: [RFC] Update to current automake/autoconf/libtool versions.
- References: <Pine.GSO.3.96.1021206160613.26674G-100000@delta.ds2.pg.gda.pl>
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.