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_@&t@JAVACOMP 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)
