From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3863 invoked by alias); 8 Apr 2002 19:11: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 3856 invoked from network); 8 Apr 2002 19:11:35 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 8 Apr 2002 19:11:35 -0000 Received: from greed.delorie.com (cse.sfbay.redhat.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id MAA03018; Mon, 8 Apr 2002 12:10:09 -0700 (PDT) Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id g38JA8c18606; Mon, 8 Apr 2002 15:10:08 -0400 Date: Mon, 08 Apr 2002 12:11:00 -0000 Message-Id: <200204081910.g38JA8c18606@greed.delorie.com> From: DJ Delorie To: neroden@doctormoo.dyndns.org CC: gdb-patches@sources.redhat.com In-reply-to: <20020406213057.GA3062@doctormoo.dyndns.org> (message from Nathanael Nerode on Sat, 6 Apr 2002 16:30:57 -0500) Subject: Re: [PATCH] autoconfiscate utils References: <20020406213057.GA3062@doctormoo.dyndns.org> X-SW-Source: 2002-04/txt/msg00316.txt.bz2 > 2002-04-06 Nathanael Nerode > > * utils/configure.in: autoconfiscate > * utils/configure: generate using 'autoconf' > * utils/Makefile.tpl: new file > * utils/Makefile.def: new file > * utils/Makefile.in: generated using 'autogen Makefile.def' Applied (with the updated Makefile.def). Thanks!