From c4937db350faa4451db618531f5a2027c2b7cfcc Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Mon, 15 Oct 2012 11:47:59 +0100 Subject: PR54931: Allow Classpath to build docs with the GJDoc included within 2012-10-15 Andrew John Hughes PR classpath/54931 * m4/acinclude.m4: (CLASSPATH_WITH_GJDOC): Allow GJDoc versions included with GNU Classpath to be used to build (0.98 on). Signed-off-by: Andrew John Hughes --- m4/acinclude.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'm4') diff --git a/m4/acinclude.m4 b/m4/acinclude.m4 index 172f54a58..e0d46ccff 100644 --- a/m4/acinclude.m4 +++ b/m4/acinclude.m4 @@ -190,6 +190,8 @@ AC_DEFUN([CLASSPATH_WITH_GJDOC], case ${gjdoc_version} in 0.7.9) ;; 0.8*) ;; + 0.9*) ;; + 1*) ;; *) AC_MSG_ERROR([Building documentation requires GJDoc >= 0.7.9, ${gjdoc_version} found.]) ;; esac fi -- cgit v1.2.1