From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8303 invoked by alias); 7 Apr 2002 05:24:34 -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 8296 invoked from network); 7 Apr 2002 05:24:33 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 7 Apr 2002 05:24:33 -0000 Received: from greed.delorie.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id VAA13038; Sat, 6 Apr 2002 21:23:21 -0800 (PST) Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id g375NJh04029; Sun, 7 Apr 2002 00:23:19 -0500 Date: Sat, 06 Apr 2002 21:24:00 -0000 Message-Id: <200204070523.g375NJh04029@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/msg00246.txt.bz2 > This "patch" autoconfiscates utils. It uses autogen to generate > Makefile.in. > > 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' IIRC the autogen issue hasn't quite been resolved in gcc-land. The files look technically OK with me, so if the gdb folks are OK with autogen, I'm OK with it.