Skip to content

Commit

Permalink
fix(build): Distribute makefile fragments with source packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Apr 8, 2024
1 parent 87795af commit f794f16
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 7 additions & 3 deletions build-aux/que_dist_checksums.m4
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
AC_DEFUN_ONCE([QUE_DIST_CHECKSUMS], [
QUE_TRANSFORM_PACKAGE_NAME
AC_REQUIRE([AX_AM_MACROS])
AX_ADD_AM_MACRO([dnl
EXTRA_DIST += build-aux/que_dist_checksums.am
])dnl
AM_COND_IF([DEVELOPER_MODE], [
QUE_PROGVAR([sha256sum])
QUE_PROGVAR([tee])
QUE_TRANSFORM_PACKAGE_NAME
AC_REQUIRE([AX_AM_MACROS])
AX_ADD_AM_MACRO([dnl
$(cat build-aux/que_dist_checksums.am)
])dnl
Expand Down
2 changes: 2 additions & 0 deletions build-aux/que_git_version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ AC_DEFUN_ONCE([QUE_GIT_VERSION], [
AC_REQUIRE([AX_AM_MACROS])
AX_ADD_AM_MACRO([dnl
EXTRA_DIST += build-aux/que_git_version.am
$(cat build-aux/que_git_version.am)
])dnl
Expand Down
2 changes: 2 additions & 0 deletions build-aux/que_rust_boilerplate.m4
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ AC_DEFUN_ONCE([QUE_RUST_BOILERPLATE], [
AC_REQUIRE([AX_AM_MACROS])
AX_ADD_AM_MACRO([dnl
EXTRA_DIST += build-aux/que_rust_boilerplate.am
$($SED -E "s/@PACKAGE_VAR@/$PACKAGE_VAR/g;s/@PACKAGE_NAME@/$PACKAGE_NAME/g" build-aux/que_rust_boilerplate.am)
])dnl
Expand Down
2 changes: 2 additions & 0 deletions build-aux/que_shell_completion_dirs.m4
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ AC_DEFUN_ONCE([QUE_SHELL_COMPLETION_DIRS], [
AC_REQUIRE([AX_AM_MACROS])
AX_ADD_AM_MACRO([dnl
EXTRA_DIST += build-aux/que_shell_completion_dirs.am
$(cat build-aux/que_shell_completion_dirs.am)
])dnl
Expand Down

0 comments on commit f794f16

Please sign in to comment.