X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=cc28205c625f8e6e0d546b96338a12e789272080;hb=7aa76730706e7d053204a6df44d8cd6b05619476;hp=a59e8ce8449dc458b9a4d6b51ae404df3b41296b;hpb=a44af49d539038fd64c124deaaf07a0c2f9ec039;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index a59e8ce8..cc28205c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[2.3.0-rc1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.3.0],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html @@ -262,6 +262,14 @@ AS_IF([test "x$with_sdt" = "xyes"],[ ]) ]) +AC_ARG_WITH([lttng-system-rundir], + AS_HELP_STRING([--with-lttng-system-rundir], + [Location of the system directory where LTTng-UST expects the system-wide lttng-sessiond runtime files. The default is "/var/run/lttng".]), + [lttng_system_rundir="$withval"], + [lttng_system_rundir="/var/run/lttng"]) +AC_DEFINE_UNQUOTED([LTTNG_SYSTEM_RUNDIR], ["$lttng_system_rundir"], + [LTTng system runtime directory]) + AC_CONFIG_FILES([ Makefile doc/Makefile