From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 412 invoked by alias); 5 Dec 2002 15:43:31 -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 397 invoked from network); 5 Dec 2002 15:43:29 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 5 Dec 2002 15:43:29 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 088AB3F30; Thu, 5 Dec 2002 10:43:13 -0500 (EST) Message-ID: <3DEF7411.4050805@redhat.com> Date: Thu, 05 Dec 2002 07:43:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Klee Dienes Cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFC] Update to current automake/autoconf/libtool versions. References: <6D1408F4-0817-11D7-A7CE-00039396EEB8@apple.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00139.txt.bz2 Er, wow! Few technical hurdles to overcome first. Anyone know what happens if only half the directories get converted? There is a problem with libiberty and utils because GCC have their feet stuck in the ice (unless src, again splits off from GCC, but I suspect here we don't want to). > bfd binutils gas gdb gprof ld libiberty mmalloc opcodes rda sim utils bfd, binutils, gas, gprof, ld and opcodes are all BINUTILS. mmalloc, sim and gdb are all GDB. I'd drop rda from the list. I don't understand this: - $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/c-exp.y y.tab.c c-exp.tmp -- $(YFLAGS) + $(SHELL) $(YLWRAP) $(srcdir)/c-exp.y y.tab.c c-exp.tmp -- "$(YACC)" $(YFLAGS) isn't it independant of the switch? Same with this? - AC_DEFINE(HAVE_LONG_DOUBLE) + AC_DEFINE([HAVE_LONG_DOUBLE], [], [Define if the `long double' type works]) (or did the new autoconf change the interface causing a warning if the three parameters were not present?). Andrew