From: mathieu.desnoyers@efficios.com (Mathieu Desnoyers)
Subject: [lttng-dev] [PATCH lttng-ust] Fix: Skip lttng-gen-tp example build if Python is missing
Date: Thu, 27 Feb 2014 18:35:57 +0000 (UTC) [thread overview]
Message-ID: <1270677834.31837.1393526157195.JavaMail.zimbra@efficios.com> (raw)
In-Reply-To: <1393522241-24017-1-git-send-email-jeremie.galarneau@efficios.com>
merged, thanks!
Mathieu
----- Original Message -----
> From: "J?r?mie Galarneau" <jeremie.galarneau@efficios.com>
> To: lttng-dev at lists.lttng.org
> Sent: Thursday, February 27, 2014 12:30:41 PM
> Subject: [lttng-dev] [PATCH lttng-ust] Fix: Skip lttng-gen-tp example build if Python is missing
>
> Fixes #665
>
> Signed-off-by: J?r?mie Galarneau <jeremie.galarneau at efficios.com>
> ---
> configure.ac | 3 +++
> doc/examples/Makefile.am | 6 +++++-
> 2 files changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index c8421b7..3c92da1 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -276,6 +276,9 @@ AC_DEFINE_UNQUOTED([LTTNG_SYSTEM_RUNDIR],
> ["$lttng_system_rundir"],
> lttnglibjavadir="${libdir}/lttng/java"
> AC_SUBST(lttnglibjavadir)
>
> +AM_PATH_PYTHON([2.7],BUILD_GEN_TP_EXAMPLES=1)
> +AM_CONDITIONAL([BUILD_GEN_TP_EXAMPLES], [test $BUILD_GEN_TP_EXAMPLES],
> [Build examples requiring lttng-gen-tp])
> +
> AC_CONFIG_FILES([
> Makefile
> doc/Makefile
> diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
> index 971eec3..0d341c8 100644
> --- a/doc/examples/Makefile.am
> +++ b/doc/examples/Makefile.am
> @@ -43,7 +43,11 @@ if NO_SHARED
> # disabled.
> else
> # Copies are for VPATH build support
> -SUBDIRS_PROXY = easy-ust demo gen-tp hello-static-lib
> +SUBDIRS_PROXY = easy-ust demo hello-static-lib
> +
> +if BUILD_GEN_TP_EXAMPLES
> +SUBDIRS_PROXY += gen-tp
> +endif
>
> all-local:
> @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
> --
> 1.9.0
>
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>
--
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
prev parent reply other threads:[~2014-02-27 18:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-27 17:30 Jérémie Galarneau
2014-02-27 18:35 ` 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=1270677834.31837.1393526157195.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