From 0df5686eab6d8f7ff21d0aece1cbf21f013baa38 Mon Sep 17 00:00:00 2001 From: Mike Duigou Date: Wed, 4 Jun 2014 10:03:17 -0700 Subject: [PATCH 1/2] 8044733: common/autoconf/configure script doesn't properly detect missing tools Reviewed-by: erikj, mikael --- common/autoconf/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/autoconf/configure b/common/autoconf/configure index 636f6e8efdd..b49e03e7fad 100644 --- a/common/autoconf/configure +++ b/common/autoconf/configure @@ -49,7 +49,7 @@ fi ### run_autogen_or_fail() { - if test "x`which autoconf 2> /dev/null`" = x; then + if test "x`which autoconf 2> /dev/null | grep -v '^no autoconf in'`" = x; then echo "Cannot locate autoconf, unable to correct situation." echo "Please install autoconf and run 'bash autogen.sh' to update the generated files." echo "Error: Cannot continue" 1>&2 @@ -80,7 +80,7 @@ check_autoconf_timestamps() { } check_hg_updates() { - if test "x`which hg 2> /dev/null`" != x; then + if test "x`which hg 2> /dev/null | grep -v '^no hg in'`" != x; then conf_updated_autoconf_files=`cd $conf_script_dir && hg status -mard 2> /dev/null | grep autoconf` if test "x$conf_updated_autoconf_files" != x; then echo "Configure source code has been updated, checking time stamps" From 0c28f90e06217e99e36ed1dc1a1db552db03ce67 Mon Sep 17 00:00:00 2001 From: David Katleman Date: Wed, 4 Jun 2014 20:20:00 -0700 Subject: [PATCH 2/2] Added tag jdk9-b16 for changeset 46c176c94864 --- .hgtags-top-repo | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgtags-top-repo b/.hgtags-top-repo index e60713ac318..210ff9faef9 100644 --- a/.hgtags-top-repo +++ b/.hgtags-top-repo @@ -258,3 +258,4 @@ ab55a18a95e1990a588929d5d29db3eb9985fea0 jdk9-b11 5800456add07e1a68170a229fb5e27376f8875e5 jdk9-b13 4e3aa9723e9972623e3dafc321b368e7db7e9b3b jdk9-b14 b114474fb25af4e73cb7219f7c04bd8994da03a5 jdk9-b15 +cf22a728521f91a4692b433d39d730a0a1b23155 jdk9-b16