Various fixes suggested by Gregor Hoffleit

Marc G. Fournier <scrappy@hub.org>

Commit: ad6bfe67bd234fec5f78ff274a830a9686645d30
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1997-02-09T03:23:52Z
Releases: 7.1.1
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

PathChange+/−
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