Skip to content

Commit

Permalink
Change prefix used by git-version-gen to "v" from "OVIS-".
Browse files Browse the repository at this point in the history
  • Loading branch information
morrone authored and tom95858 committed May 13, 2024
1 parent 5aae285 commit 4934780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.64)
AC_INIT([ovis-ldms],
m4_esyscmd([config/git-version-gen --prefix 'OVIS-' .tarball-version]),
m4_esyscmd([config/git-version-gen --prefix 'v' .tarball-version]),
[[email protected]])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([m4/Ovis-top.m4])
Expand Down

0 comments on commit 4934780

Please sign in to comment.