[lttng-dev] [lttng-ust PATCH 2/2] Add a configure report at the end of the output
Alexandre Montplaisir
alexandre.montplaisir at gmail.com
Fri Feb 10 14:41:51 EST 2012
Sorry, couldn't help myself...
Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir at gmail.com>
---
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
More information about the lttng-dev
mailing list