[lttng-dev] [lttng-ust PATCH 2/3] Add check for 'texinfo' to configure.ac
Mathieu Desnoyers
compudj at krystal.dyndns.org
Thu Dec 1 21:22:06 EST 2011
* Alexandre Montplaisir (alexandre.montplaisir at gmail.com) wrote:
> Fix for http://lttng.org/issue/252
>
> Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir at gmail.com>
Merged, thanks!
Mathieu
> ---
> configure.ac | 7 +++++++
> 1 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 74fb795..2ed7f5d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -64,6 +64,13 @@ AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol])
>
> CFLAGS="-Wall $CFLAGS"
>
> +# Check for texinfo, required for building the documentation
> +# TODO: make this (and building the documentation) optional
> +AC_CHECK_PROG([TEXINFO], [makeinfo], [yes])
> +AS_IF([test "x$TEXINFO" != "xyes"],[
> + AC_MSG_ERROR([Please install the 'texinfo' program and make sure 'makeinfo' is in the PATH.])
> +])
> +
> # URCU
>
> # urcu - check if we just find the headers it out of the box.
> --
> 1.7.7.3
>
>
> _______________________________________________
> 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