Maciej W. Rozycki - Re: Updating top-level autoconf to 2.59 (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
- From: "Maciej W. Rozycki"
- To: Tom Tromey
- Cc: Daniel Jacobowitz , DJ Delorie , gcc-patches at gcc dot gnu dot org, binutils at sourceware dot org, gdb-patches at sourceware dot org, newlib at sourceware dot org
- Date: Tue, 13 Feb 2007 09:25:24 +0000 (GMT)
- Subject: Re: Updating top-level autoconf to 2.59
- References: 20070111225346.GA1335@nevyn.them.org <20070207193352.GA13757@nevyn.them.org> <xnr6t1hdvt.fsf@greed.delorie.com> <20070208222020.GA2267@nevyn.them.org> <200702082254.l18MsOuR028641@greed.delorie.com> <20070209151558.GA7193@nevyn.them.org> <Pine.LNX.4.64N.0702091536070.1045@blysk.ds.pg.gda.pl> <20070209153841.GA12038@nevyn.them.org> <Pine.LNX.4.64N.0702091554020.1045@blysk.ds.pg.gda.pl> <20070209161658.GA13966@nevyn.them.org> <Pine.LNX.4.64N.0702091717250.1045@blysk.ds.pg.gda.pl> <m33b5fji8u.fsf@localhost.localdomain>
On Fri, 9 Feb 2007, Tom Tromey wrote:
Maciej> Indeed, though they are not fatal. Perhaps Makefile.in files Maciej> in the affected directories (Makefile.am are OK as Maciej> sufficiently new automake will deal with that) could get Maciej> updated beforehand? It should not hurt at all.
I think automake 1.10 requires the new autoconf. So, Makefile.ins can't be updated first.
Well, adding a definition of the $(datarootdir) variable like this:
datarootdir = @datadir@ datadir = $(datarootdir)
should not require any updates for tools and can then be converted to the final form of:
datarootdir = @datarootdir@ datadir = @datadir@
for Makefile.in or removed altogether for Makefile.am files once the tools have been updated. At least it seems to work on my system. :-)
Maciej
- Follow-Ups:
- Re: Updating top-level autoconf to 2.59
* From: Andreas Schwab
- Re: Updating top-level autoconf to 2.59
- References:
- Re: Updating top-level autoconf to 2.59
* From: Daniel Jacobowitz - Re: Updating top-level autoconf to 2.59
* From: DJ Delorie - Re: Updating top-level autoconf to 2.59
* From: Daniel Jacobowitz - Re: Updating top-level autoconf to 2.59
* From: DJ Delorie - Re: Updating top-level autoconf to 2.59
* From: Daniel Jacobowitz - Re: Updating top-level autoconf to 2.59
* From: Maciej W. Rozycki - Re: Updating top-level autoconf to 2.59
* From: Daniel Jacobowitz - Re: Updating top-level autoconf to 2.59
* From: Maciej W. Rozycki - Re: Updating top-level autoconf to 2.59
* From: Daniel Jacobowitz - Re: Updating top-level autoconf to 2.59
* From: Maciej W. Rozycki - Re: Updating top-level autoconf to 2.59
* From: Tom Tromey
- Re: Updating top-level autoconf to 2.59
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |