From 74979fb19b2c7220dab4196c0d34e0c29b341b09 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 28 Apr 2018 16:41:16 -0700 Subject: Add checking for *sum and unzip Also improve logging (add an ability to log commands/files/environment variables to config.log) Signed-off-by: Alexey Neyman --- config/configure.in.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'config/configure.in.in') diff --git a/config/configure.in.in b/config/configure.in.in index c8003a03..3d6a628b 100644 --- a/config/configure.in.in +++ b/config/configure.in.in @@ -45,5 +45,17 @@ config CONFIGURE_has_svn config CONFIGURE_has_git @KCONFIG_git@ +config CONFIGURE_has_md5sum + @KCONFIG_md5sum@ + +config CONFIGURE_has_sha1sum + @KCONFIG_sha1sum@ + +config CONFIGURE_has_sha256sum + @KCONFIG_sha256sum@ + +config CONFIGURE_has_sha512sum + @KCONFIG_sha512sum@ + config CONFIGURE_has_install_with_strip_program @KCONFIG_install_with_strip_program@ -- cgit v1.2.3