OSDN Git Service

change configure so that if postgresql isn't being installed as root,
authorMarc G. Fournier <scrappy@hub.org>
Tue, 13 Oct 1998 17:26:50 +0000 (17:26 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 13 Oct 1998 17:26:50 +0000 (17:26 +0000)
commitcd3a8e232cd6b62dd8c31ecbd780c0944c84bce0
tree6d6f2b8ad333b3255d7b0dbe38323b4dbe54fc7d
parent8c586b2a2aa9beed60020a0e1896fdf1fa543745
change configure so that if postgresql isn't being installed as root,
do not configure in the perl5 interface.

the perl5 interface needs to be installed under /usr/local/lib/perl5/*, which
is generally owned by root.  This allows a non-root build/install with the
only root requirement being the make/install of hte perl5 stuff...
src/backend/parser/gram.c
src/backend/parser/scan.c
src/configure
src/configure.in