From 2b0a9c69df20c058a1bd72aeb15842724a18abb5 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 15 Oct 2018 06:36:52 +0200 Subject: [PATCH] java: bump to Java SE 7 macOS 10.14 no longer supports versions of Java earlier than 5. And Java 6 will be deprecated by the end of this year. So let's move our requirement to Java 7. Reported by Yu Yijun. https://lists.gnu.org/archive/html/bug-bison/2018-09/msg00060.html Suggested by Paul Eggert and Bruno Haible. http://lists.gnu.org/archive/html/bug-gnulib/2018-10/msg00094.html * configure.ac: Require Java 7, both compiler and runtime. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7cd0964d..a569ef7c 100644 --- a/configure.ac +++ b/configure.ac @@ -267,7 +267,7 @@ AM_MISSING_PROG([AUTOM4TE], [autom4te]) # Needed by tests/atlocal.in. AC_SUBST([GCC]) -gt_JAVACOMP([1.3], [1.4]) +gt_JAVACOMP([1.7], [1.7]) gt_JAVAEXEC AC_CONFIG_FILES([Makefile