From a56b84487bb43c85cb36e5995c84006be8b81011 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 17 Nov 2022 22:00:27 -0500 Subject: [PATCH] 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. --- m4/md5.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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