From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9244 invoked by alias); 9 Nov 2009 19:46:35 -0000 Received: (qmail 9231 invoked by uid 22791); 9 Nov 2009 19:46:35 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Nov 2009 19:46:31 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nA9JkP5U017364 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 9 Nov 2009 14:46:25 -0500 Received: from [IPv6:::1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nA9JkMC1005552 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 Nov 2009 14:46:24 -0500 Message-ID: <4AF8718E.90308@redhat.com> Date: Mon, 09 Nov 2009 19:46:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4 MIME-Version: 1.0 To: Mike Frysinger CC: insight@sourceware.org Subject: Re: [PATCH/libgui] Update to autotools 1.11 References: <4AF86C24.1070307@redhat.com> <200911091446.26384.vapier@gentoo.org> In-Reply-To: <200911091446.26384.vapier@gentoo.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2009-q4/txt/msg00030.txt.bz2 On 11/09/2009 11:46 AM, Mike Frysinger wrote: > On Monday 09 November 2009 14:23:16 Keith Seitz wrote: >> The source tree updated to autotools 1.11 a while back, I'm just >> catching up... > > what is 'autotools 1.11' ... perhaps you meant automake ... Yes, that is more correct than what I wrote. It was my "shorthand" for "whatever autoconf, aclocal, acinclude, etc to use automake 1.11." :-) Keith