From: mathieu.desnoyers@efficios.com (Mathieu Desnoyers)
Subject: [lttng-dev] [PATCH lttng-ust] Fix: java class check when uudecode is not present
Date: Tue, 30 Jun 2015 21:09:12 +0000 (UTC) [thread overview]
Message-ID: <1332006543.1502.1435698552905.JavaMail.zimbra@efficios.com> (raw)
In-Reply-To: <1435697994-7682-1-git-send-email-mjeanson@efficios.com>
merged into stable-2.6 and master, thanks!
Mathieu
----- On Jun 30, 2015, at 4:59 PM, Michael Jeanson mjeanson at efficios.com wrote:
> On systems where 'uudecode' is present, the java class check will
> run a precompiled class file in the local directory. If the CLASSPATH
> variable doesn't contain "." the test will fail regardless of the
> presence of the tested for class on the classpath.
>
> This fix makes the behavior of the test consistant whether 'uudecode'
> is present or not.
>
> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
> config/ax_check_class.m4 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/config/ax_check_class.m4 b/config/ax_check_class.m4
> index 098aa77..42b51d7 100644
> --- a/config/ax_check_class.m4
> +++ b/config/ax_check_class.m4
> @@ -118,7 +118,7 @@ EOF
> ac_cv_prog_uudecode_base64=no
> fi
> rm -f Test.uue
> - if AC_TRY_COMMAND($JAVA $JAVAFLAGS Test $1) >/dev/null 2>&1; then
> + if AC_TRY_COMMAND($JAVA -classpath ".:$CLASSPATH" $JAVAFLAGS Test $1)
> >/dev/null 2>&1; then
> eval "ac_cv_class_$ac_var_name=yes"
> else
> eval "ac_cv_class_$ac_var_name=no"
> --
> 1.9.1
--
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
prev parent reply other threads:[~2015-06-30 21:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-30 20:59 Michael Jeanson
2015-06-30 21:09 ` Mathieu Desnoyers [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1332006543.1502.1435698552905.JavaMail.zimbra@efficios.com \
--to=mathieu.desnoyers@efficios.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox