Thread: pgsql: Make configure check the version of Perl we're building with, and

pgsql: Make configure check the version of Perl we're building with, and

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Make configure check the version of Perl we're building with, and reject
versions < 5.8.  Also, if there's no Perl, emit a warning informing the
user that he won't be able to build from a CVS pull.  This is exactly the
same treatment we give Bison and Perl, and for the same reasons.

Modified Files:
--------------
    pgsql/config:
        perl.m4 (r1.5 -> r1.6)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/perl.m4?r1=1.5&r2=1.6)
    pgsql:
        configure (r1.666 -> r1.667)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.666&r2=1.667)