Re: javacomp.m4 usage [Fwd: Re: Java-related Bison tests all fail]

2007-02-11 Thread Joel E. Denny
On Sun, 11 Feb 2007, Paolo Bonzini wrote: > > > 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? > > Sure it is. Thanks. Committed.

Re: javacomp.m4 usage [Fwd: Re: Java-related Bison tests all fail]

2007-02-11 Thread Paolo Bonzini
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? Sure it is. Paolo

Re: javacomp.m4 usage [Fwd: Re: Java-related Bison tests all fail]

2007-02-11 Thread Joel E. Denny
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.ac2

Re: Java-related Bison tests all fail

2007-02-11 Thread Joel E. Denny
On Sun, 11 Feb 2007, Bruno Haible wrote: > Joel E. Denny wrote: > > I am able to reproduce the problem with coreutils 5.2.1 on both an x86 > > Linux and an x86 Solaris. I've attached the erroneous output. > > > > The trouble is the last tr. The following replacement, which I discovered > > by

Re: Java-related Bison tests all fail

2007-02-11 Thread Bruno Haible
Joel E. Denny wrote: > I am able to reproduce the problem with coreutils 5.2.1 on both an x86 > Linux and an x86 Solaris. I've attached the erroneous output. > > The trouble is the last tr. The following replacement, which I discovered > by trial and error, works. I just inserted zz after FG:

Re: javacomp.m4 usage [Fwd: Re: Java-related Bison tests all fail]

2007-02-10 Thread Bruno Haible
Paolo Bonzini wrote: > We got this report that gt_JAVACOMP([1.3]) does not work for Bison. Can > anybody help? Thanks for writing to bug-gnulib, because some maintainers of gnulib macros don't regularly read bug-bison :-) But your question is confusing, because bison's configure.ac contains

[Fwd: Re: Java-related Bison tests all fail]

2007-02-10 Thread Paolo Bonzini
We got this report that gt_JAVACOMP([1.3]) does not work for Bison. Can anybody help? Paolo --- Begin Message --- On Fri, 9 Feb 2007, Paolo Bonzini wrote: > > > -gt_JAVACOMP([1.3], [1.3]) > > +gt_JAVACOMP([1.4], [1.4]) > > Can you try instead gt_JAVACOMP([1.3]) -- with only one parameter? N