All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure.ac: check for org.junit.rules.ExternalResource
@ 2013-01-09 21:35 Danny Al-Gaaf
  2013-01-09 21:35 ` Danny Al-Gaaf
  2013-01-09 21:54 ` Noah Watkins
  0 siblings, 2 replies; 13+ messages in thread
From: Danny Al-Gaaf @ 2013-01-09 21:35 UTC (permalink / raw)
  To: ceph-devel; +Cc: Danny Al-Gaaf, Sage Weil

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-01-15 17:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09 21:35 [PATCH] configure.ac: check for org.junit.rules.ExternalResource Danny Al-Gaaf
2013-01-09 21:35 ` Danny Al-Gaaf
2013-01-09 21:54 ` Noah Watkins
2013-01-10  4:32   ` Gary Lowell
2013-01-10  7:55     ` Danny Al-Gaaf
2013-01-11  5:13       ` Gary Lowell
2013-01-12 16:36         ` Noah Watkins
2013-01-15  9:04           ` James Page
2013-01-15  9:32             ` Danny Al-Gaaf
2013-01-15 14:55               ` Noah Watkins
2013-01-15 17:36                 ` Gregory Farnum
2013-01-12 21:59         ` Danny Al-Gaaf
2013-01-14 20:41           ` Gary Lowell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.