From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11051 invoked by alias); 13 Feb 2007 10:30:41 -0000 Received: (qmail 11003 invoked by uid 22791); 13 Feb 2007 10:30:38 -0000 X-Spam-Check-By: sourceware.org Received: from ns.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 Feb 2007 10:30:25 +0000 Received: from Relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id CE5EC12531; Tue, 13 Feb 2007 11:30:21 +0100 (CET) From: Andreas Schwab To: "Maciej W. Rozycki" Cc: Tom Tromey , Daniel Jacobowitz , DJ Delorie , gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb-patches@sourceware.org, newlib@sourceware.org Subject: Re: Updating top-level autoconf to 2.59 References: <20070111225346.GA1335@nevyn.them.org> <20070207193352.GA13757@nevyn.them.org> <20070208222020.GA2267@nevyn.them.org> <200702082254.l18MsOuR028641@greed.delorie.com> <20070209151558.GA7193@nevyn.them.org> <20070209153841.GA12038@nevyn.them.org> <20070209161658.GA13966@nevyn.them.org> X-Yow: I demand IMPUNITY! Date: Tue, 13 Feb 2007 10:30:00 -0000 In-Reply-To: (Maciej W. Rozycki's message of "Tue, 13 Feb 2007 09:25:24 +0000 (GMT)") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00179.txt.bz2 "Maciej W. Rozycki" writes: > 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@ You don't need the intermediate form. The final form will work for both. Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."