Fix: Define MANPATH in config.h
[lttng-tools.git] / configure.ac
index e761d0bcf27ad590a65c671a62b2b30ef14346ef..ec1f7a07cae71ab6ca21e97fc874f69dfed1292f 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.023336 seconds and 4 git commands to generate.