Signed-off-by: Alexandre Montplaisir <[email protected]>
---
configure.ac | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 54396c0..2a2473c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -207,3 +207,23 @@ AC_CONFIG_FILES([Makefile
AC_OUTPUT
+# Report on what will be built
+AS_ECHO()
+AS_ECHO("The following components will be built:")
+AS_ECHO("LTT trace reading library: Enabled") # It's always enabled!
+
+AS_ECHO_N("LTTV command line tool: ")
+AS_IF([test "x$with_lttv" = "xyes"],[AS_ECHO("Enabled")],[AS_ECHO("Disabled")])
+
+AS_ECHO_N("LTTV graphical interface: ")
+AS_IF([test "x$with_lttv_gui" =
"xyes"],[AS_ECHO("Enabled")],[AS_ECHO("Disabled")])
+
+AS_ECHO_N("Trace synchronization: ")
+AS_IF([test "x$with_trace_sync" =
"xyes"],[AS_ECHO("Enabled")],[AS_ECHO("Disabled")])
+
+AS_ECHO_N("Java (JNI) interface: ")
+AS_IF([test "x$with_jni_interface" =
"xyes"],[AS_ECHO("Enabled")],[AS_ECHO("Disabled")])
+
+AS_ECHO()
+AS_ECHO("Type 'make' to build LTTV.")
+
--
1.7.9
_______________________________________________
lttng-dev mailing list
[email protected]
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev