-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to metababel 1.0.0 interface (#159)
* update to metababel 1.0.0 interface * check metababel version 1.0.0 * typo * update to metababel 1.0.0 * enforce metababel versio * Update configure.ac Co-authored-by: Thomas Applencourt <[email protected]> * Update version * Fix compinent --------- Co-authored-by: Thomas Applencourt <[email protected]> Co-authored-by: Thomas Applencourt <[email protected]>
- Loading branch information
1 parent
070652b
commit 5bcdf54
Showing
4 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.69]) | ||
AC_INIT([thapi], [0.0.10], [[email protected]]) | ||
AC_INIT([thapi], [0.0.11], [[email protected]]) | ||
AC_CONFIG_SRCDIR([opencl/tracer_opencl_helpers.include.c]) | ||
AC_CONFIG_HEADERS([utils/config.h]) | ||
|
||
|
@@ -70,7 +70,7 @@ PKG_CHECK_MODULES([PROTOBUF], [protobuf >= 3.0]) | |
AX_RUBY_EXTENSION([cast-to-yaml], [yes]) | ||
AX_RUBY_EXTENSION([nokogiri], [yes]) | ||
AX_RUBY_EXTENSION([babeltrace2], [yes]) | ||
AX_RUBY_EXTENSION([metababel >= 0.0.5], [yes]) | ||
AX_RUBY_EXTENSION([metababel >= 1.0.0], [yes]) | ||
|
||
# Checks for header files. | ||
AC_CHECK_HEADERS([inttypes.h stddef.h stdint.h stdlib.h string.h unistd.h]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters