pgsql/. configure configure.in

From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/. configure configure.in
Date: 2001-09-10 23:52:04
Message-ID: 200109102352.f8ANq4n51058@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: scrappy(at)hub(dot)org 01/09/10 19:52:04

Modified files:
. : configure configure.in

Log message:
When testing for source and build tree equality, and test -ef doesn't work,
fall back to `cd $srcdir && /bin/pwd` = `/bin/pwd`. One of these ought to
work, and if not, prep_buildtree is harmless.

Browse pgsql-committers by date

  From Date Subject
Next Message Marc G. Fournier 2001-09-11 02:24:52 pgsql/doc/src/sgml regress.sgml
Previous Message Marc G. Fournier 2001-09-10 23:28:59 pgsql/config prep_buildtree