From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14477 invoked by alias); 3 Jan 2003 19:46:36 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14432 invoked from network); 3 Jan 2003 19:46:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 3 Jan 2003 19:46:34 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h03JJ2B02550; Fri, 3 Jan 2003 14:19:02 -0500 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h03JkLa32315; Fri, 3 Jan 2003 14:46:21 -0500 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h03JkKK15147; Fri, 3 Jan 2003 14:46:21 -0500 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id h03JkKe06892; Fri, 3 Jan 2003 14:46:20 -0500 Date: Fri, 03 Jan 2003 19:46:00 -0000 Message-Id: <200301031946.h03JkKe06892@greed.delorie.com> From: DJ Delorie To: ac131313@redhat.com CC: gcc-patches@gcc.gnu.org, insight@sources.redhat.com, gdb-patches@sources.redhat.com In-reply-to: <3E15E32C.2050405@redhat.com> (message from Andrew Cagney on Fri, 03 Jan 2003 14:23:24 -0500) Subject: Re: [rfa/toplevel] Conditionalize GDB_TK References: <3E15E32C.2050405@redhat.com> X-SW-Source: 2003-01/txt/msg00079.txt.bz2 > The attached only adds the tk directories to the gdb dependency list > when the corresponding tk files are present. That way `all-gdb' > doesn't build tk files (except when needed). > > ok? Ok. > PS: Disclaimer, I cut/paste the configure changes. Perhaps someone > able to regenerate configure should commit this? You don't have autoconf 2.13?