From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8171 invoked by alias); 20 Mar 2006 23:05:25 -0000 Received: (qmail 8162 invoked by uid 22791); 20 Mar 2006 23:05:24 -0000 X-Spam-Check-By: sourceware.org Received: from palrel13.hp.com (HELO palrel13.hp.com) (156.153.255.238) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 20 Mar 2006 23:05:23 +0000 Received: from smtp2.ptp.hp.com (smtp.cup.hp.com [15.1.28.240]) by palrel13.hp.com (Postfix) with ESMTP id C35BB395D9 for ; Mon, 20 Mar 2006 15:04:54 -0800 (PST) Received: from hpsje.cup.hp.com (hpsje.cup.hp.com [16.89.92.85]) by smtp2.ptp.hp.com (Postfix) with ESMTP id 64CCB23087C for ; Mon, 20 Mar 2006 23:04:54 +0000 (UTC) Received: (from sje@localhost) by hpsje.cup.hp.com (8.9.3 (PHNE_24419+JAGae58098)/8.7.3 TIS Messaging 5.0) id PAA13729 for gdb@sourceware.org; Mon, 20 Mar 2006 15:04:53 -0800 (PST) Date: Mon, 20 Mar 2006 23:14:00 -0000 From: Steve Ellcey Message-Id: <200603202304.PAA13729@hpsje.cup.hp.com> To: gdb@sourceware.org Subject: gdb autoconf question (gdb/nlm subdirectory) Reply-To: sje@cup.hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00147.txt.bz2 I am looking at what version of autoconf parts of the src tree are using because I want to update libtool and that requires that everything use a autoconf 2.5 or later. Almost all of gdb is using autoconf 2.59, but the gdb/nlm directory, for some reason, is still configured with autoconf 2.13. Does anyone know why? I ran autoconf 2.59 on the current configure.in file in gdb/nlm and it seemed to work OK. I didn't get any errors or warnings from autoconf. The resulting configure file is quite different due to changes between autoconf 2.13 and 2.59 but it looked OK and I didn't do anymore testing because it looks like this subdirectory is only used by netware targets and I don't have one of those. Does anyone know why the gdb/nlm subdirectory couldn't be changed to use autoconf 2.59? Steve Ellcey sje@cup.hp.com