X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=3e7520874fa32020b30bd6da68e9ea407cd0e375;hb=2a5b1cfe94a26fb9cef41b42c302ceeb2d810af3;hp=312a1432edf47cbe9fdbdd58ab0ea69dfa138812;hpb=86adb855ec08ae28bc29ee5dac70b759b4022816;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 312a1432..3e752087 100644 --- a/configure.ac +++ b/configure.ac @@ -422,14 +422,14 @@ AC_CONFIG_LINKS([ AC_OUTPUT AS_ECHO(["m4_bpatsubst(V_NAME, ["], [\\"])"]) -AS_ECHO() +AS_ECHO AS_ECHO(["m4_bpatsubst(V_DESC, ["], [\\"])"]) # Report on the configuration options -AS_ECHO() +AS_ECHO AS_ECHO(["LTTng-UST will be built with the following options:"]) -AS_ECHO() +AS_ECHO AS_ECHO_N(["Java agent (JUL support): "]) AS_IF([test "x$java_agent_jul" = "xyes"], [AS_ECHO(["Enabled"])], [AS_ECHO(["Disabled"])]) @@ -450,7 +450,7 @@ AS_ECHO(["Architecture: $host_cpu"]) AS_ECHO_N(["Efficient unaligned memory access: "]) AS_IF([test "x$NO_UNALIGNED_ACCESS" != "x1"], [AS_ECHO(["yes"])], [AS_IF([test "x$UNSUPPORTED_ARCH" != "x1"], [AS_ECHO(["no"])], [AS_ECHO(["unknown"])])]) AS_IF([test "x$UNSUPPORTED_ARCH" = "x1"], [AC_MSG_WARN([Your architecture ($host_cpu) is unsupported, using safe default of no unaligned access])]) -AS_ECHO() +AS_ECHO AS_ECHO(["Type 'make' to compile."])