X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=c9a25e0905f18c575528b94024a2b16684a13e16;hb=708e628a1b0345fb940980a7b6c98bd4ff161264;hp=1b927ff08ac134fcba155846ea47162a69ad506d;hpb=94a6cea3f1639fb0c71b1c591af7880af7507fc0;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 1b927ff0..c9a25e09 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,17 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([babeltrace],[1.1.1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.2.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 +AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0]) + AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) +AM_MAINTAINER_MODE([enable]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_MACRO_DIR([m4]) @@ -155,6 +161,9 @@ AC_SUBST(babeltracectfincludedir) babeltracectfwriterincludedir="${includedir}/babeltrace/ctf-writer" AC_SUBST(babeltracectfwriterincludedir) +babeltracectfirincludedir="${includedir}/babeltrace/ctf-ir" +AC_SUBST(babeltracectfirincludedir) + AC_CONFIG_FILES([ Makefile types/Makefile @@ -166,8 +175,10 @@ AC_CONFIG_FILES([ formats/ctf-text/types/Makefile formats/ctf-metadata/Makefile formats/bt-dummy/Makefile + formats/lttng-live/Makefile formats/ctf/metadata/Makefile formats/ctf/writer/Makefile + formats/ctf/ir/Makefile converter/Makefile doc/Makefile lib/Makefile