Fix: Define MANPATH in config.h
[lttng-tools.git] / configure.ac
index c94da7adc32c46308df2fd01e28fd94f5a6aff8e..d6149feae898b2aa9a8737796065e0359a3fd257 100644 (file)
@@ -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"
 
This page took 0.024272 seconds and 4 git commands to generate.