X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=b21aa7ef3a4e7968f6fe20bb1eb7962f470356ec;hb=d77e781b20976f300278c2c5dd6e3d576951699c;hp=cc23f5a421e539cca2b9d739fbaac22496661e07;hpb=abb7b782808d1737fc16727f9174fcff1bb0310d;p=babeltrace.git diff --git a/configure.ac b/configure.ac index cc23f5a4..b21aa7ef 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.1.0],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.1.1],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -17,7 +17,7 @@ AC_CONFIG_HEADERS([config.h]) AC_SYS_LARGEFILE # Checks for programs. -AC_PROG_CC +AC_PROG_CC_STDC AC_PROG_MAKE_SET LT_INIT AC_PROG_YACC @@ -98,6 +98,7 @@ AC_CONFIG_FILES([ formats/ctf/types/Makefile formats/ctf-text/Makefile formats/ctf-text/types/Makefile + formats/ctf-metadata/Makefile formats/bt-dummy/Makefile formats/ctf/metadata/Makefile converter/Makefile