Displaying 2 results from an estimated 2 matches for "b86f0c423".
2017 Aug 09
0
[PATCH 2/2] configure: output paths where java is searched in
...r the current OS is missing. This also
removes the need to print the location next to the version, since the
location was already printed above.
---
m4/guestfs_java.m4 | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/m4/guestfs_java.m4 b/m4/guestfs_java.m4
index 347cab6da..b86f0c423 100644
--- a/m4/guestfs_java.m4
+++ b/m4/guestfs_java.m4
@@ -50,9 +50,13 @@ if test "x$with_java" != "xno"; then
/usr/lib/jvm/java-7-openjdk \
/usr/lib/jvm/java-6-openjdk
do
+ AC_MSG_CHECKING([for 'java' in $d])...
2017 Aug 09
2
[PATCH 1/2] configure: visually split the blocks of checks
Add sort of "headers" to split most of the logical sections of the
configure, so it is easier to get feedback on the progress of configure.
---
configure.ac | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/configure.ac b/configure.ac
index 7f9c1dac0..5ccf6f821 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,11 +76,15 @@