On Sat, 10 Feb 2007, Bruno Haible wrote: > 2007-02-10 Bruno Haible <[EMAIL PROTECTED]> > > Enable the Java related testsuite tests when the only Java compiler > found is a gcj < 4.3. > * configure.ac (gt_JAVACOMP): Don't specify a target_version. > > --- configure.ac 29 Jan 2007 10:54:42 -0000 1.79 > +++ configure.ac 10 Feb 2007 20:53:22 -0000 > @@ -136,7 +136,7 @@ > O0CXXFLAGS=`echo $CXXFLAGS | sed 's/-O[[0-9]] *//'` > AC_SUBST([O0CXXFLAGS]) > > -gt_JAVACOMP([1.3], [1.3]) > +gt_JAVACOMP([1.3]) > gt_JAVAEXEC > > AC_CONFIG_FILES([Makefile
With Bruno's recent Gnulib patch (working around the old tr bug), the above fixes Java support in Bison for me. Paolo, is this fine with you?