Opened 15 years ago
Closed 15 years ago
#186 closed enhancement (fixed)
"make check" should detect which PostgreSQL instance to use from pg_config
| Reported by: | kneufeld | Owned by: | pramsey |
|---|---|---|---|
| Priority: | low | Milestone: | PostGIS 1.4.0 |
| Component: | postgis | Version: | |
| Keywords: | Cc: |
Description
Currently "make check" requires createdb, psql, and dropdb to be on the user's path. If more than one instance of PostgreSQL has been installed on a system this is problematic.
configure already detected which PostgreSQL instance to build against … why not prefix the binaries with BINDIR found in pg_config rather than relying on what may or may not exist in one's PATH.
Note:
See TracTickets
for help on using tickets.

Patch in trunk at r4131