From a56f69ed9314d04b6e92ee5527ae7fab5794054e Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 19:31:32 +0000 Subject: Apply patch 0001-Update-configure.ac-to-reconize-texi2any.patch patch_name: 0001-Update-configure.ac-to-reconize-texi2any.patch present_in_specfile: true --- diff --git a/configure.ac b/configure.ac index ea4d208..d0661fd 100644 --- a/configure.ac +++ b/configure.ac @@ -97,7 +97,7 @@ if test x"${MAKEINFO_FOUND}" = xyes then MAKEINFO_VERSION_REQ=5 AC_MSG_CHECKING([for makeinfo version >= $MAKEINFO_VERSION_REQ]) - MAKEINFO_VERSION=`makeinfo --version | sed -ne 's/^makeinfo .* \([[0-9]][[0-9]]*\)\.[[0-9]][[0-9]]*$/\1/p'` + MAKEINFO_VERSION=`makeinfo --version | sed -ne 's/^\(makeinfo\|texi2any\) .* \([[0-9]][[0-9]]*\)\.[[0-9]][[0-9]]*$/\2/p'` if test x$MAKEINFO_VERSION = x -o 0$MAKEINFO_VERSION -lt $MAKEINFO_VERSION_REQ then AC_MSG_RESULT([no])