From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9153 invoked by alias); 8 Mar 2011 18:49:37 -0000 Received: (qmail 9142 invoked by uid 22791); 8 Mar 2011 18:49:36 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Mar 2011 18:49:31 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id p28IlY2A010497; Tue, 8 Mar 2011 19:47:34 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id p28IlXnG026877; Tue, 8 Mar 2011 19:47:33 +0100 (CET) Date: Tue, 08 Mar 2011 18:51:00 -0000 Message-Id: <201103081847.p28IlXnG026877@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: jan.kratochvil@redhat.com CC: yao@codesourcery.com, brobecker@adacore.com, gdb-patches@sourceware.org In-reply-to: <20110308180237.GB4384@host1.jankratochvil.net> (message from Jan Kratochvil on Tue, 8 Mar 2011 19:02:37 +0100) Subject: Re: FYI: gdb/common/Makefile calling aclocal & autoconf... References: <20110306045412.GL30306@adacore.com> <201103061004.p26A476B018601@glazunov.sibelius.xs4all.nl> <20110307044838.GO30306@adacore.com> <4D746B5C.6030703@codesourcery.com> <20110308082603.GA29128@host1.jankratochvil.net> <4D75FE94.4080906@codesourcery.com> <20110308180237.GB4384@host1.jankratochvil.net> 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: 2011-03/txt/msg00557.txt.bz2 > Date: Tue, 8 Mar 2011 19:02:37 +0100 > From: Jan Kratochvil > > On Tue, 08 Mar 2011 11:01:56 +0100, Yao Qi wrote: > > b.t.w, I drafted a patch yesterday as this problem was reported. I > > didn't send it for review, because we decided to give up on this > > direction. If it is useful to you, please pick it up. > > > gdb/ > > * common/Makefile.in: Add @MAINTAINER_MODE_TRUE@ in some > > make targets. > > * common/configure.ac: Add AM_MAINTAINER_MODE. Remove > > checking to AUTOHEADER, AUTOCONF, and ACLOCAL. > > * common/aclocal.m4: Regenreated. > > * common/configure: Regnerated. > > When the revert vs. automake etc. is not decided could this patch go in? As far as I understand, the consensus among the global maintainers is to revert.