Skip to content

Commit

Permalink
Hack for git info for fedora packages
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Nov 3, 2024
1 parent c978c1f commit 93ff071
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions M2/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -504,10 +504,8 @@ case $COMPRESS in
*) AC_MSG_ERROR(unrecognized option for enable-compress) ;;
esac

AC_SUBST([GIT_DESCRIPTION],
[`$GIT describe --tags --dirty || echo release-$PACKAGE_VERSION`])
AC_SUBST([GIT_BRANCH],
[`$GIT branch --show-current`])
AC_SUBST([GIT_DESCRIPTION], [release-1.24.11])
AC_SUBST([GIT_BRANCH], [master])

AC_SUBST(DEB,no)
AC_ARG_ENABLE(deb, AS_HELP_STRING(--enable-deb,prepare a *.deb package (for debian, ubuntu, ...)), DEB=$enableval)
Expand Down

0 comments on commit 93ff071

Please sign in to comment.