diff options
author | merakor <cem@ckyln.com> | 2021-08-11 13:51:17 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-08-11 13:51:17 +0000 |
commit | 2573792c68ee332d0f66d3cf5a5f2a0f7dc9ac10 (patch) | |
tree | a9e14a5019e00309de626687dc21657c71295a3c /configure | |
parent | cd83656b3b7cd4b87156c53c8ee66a9947a7d0fd (diff) | |
download | cpt-2573792c68ee332d0f66d3cf5a5f2a0f7dc9ac10.tar.gz |
check download utility
FossilOrigin-Name: e82f39e86bb723602534005b43ac148580368c7a2e340bcba1cee3c9d8bc179d
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ out "DOCS = $docs" >>config.mk out "checking runtime dependencies" _check pax rsync sed awk grep b3sum _check_multi "sha256 provider" sha256sum sha256 openssl +_check_multi "download utility" curl wget wget2 aria2c axel trap - EXIT INT out "written config.mk" "Run 'make' to build cpt" |