Обсуждение: pgsql/. configure configure.in

Поиск
Список
Период
Сортировка

pgsql/. configure configure.in

От
"Marc G. Fournier"
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    scrappy@hub.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.