* build-aux/gendocs.sh: Use eval consistently with $MAKEINFO,
to support it being a compound command. In coreutils at least,
it has the value: SHELL='/bin/sh' build-aux/makeinfo-wrapper.sh
Reported by Collin Funk.
+2026-02-07 Pádraig Brady <P@draigBrady.com>
+
+ gendocs: support compound $MAKEINFO
+ * build-aux/gendocs.sh: Use eval consistently with $MAKEINFO,
+ to support it being a compound command. In coreutils at least,
+ it has the value: SHELL='/bin/sh' build-aux/makeinfo-wrapper.sh
+ Reported by Collin Funk.
+
2026-02-04 Pádraig Brady <P@draigBrady.com>
maintainer-makefile: propagate MAKEINFO to gendocs
# Omit patterns that do not expand to file names.
pats=
- if case `$MAKEINFO --version | sed -e 's/^[^0-9]*//' -e 1q` in \
+ if case `eval $MAKEINFO --version | sed -e 's/^[^0-9]*//' -e 1q` in \
[1-6]* | 7.[01]*) false;; \
*) true;; \
esac \