pgsql: I find that an out-of-the-box installation of OSSP uuid 1.6.0

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: I find that an out-of-the-box installation of OSSP uuid 1.6.0
Date: 2007-11-13 00:13:19
Message-ID: 20071113001320.052F37540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs
itself as libuuid, not libossp-uuid which was the only case expected by
our build support. Install a configure test to determine which name
to use (and to check that the library is present at all).

Modified Files:
--------------
pgsql:
configure.in (r1.535 -> r1.536)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.535&r2=1.536)
configure (r1.569 -> r1.570)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.569&r2=1.570)
pgsql/src:
Makefile.global.in (r1.239 -> r1.240)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in?r1=1.239&r2=1.240)
pgsql/contrib/uuid-ossp:
Makefile (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/uuid-ossp/Makefile?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-11-13 00:20:36 pgsql: Undo damage from yesterday's script "cleanup".
Previous Message User Rlucas 2007-11-12 19:56:48 aupg - aupg_src: Fixed failing test in timetravel function code.