This is a follow-up to today's commit
v1.12.2-594-geee3aff.
* t/subpkg.sh: Here: don't be too picky about the verb declension
used in a "checking whether" message.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
./configure >stdout || { cat stdout; exit 1; }
cat stdout
-# Don't pretend to know the name or path of the C compiler.
-grep '^checking whether .* understands -c and -o together' stdout
+# Don't pretend to know the name or path of the C compiler. Also,
+# don't be too picky about the verb declension.
+$EGREP '^checking whether .* understands? -c and -o together' stdout
$MAKE
$MAKE distcheck