]> git.ipfire.org Git - thirdparty/mlmmj.git/commit
Add 'atf-sh' detection to configure 19/head
authorMichael Jeanson <mjeanson@debian.org>
Thu, 15 Feb 2024 18:50:31 +0000 (13:50 -0500)
committerMichael Jeanson <mjeanson@debian.org>
Fri, 1 Mar 2024 19:55:07 +0000 (14:55 -0500)
commita9b6cf1675cfa98b65452608aa5b66bd0af3ef61
tree7c924eb2e364ed98a56c8a9e7576b19aa154ca35
parentf58e41ce9d543688c3385c15a693dc9c60e1d193
Add 'atf-sh' detection to configure

The configure script now checks for the 'atf-sh' binary when the test
suite is enabled. The binary found is then used in the test script
shebang. As an added bonus, the test script generation is now done by
AC_CONFIG_FILES instead of the Makefile copy custom rules.

Signed-off-by: Michael Jeanson <mjeanson@debian.org>
Makefile.am
configure.ac
tests/functional-tests.in [moved from tests/functional-tests.sh with 98% similarity]
tests/mlmmj-bounce.in [moved from tests/mlmmj-bounce.sh with 99% similarity]
tests/mlmmj-list.in [moved from tests/mlmmj-list.sh with 99% similarity, mode: 0644]
tests/mlmmj-maintd.in [moved from tests/mlmmj-maintd.sh with 99% similarity, mode: 0644]
tests/mlmmj-process.in [moved from tests/mlmmj-process.sh with 98% similarity]
tests/mlmmj-receive.in [moved from tests/mlmmj-receive.sh with 97% similarity, mode: 0644]
tests/mlmmj-send.in [moved from tests/mlmmj-send.sh with 98% similarity]
tests/mlmmj-sub.in [moved from tests/mlmmj-sub.sh with 98% similarity, mode: 0644]