]> granicus.if.org Git - postgresql/commit
When testing for source and build tree equality, and test -ef doesn't work,
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 10 Sep 2001 23:52:04 +0000 (23:52 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 10 Sep 2001 23:52:04 +0000 (23:52 +0000)
commitef5602d72c10a17997df62b531b774686433cbcc
tree1a9d32292f0902ddadb021f38cb45ca4c28c8468
parent7505e5d0cdd93a987b0318c379636febdd61c7fb
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.
configure
configure.in