[lttng-dev] [lttng-ust PATCH 2/2] Add a configure report at the end of the output
Mathieu Desnoyers
mathieu.desnoyers at efficios.com
Fri Feb 10 17:30:57 EST 2012
* Alexandre Montplaisir (alexandre.montplaisir at gmail.com) wrote:
> Sorry, couldn't help myself...
;-)
Merged, thanks!
Mathieu
>
> 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
>
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list