Skip to content

Commit

Permalink
Update configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
TApplencourt authored Jan 17, 2025
1 parent 94d2a57 commit c14e647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([thapi],[0.0.11],[[email protected]])
AC_INIT([thapi],[0.0.12],[[email protected]])
AC_CONFIG_SRCDIR([opencl/tracer_opencl_helpers.include.c])
AC_CONFIG_HEADERS([utils/config.h])

# build artefacts in separate dir
# build artifacts in separate dir
AC_CONFIG_AUX_DIR([m4])
AC_CONFIG_MACRO_DIR([m4])

Expand Down

0 comments on commit c14e647

Please sign in to comment.