X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=cc23f5a421e539cca2b9d739fbaac22496661e07;hb=7237592a76cceda97a1c79904fed583e215d3fa9;hp=19f16a63b1f87c20cd3b760f881b44c17d81d953;hpb=aa968dde60d1c3cff4dcebcca4b6f5c2b9737829;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 19f16a63..cc23f5a4 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.0.0],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.1.0],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -10,7 +10,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_MACRO_DIR([m4]) -AM_PROG_MKDIR_P +AC_PROG_MKDIR_P AC_CONFIG_HEADERS([config.h]) @@ -109,5 +109,6 @@ AC_CONFIG_FILES([ tests/lib/Makefile extras/Makefile extras/valgrind/Makefile + babeltrace.pc ]) AC_OUTPUT