X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=e0ed0b79d380087710cb48058f32944f577cebbc;hb=1f9eff07ad19cfd5e1ac935c8711894e4b499e10;hp=e175840f1b7b74c3df71f315e95ffe05fe38d6e2;hpb=4846fadcf9aebf5ec93dc6614aa36ddfe29a3898;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index e175840f..e0ed0b79 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.") +