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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make configure check the version of Perl we're building with, and
Date: 2010-01-07 01:41:12
Message-ID: 20100107014112.487007541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-01-07 02:41:16 pgsql: Improve a couple of comments relating to large object snapshot
Previous Message Robert Haas 2010-01-07 00:50:48 Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).