bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] use locale-indep. c_is* functions for parsing, not isspace,


From: Jim Meyering
Subject: Re: [PATCH] use locale-indep. c_is* functions for parsing, not isspace, isprint etc
Date: Mon, 03 Sep 2012 18:46:55 +0200

Akim Demaille wrote:
...
>> 1.7, please update gt_JAVACOMP macro'
>>  + printf '%s\n' 'configure: WARNING: unknown target-version 1.7,
>> please update gt_JAVACOMP macro'
>>  configure: WARNING: unknown target-version 1.7, please update gt_JAVACOMP 
>> macro
>
> But it's a warning, it is not expected to fail.
>
>        case "$target_version" in
>          1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6) ;;
>          null)
>            dnl JDK 1.1.X returns null.
>            target_version=1.1 ;;
>          *) AC_MSG_WARN([unknown target-version $target_version, please 
> update gt_@&address@hidden macro])
>             target_version=1.1 ;;
>        esac
>
> That 1.7 is not supported is one thing, that it _fails_ instead of proceeding 
> in degraded mode (or not enabling Java tests) is another, much more serious, 
> issue.

How strange.
I've just rebuilt from scratch, and can no longer reproduce the problem.
Sorry about that.

I'll push shortly. (to maint)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]