From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5893 invoked by alias); 1 Jul 2002 04:19:26 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5875 invoked from network); 1 Jul 2002 04:19:23 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 1 Jul 2002 04:19:23 -0000 Received: from fleche.redhat.com (ta0204.peakpeak.com [204.144.244.204]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id WAA08946; Sun, 30 Jun 2002 22:19:19 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id 603E64F8290; Sun, 30 Jun 2002 22:30:38 -0600 (MDT) To: Nathanael Nerode Cc: gcc@gcc.gnu.org, gdb@sources.redhat.com, binutils@sources.redhat.com Subject: Re: Top Level Autoconfiscation Status References: <20020701014139.GA3421@doctormoo.dyndns.org> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: ..Are we having FUN yet...? Date: Sun, 30 Jun 2002 21:19:00 -0000 In-Reply-To: <20020701014139.GA3421@doctormoo.dyndns.org> Message-ID: <87r8ioqdch.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-06/txt/msg00336.txt.bz2 >>>>> "Nathanael" == Nathanael Nerode writes: Nathanael> * zlib has no check target, so I have to somehow leave it Nathanael> out zlib definitely does have a check target in my tree: fleche. grep ^check: zlib/Makefile.in check: check-am Why doesn't it in yours? Automake always generates a check target. It would be a severe (and surprising) bug if it were missing. Nathanael> * To avoid a lot of subtle problems, configure uses Nathanael> absolute pathnames for most directories which it puts into Nathanael> the Makefile. This means you can no longer 'configure', Nathanael> relocate srcdir or builddir, and then 'make'. I doubt that Nathanael> this is important. In the past I've heard that people actually do this. Tom