From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31933 invoked by alias); 14 Jul 2008 18:51:01 -0000 Received: (qmail 31912 invoked by uid 22791); 14 Jul 2008 18:51:00 -0000 X-Spam-Check-By: sourceware.org Received: from merkur.ins.uni-bonn.de (HELO merkur.ins.uni-bonn.de) (131.220.223.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Jul 2008 18:50:28 +0000 Received: from localhost.localdomain (xdsl-87-79-250-101.netcologne.de [87.79.250.101]) by merkur.ins.uni-bonn.de (Postfix) with ESMTP id 311C8400002B1; Mon, 14 Jul 2008 20:50:26 +0200 (CEST) Received: from ralf by localhost.localdomain with local (Exim 4.63) (envelope-from ) id 1KIT7b-00024d-GJ; Mon, 14 Jul 2008 20:50:03 +0200 Date: Mon, 14 Jul 2008 18:51:00 -0000 From: Ralf Wildenhues To: 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. Message-ID: <20080714185003.GD24764@ins.uni-bonn.de> Mail-Followup-To: Ralf Wildenhues , classpath-patches@gnu.org, gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org References: <20080706120608.GA9488@ins.uni-bonn.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080706120608.GA9488@ins.uni-bonn.de> User-Agent: Mutt/1.5.18 (2008-05-17) 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/msg00017.txt.bz2 Ping * Ralf Wildenhues wrote on Sun, Jul 06, 2008 at 02:06:09PM CEST: > > fixes the automake issue with automake-conditional AC_CONFIG_FILES. > > This patch makes classpath use AM_COND_IF if it is available > (i.e., the issue will be fixed once the tree moves to Automake 1.11). > > Tested by building the tree with --{enable,disable}-tool-wrappers and > with Automake 1.9.6 and git Automake. OK for GCC trunk, and if yes, can > somebody push this to classpath upstream? > libjava/classpath/ChangeLog: > 2008-07-06 Ralf Wildenhues > > * m4/acinclude.m4 (CLASSPATH_COND_IF): New macro. > * configure.ac: Use it. > * configure: Regenerate. > * tools/Makefile.am (!CREATE_WRAPPERS): Update comment.