X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=d6149feae898b2aa9a8737796065e0359a3fd257;hb=ae779dd69a75dafa1d38bfb7c8de9279257106ba;hp=4f2189b443b76ca80e4e6ff18fc3b8df88063d55;hpb=e9c45a264894ea689fd9f018a0e83571f4ce095d;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 4f2189b44..d6149feae 100644 --- a/configure.ac +++ b/configure.ac @@ -621,6 +621,8 @@ and installing the man pages. AM_CONDITIONAL([MAN_PAGES_OPT], [test "x$man_pages_opt" != "xno"]) AM_CONDITIONAL([HAVE_ASCIIDOC_XMLTO], [test "x$have_asciidoc_xmlto" = "xyes"]) +AC_DEFINE_UNQUOTED([MANPATH], ["`eval eval echo $mandir`"], [Path to man pages.]) + # Python agent test UST_PYTHON_AGENT="lttngust" @@ -931,7 +933,7 @@ AC_CONFIG_FILES([ Makefile doc/Makefile doc/man/Makefile - doc/man/asciidoc.conf + doc/man/asciidoc-attrs.conf include/Makefile extras/Makefile extras/bindings/Makefile @@ -1002,6 +1004,7 @@ AC_CONFIG_FILES([ tests/regression/ust/getcpu-override/Makefile tests/regression/ust/clock-override/Makefile tests/regression/ust/type-declarations/Makefile + tests/regression/ust/rotation-destroy-flush/Makefile tests/stress/Makefile tests/unit/Makefile tests/unit/ini_config/Makefile