From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9662 invoked by alias); 15 Jul 2008 05:56:43 -0000 Received: (qmail 9622 invoked by uid 22791); 15 Jul 2008 05:56:43 -0000 X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 Jul 2008 05:56:10 +0000 Received: by fg-out-1718.google.com with SMTP id e21so2596329fga.28 for ; Mon, 14 Jul 2008 22:56:07 -0700 (PDT) Received: by 10.86.92.7 with SMTP id p7mr15408428fgb.72.1216101367658; Mon, 14 Jul 2008 22:56:07 -0700 (PDT) Received: from scientist-2.lan ( [213.140.22.65]) by mx.google.com with ESMTPS id 3sm3807126fge.3.2008.07.14.22.56.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 14 Jul 2008 22:56:06 -0700 (PDT) Message-ID: <487C3BF3.60502@gnu.org> Date: Tue, 15 Jul 2008 05:56:00 -0000 From: Paolo Bonzini User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 Newsgroups: gmane.comp.gcc.java.patches,gmane.comp.java.classpath.patches,gmane.comp.gcc.patches To: Ralf Wildenhues , classpath-patches@gnu.org, gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: Re: [PATCH, classpath, build] Use AM_COND_IF if available. References: <20080706120608.GA9488@ins.uni-bonn.de> <20080714185003.GD24764@ins.uni-bonn.de> In-Reply-To: <20080714185003.GD24764@ins.uni-bonn.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2008-q3/txt/msg00018.txt.bz2 Ralf Wildenhues wrote: > Ping Fine by me, but it is not an approval (classpath people have to approve). Paolo From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10895 invoked by alias); 15 Jul 2008 05:56:52 -0000 Received: (qmail 10886 invoked by uid 22791); 15 Jul 2008 05:56:52 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 Jul 2008 05:56:19 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KIdWF-0006Lh-Dr for java-patches@gcc.gnu.org; Tue, 15 Jul 2008 05:56:11 +0000 Received: from 213-140-22-65.fastres.net ([213.140.22.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jul 2008 05:56:11 +0000 Received: from bonzini by 213-140-22-65.fastres.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jul 2008 05:56:11 +0000 To: java-patches@gcc.gnu.org From: Paolo Bonzini Subject: Re: [PATCH, classpath, build] Use AM_COND_IF if available. Date: Tue, 15 Jul 2008 15:30:00 -0000 Message-ID: <487C3BF3.60502@gnu.org> References: <20080706120608.GA9488@ins.uni-bonn.de> <20080714185003.GD24764@ins.uni-bonn.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) In-Reply-To: <20080714185003.GD24764@ins.uni-bonn.de> Cc: classpath-patches@gnu.org,gcc-patches@gcc.gnu.org X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2008-q3/txt/msg00019.txt.bz2 Message-ID: <20080715153000.wN2o0X0BL5wGg5gLyeyp7WDnNHR4L-dqsjIcJD06Og4@z> Ralf Wildenhues wrote: > Ping Fine by me, but it is not an approval (classpath people have to approve). Paolo