The attached patch depends on the set of 6 patches I send some days ago. See: http://thread.gmane.org/gmane.comp.file-systems.ceph.devel/11793 Danny Al-Gaaf (1): configure.ac: check for org.junit.rules.ExternalResource autogen.sh | 2 +- configure.ac | 29 ++++++------- m4/ac_check_class.m4 | 108 ++++++++++++++++++++++++++++++++++++++++++++++ m4/ac_check_classpath.m4 | 24 +++++++++++ m4/ac_check_rqrd_class.m4 | 26 +++++++++++ m4/ac_java_options.m4 | 33 ++++++++++++++ m4/ac_prog_jar.m4 | 39 +++++++++++++++++ m4/ac_prog_java.m4 | 83 +++++++++++++++++++++++++++++++++++ m4/ac_prog_java_works.m4 | 98 +++++++++++++++++++++++++++++++++++++++++ m4/ac_prog_javac.m4 | 45 +++++++++++++++++++ m4/ac_prog_javac_works.m4 | 36 ++++++++++++++++ m4/ac_prog_javah.m4 | 28 ++++++++++++ m4/ac_try_compile_java.m4 | 40 +++++++++++++++++ m4/ac_try_run_javac.m4 | 41 ++++++++++++++++++ 14 files changed, 615 insertions(+), 17 deletions(-) create mode 100644 m4/ac_check_class.m4 create mode 100644 m4/ac_check_classpath.m4 create mode 100644 m4/ac_check_rqrd_class.m4 create mode 100644 m4/ac_java_options.m4 create mode 100644 m4/ac_prog_jar.m4 create mode 100644 m4/ac_prog_java.m4 create mode 100644 m4/ac_prog_java_works.m4 create mode 100644 m4/ac_prog_javac.m4 create mode 100644 m4/ac_prog_javac_works.m4 create mode 100644 m4/ac_prog_javah.m4 create mode 100644 m4/ac_try_compile_java.m4 create mode 100644 m4/ac_try_run_javac.m4 -- 1.8.1 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html