From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19548 invoked by alias); 22 Aug 2009 19:10:27 -0000 Received: (qmail 19517 invoked by uid 22791); 22 Aug 2009 19:10:25 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_65,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.gmx.net (HELO mail.gmx.net) (213.165.64.20) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sat, 22 Aug 2009 19:10:19 +0000 Received: (qmail invoked by alias); 22 Aug 2009 19:10:16 -0000 Received: from xdsl-87-78-167-171.netcologne.de (EHLO localhost.localdomain) [87.78.167.171] by mail.gmx.net (mp044) with SMTP; 22 Aug 2009 21:10:16 +0200 Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1Mevyh-00046Z-Cw; Sat, 22 Aug 2009 21:10:15 +0200 Date: Sat, 22 Aug 2009 19:13:00 -0000 From: Ralf Wildenhues To: gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb@sourceware.org Subject: Re: mini-freeze of autotools-governed files in GCC and src Message-ID: <20090822191014.GC3689@gmx.de> Mail-Followup-To: Ralf Wildenhues , gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb@sourceware.org References: <20090822110723.GB18527@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090822110723.GB18527@gmx.de> User-Agent: Mutt/1.5.20 (2009-08-09) 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 X-SW-Source: 2009-08/txt/msg00224.txt.bz2 * Ralf Wildenhues wrote on Sat, Aug 22, 2009 at 01:07:23PM CEST: > Please refrain from committing changes to autotools-governed files Freeze is over. Thanks for your patience. The trees have been updated to Autoconf 2.64 and Automake 1.11. Please take a minute to ensure that you use these tools now when changing build system generated files; and that you have them early in your $PATH if you build with --enable-maintainer-mode. You might have to start with a clean build tree if you use --enable-maintainer-mode, otherwise, you might still at least have to remove all config.cache files from an existing build tree that was built before this freeze. For binutils, you likely have to start off with a clean build tree (i.e., you need to reconfigure). If your compiler doesn't allow for side-effect dependency-tracking, try --enable-dependency-tracking. Please feel free to Cc: me for all bug reports that are or look like they could be related to the new autotools versions. I'll work on patches for the remaining parts of src to get them updated and finish some of the leftover cleanups. Thanks, Ralf