From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19604 invoked by alias); 12 Jan 2005 17:53:43 -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 19540 invoked from network); 12 Jan 2005 17:53:37 -0000 Received: from unknown (HELO dair.pair.com) (209.68.1.49) by sourceware.org with SMTP; 12 Jan 2005 17:53:37 -0000 Received: (qmail 76492 invoked by uid 20157); 12 Jan 2005 17:53:36 -0000 Date: Wed, 12 Jan 2005 17:53:00 -0000 From: Hans-Peter Nilsson X-X-Sender: hp@dair.pair.com To: Andrew Cagney cc: gdb-patches@sources.redhat.com Subject: Re: [commit/sim] Force generation of configure and other stuff; Was: [commit/sim] switch autoconf 2.59 In-Reply-To: <41E5501A.3000907@gnu.org> Message-ID: References: <41DF55E5.7010307@gnu.org> <41E43F98.1010601@gnu.org> <41E47C74.3050607@gnu.org> <41E5501A.3000907@gnu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-01/txt/msg00084.txt.bz2 On Wed, 12 Jan 2005, Andrew Cagney wrote: > This also rewrites SIM_AC_OUTPUT to be 2.59 ``compliant'' (well at least > it now generates makefiles); and zaps any other stray AC_AUX_DIRECTORY > macros. And magically got rid of the $CONFIG_FILES-now-starts-with-a-space problem! > With that committed, I'm seeing another autoconf bug. It's using > ac_objext before it's been defined and that is leading to autoconf test > failures (it looks for "conftest." instead of "conftest.o"). Goody. I got this far as well, but thought I should get a grip on that ac_objext (and why not ac_cv_objext or whatever) thingy first. I had a similar patch for the SIM_AC_OUTPUT problem, but sed:ed out the space and kept the curious CONFIG_FILES test. (What was it there for?) Time for me to have another look. brgds, H-P