X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=2ed7f5d8ee3ba9d096affe106eacdd1b367d3132;hb=79f7b13112003c1af84404fa248c6bd22a910f21;hp=74fb795db41e9cc8b9d35e5176df95595c03b1fb;hpb=06b47e5e40502d2847fbdeefdb32dd3cb4a32886;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 74fb795d..2ed7f5d8 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.