Various fixes suggested by Gregor Hoffleit
Marc G. Fournier <scrappy@hub.org>
Various fixes suggested by Gregor Hoffleit
Add a check to configure for strdup
Remove all the '-ltermcap' checks from psql/Makefile
Have {psql,pg_dump}/Makefile modified if strdup doesn't exist on the system
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/Makefile.in (from src/bin/pg_dump/Makefile) | renamed | +2 −6 |
| src/bin/psql/Makefile | deleted | +0 −87 |
| src/bin/psql/Makefile.in | added | +50 −0 |
| src/configure | modified | +64 −14 |
| src/configure.in | modified | +3 −1 |