Make configure check for minimum required version of IPC::Run.
commit4a235efddaa78ec78a47614ddc6161644e089290
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Oct 2021 20:49:49 +0000 (11 16:49 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Oct 2021 20:49:49 +0000 (11 16:49 -0400)
tree83300e3c7e287444014b76c763cf75ef7539a3f9
parent39ae0ef8561362304ee512963aa51d5a705e5616
Make configure check for minimum required version of IPC::Run.

Per the discussion around 3eb1f4d09, let's have configure verify that
the available IPC::Run version is at least 0.79, the agreed-on minimum.
It seems unlikely that this could bite anybody anymore, but it's useful
as documentation.  (Based on that, there's little need to back-patch.)

For consistency, also supply a minimum version for the other Perl
module we have an explicit check for, Time::HiRes.  I used the
version that ships with Perl 5.8.3.

Discussion: https://postgr.es/m/E1mYY6Z-0006OL-QN@gemulon.postgresql.org
configure
configure.ac