From: jeremie.galarneau@efficios.com (Jérémie Galarneau)
Subject: [lttng-dev] [PATCH lttng-ust] Fix: Skip lttng-gen-tp example build if Python is missing
Date: Thu, 27 Feb 2014 12:30:41 -0500 [thread overview]
Message-ID: <1393522241-24017-1-git-send-email-jeremie.galarneau@efficios.com> (raw)
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
next reply other threads:[~2014-02-27 17:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-27 17:30 Jérémie Galarneau [this message]
2014-02-27 18:35 ` Mathieu Desnoyers
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=1393522241-24017-1-git-send-email-jeremie.galarneau@efficios.com \
--to=jeremie.galarneau@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