From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14510 invoked by alias); 15 Aug 2009 18:04:10 -0000 Received: (qmail 14455 invoked by uid 22791); 15 Aug 2009 18:04:09 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f219.google.com (HELO mail-fx0-f219.google.com) (209.85.220.219) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 15 Aug 2009 18:04:04 +0000 Received: by fxm19 with SMTP id 19so1842667fxm.26 for ; Sat, 15 Aug 2009 11:04:01 -0700 (PDT) Received: by 10.204.58.73 with SMTP id f9mr1753992bkh.164.1250359440935; Sat, 15 Aug 2009 11:04:00 -0700 (PDT) Received: from scientist-2.local ([85.93.118.17]) by mx.google.com with ESMTPS id 2sm3267726fks.33.2009.08.15.11.04.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 15 Aug 2009 11:04:00 -0700 (PDT) Message-ID: <4A86F8AD.9000401@gnu.org> Date: Sat, 15 Aug 2009 18:04:00 -0000 From: Paolo Bonzini User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: Ralf Wildenhues , gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb@sourceware.org Subject: Re: Moving to Autoconf 2.64, Automake 1.11 References: <20090815112928.GB5396@gmx.de> In-Reply-To: <20090815112928.GB5396@gmx.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00117.txt.bz2 > - fix the (new with Autoconf 2.64) warnings from configure about unknown > --enable/--with switches. I would appreciate some input on whether > this functionality should just be turned off with > AC_DISABLE_OPTION_CHECKING, or we should add some logic to the > toplevel configure script to be more intelligent about it. For toplevel, add AC_DISABLE_OPTION_CHECKING definitely (at the same time as the regeneration). For other directories, we can decide later on a case-by-case basis. Just for fun, if you have a diffstat of the world-regeneration, it would be nice to see it. Paolo