X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=aefa8a59984e0b847b2cef494aff29c33be90de5;hb=adc315b840e3970b9f6e255c91e38ec29f05adab;hp=ce45719227aba4a785a3000e45352ab415af042b;hpb=3fbccce759a76c1146bbd6d2e78efffe4e7fe6ce;p=babeltrace.git diff --git a/configure.ac b/configure.ac index ce457192..aefa8a59 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([babeltrace],[1.2.0-rc1],[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 @@ -11,6 +11,7 @@ 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]) @@ -160,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