From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6723 invoked by alias); 2 Aug 2008 19:52:28 -0000 Received: (qmail 6715 invoked by uid 22791); 2 Aug 2008 19:52:28 -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 19:51:53 +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 m72JpoMN017106; Sat, 2 Aug 2008 15:51:50 -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 m72Jpoiu006363; Sat, 2 Aug 2008 15:51:50 -0400 Received: from lindt.uglyboxes.com (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m72Jpm92015772; Sat, 2 Aug 2008 15:51:49 -0400 Message-ID: <4894BAD3.9090601@redhat.com> Date: Sat, 02 Aug 2008 19:52:00 -0000 From: Keith Seitz User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 To: drow@false.org CC: gdb-patches@sourceware.org Subject: Re: [RFA] Gdbtk configury changes References: <488A3C85.4000506@redhat.com> <20080726024248.GA1895@caradoc.them.org> In-Reply-To: <20080726024248.GA1895@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00034.txt.bz2 Hi, Daniel, thank you for your reply. A quick question... Daniel Jacobowitz wrote: >> @@ -1663,9 +1652,8 @@ procfs.o: $(srcdir)/procfs.c >> $(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/procfs.c >> >> v850ice.o: $(srcdir)/v850ice.c >> - $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \ >> - $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \ >> - $(GDBTK_CFLAGS) \ >> + $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ALL_TCL_CFLAGS) \ >> + $(X11_CFLAGS) $(GDBTK_CFLAGS) \ >> $(srcdir)/v850ice.c >> >> # Message files. Based on code in gcc/Makefile.in. > > This file doesn't seem to exist any more. Yeah, while v850ice.c disappeared several years ago, no one apparently whacked this bit from the Makefile. I'll remove this when I commit my changes. Question: What is now the proper way to regenerate configure? Obviously a simple "autoconf" is insufficient. "aclocal -I gnulib/m4; autoconf"? Keith