X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=5446af443d2698a8719310495d0cbbbcd7f68d07;hb=45a00b05b7e0fc627f98fa15775d451c595117a9;hp=312a1432edf47cbe9fdbdd58ab0ea69dfa138812;hpb=86adb855ec08ae28bc29ee5dac70b759b4022816;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 312a1432..5446af44 100644 --- a/configure.ac +++ b/configure.ac @@ -421,15 +421,16 @@ AC_CONFIG_LINKS([ AC_OUTPUT +AS_ECHO 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 +451,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."])