The build system referenced a non-existent file. For some reason,
it was never required except for a Debian mass-rebuild of all packages.
The referenced commit is the same fix done for procps a while ago.
References:
https://gitlab.com/procps-ng/procps/-/commit/
f0b7271810bc7ad7c7cb15cd590d954907c8c4f4
https://bugs.debian.org/
1015098
Signed-off-by: Craig Small <csmall@dropbear.xyz>
if test x"$DEJAGNU" = x
then
- DEJAGNU="\$(top_srcdir)/testsuite/global-conf.exp"
+ DEJAGNU="/dev/null"
fi
AC_SUBST(DEJAGNU)