This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH, classpath, build] Use AM_COND_IF if available.
- From: Ralf Wildenhues <Ralf dot Wildenhues at gmx dot de>
- To: classpath-patches at gnu dot org, gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Mon, 14 Jul 2008 20:50:03 +0200
- Subject: Re: [PATCH, classpath, build] Use AM_COND_IF if available.
- References: <20080706120608.GA9488@ins.uni-bonn.de>
Ping <http://gcc.gnu.org/ml/gcc-patches/2008-07/msg00455.html>
* Ralf Wildenhues wrote on Sun, Jul 06, 2008 at 02:06:09PM CEST:
> <http://thread.gmane.org/gmane.comp.sysutils.automake.patches/3129/focus=3154>
> 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 <Ralf.Wildenhues@gmx.de>
>
> * m4/acinclude.m4 (CLASSPATH_COND_IF): New macro.
> * configure.ac: Use it.
> * configure: Regenerate.
> * tools/Makefile.am (!CREATE_WRAPPERS): Update comment.