From: Nick Bowler Date: Fri, 18 Nov 2022 03:00:27 +0000 (-0500) Subject: DX_PROG_MD5: direct probing error messages to the log file. X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/commitdiff_plain/a56b84487bb43c85cb36e5995c84006be8b81011 DX_PROG_MD5: direct probing error messages to the log file. Otherwise we can get a bunch of garbage printed to the terminal when configuring on some systems. --- diff --git a/m4/md5.m4 b/m4/md5.m4 index ee95794..d0d4e34 100644 --- a/m4/md5.m4 +++ b/m4/md5.m4 @@ -1,4 +1,4 @@ -dnl Copyright © 2021 Nick Bowler +dnl Copyright © 2021-2022 Nick Bowler dnl dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2. dnl This is free software: you are free to do what the fuck you want to. @@ -53,7 +53,7 @@ AC_CACHE_CHECK([for $MD5 digest position], [dx_cv_md5_outpos], rm -f conftest.in conftest.out]) AC_DEFUN([_DX_MD5_DO_TEST], -[AS_IF([$1 conftest.in >conftest.out], +[AS_IF([$1 conftest.in >conftest.out 2>&AS_MESSAGE_LOG_FD], [read a b