X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=83822d6fdb508bb663cf8fbbf5fa33f35eeade8a;hb=8bd25c2d1df35cd952c1a6423b9fc99096ada748;hp=b983f3525bea74a44e2f8e6a61fab6789fc3579a;hpb=2eb5dde88f4cd87468f947ab6b56b7460a18fc1f;p=babeltrace.git diff --git a/configure.ac b/configure.ac index b983f352..83822d6f 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-rc2],[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,10 +10,12 @@ 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]) +AC_SYS_LARGEFILE + # Checks for programs. AC_PROG_CC AC_PROG_MAKE_SET @@ -79,7 +81,7 @@ PKG_CHECK_MODULES(GMODULE, [$pkg_modules]) AC_SUBST(PACKAGE_LIBS) LIBS="$LIBS $GMODULE_LIBS" -PACKAGE_CFLAGS="$GMODULE_CFLAGS -Wall -Wformat" +PACKAGE_CFLAGS="$GMODULE_CFLAGS -Wall -Wformat -include config.h" AC_SUBST(PACKAGE_CFLAGS) babeltraceincludedir="${includedir}/babeltrace" @@ -96,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 @@ -104,5 +107,9 @@ AC_CONFIG_FILES([ lib/prio_heap/Makefile include/Makefile tests/Makefile + tests/lib/Makefile + extras/Makefile + extras/valgrind/Makefile + babeltrace.pc ]) AC_OUTPUT