X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=131d8c33b464e9876d3fdaa969e4f9580639c0cd;hb=0fc67d9b76c1a4271bf8b829b7681820aa871535;hp=aaf87fe7db5a7b9d82221b56c882e1aae2bc5ff8;hpb=8d5afcd08e84bd19561467ac83a93bb84d557029;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index aaf87fe7d..131d8c33b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.11.0-rc1],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.11.0-rc2],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) @@ -425,7 +425,7 @@ CONFDIR=`eval echo $sysconfdir` AC_SUBST(CONFDIR) AC_DEFINE_UNQUOTED([CONFIG_LTTNG_SYSTEM_CONFIGDIR],"$CONFDIR", [LTTng system configuration directory.]) -AC_DEFINE_DIR([CONFIG_LTTNG_SYSTEM_DATADIR],[datadir], [LTTng system data directory.]) +AX_DEFINE_DIR([CONFIG_LTTNG_SYSTEM_DATADIR], [datadir], [LTTng system data directory.]) # Check libpopt PKG_CHECK_MODULES([POPT], [popt],