Sorry, couldn't help myself...
Signed-off-by: Alexandre Montplaisir <[email protected]>
---
configure.ac | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index e175840..e0ed0b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -265,4 +265,21 @@ AC_CONFIG_FILES([
tests/ust-multi-test/Makefile
lttng-ust.pc
])
+
AC_OUTPUT
+
+# Report on the configuration options
+AS_ECHO()
+AS_ECHO("LTTng-UST will be built with the following options:")
+AS_ECHO("Library format: $LIBFORMAT")
+
+AS_ECHO()
+AS_ECHO_N("Java support (JNI): ")
+AS_IF([test "x$jni_interface" = "xyes"], [AS_ECHO("Enabled")],
[AS_ECHO("Disabled")])
+
+AS_ECHO_N("sdt.h integration: ")
+AS_IF([test "x$with_sdt" = "xyes"], [AS_ECHO("Enabled")],
[AS_ECHO("Disabled")])
+
+AS_ECHO()
+AS_ECHO("Type 'make' to compile.")
+
--
1.7.9
_______________________________________________
lttng-dev mailing list
[email protected]
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev