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 <[EMAIL PROTECTED]> > > * m4/acinclude.m4 (CLASSPATH_COND_IF): New macro. > * configure.ac: Use it. > * configure: Regenerate. > * tools/Makefile.am (!CREATE_WRAPPERS): Update comment.