From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30708 invoked by alias); 2 Aug 2008 20:22:25 -0000 Received: (qmail 30699 invoked by uid 22791); 2 Aug 2008 20:22:24 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 02 Aug 2008 20:21:37 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m72KLZ5r027668 for ; Sat, 2 Aug 2008 16:21:35 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m72KLZYa026723; Sat, 2 Aug 2008 16:21:35 -0400 Received: from opsy.redhat.com (vpn-10-2.bos.redhat.com [10.16.10.2]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m72KLYUB020315; Sat, 2 Aug 2008 16:21:35 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 328403784F9; Sat, 2 Aug 2008 14:21:34 -0600 (MDT) To: Keith Seitz Cc: gdb-patches@sourceware.org Subject: Re: [RFA] Gdbtk configury changes References: <488A3C85.4000506@redhat.com> <20080726024248.GA1895@caradoc.them.org> <4894BAD3.9090601@redhat.com> <20080802195819.GA18383@caradoc.them.org> <4894BE34.1070708@redhat.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Sat, 02 Aug 2008 20:22:00 -0000 In-Reply-To: <4894BE34.1070708@redhat.com> (Keith Seitz's message of "Sat\, 02 Aug 2008 13\:06\:12 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2008-08/txt/msg00037.txt.bz2 >>>>> "Keith" == Keith Seitz writes: >> Oh, you changed stuff in acinclude.m4. Yes, you might need the >> latter. Keith> Ah, I see. Okay. Thanks! How about something like (untested): $(srcdir)/aclocal.m4: acinclude.m4 cd $(srcdir) && aclocal -I gnulib/m4 This isn't ideal, as it doesn't include all the dependencies, but at least it provides a hook on which to hang the -I. Tom