From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4978 invoked by alias); 5 May 2006 17:18:54 -0000 Received: (qmail 4969 invoked by uid 22791); 5 May 2006 17:18:53 -0000 X-Spam-Check-By: sourceware.org Received: from palrel12.hp.com (HELO palrel12.hp.com) (156.153.255.237) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 05 May 2006 17:18:51 +0000 Received: from smtp1.ptp.hp.com (hpda.cup.hp.com [15.1.28.250]) by palrel12.hp.com (Postfix) with ESMTP id 0509035C19; Fri, 5 May 2006 10:18:35 -0700 (PDT) Received: from hpsje.cup.hp.com (hpsje.cup.hp.com [16.89.92.85]) by smtp1.ptp.hp.com (Postfix) with ESMTP id 9EC863D4F79; Fri, 5 May 2006 17:18:35 +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 KAA02843; Fri, 5 May 2006 10:18:35 -0700 (PDT) Date: Fri, 05 May 2006 17:18:00 -0000 From: Steve Ellcey Message-Id: <200605051718.KAA02843@hpsje.cup.hp.com> To: fche@redhat.com Cc: cgen@sourceware.org Subject: Re: Using newer autoconf in src/cgen directory In-Reply-To: <20060505001617.GB8699@redhat.com> X-IsSubscribed: yes Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00013.txt.bz2 > > I have been working to move the src tree at soureware.org to a newer > > version of autoconf. The reason for this is so that we can, in turn, > > move to a newer version of libtool. Would it be possible to rebuild the > > configure script in src/cgen with autoconf 2.59? [...] > > Feel free to commit those changes. cgen is barely worthy of autoconf > anyway, being an interpreted program and all. > > - FChE OK, Here is what I commited. Let me know if there are any problems. Steve Ellcey sje@cup.hp.com 2006-05-05 Steve Ellcey * configure.in: Remove AC_ARG_PROGRAM. * configure: Regenerate with autoconf 2.59. Index: configure.in =================================================================== RCS file: /cvs/src/src/cgen/configure.in,v retrieving revision 1.1.1.1 diff -c -3 -p -r1.1.1.1 configure.in *** configure.in 28 Jul 2000 04:11:52 -0000 1.1.1.1 --- configure.in 5 May 2006 17:06:00 -0000 *************** arch=${target_cpu} *** 13,18 **** AC_SUBST(arch) AM_MAINTAINER_MODE - AC_ARG_PROGRAM AC_OUTPUT([Makefile doc/Makefile]) --- 13,17 ----