Rework detection and handling of ndbm: we now check for a working
authorPeter Maydell <pmaydell@chiark.greenend.org.uk>
Sat, 24 Dec 2005 17:17:38 +0000 (17:17 +0000)
committerPeter Maydell <pmaydell@chiark.greenend.org.uk>
Sat, 24 Dec 2005 17:17:38 +0000 (17:17 +0000)
commit0cd75fec1902ab5540539fe8c95a071caf18f58e
tree516b11eaab56285fdcfb6979ef2a971142425a14
parent29d590d74c6e03f5efe9f743c40a61028ccd491d
Rework detection and handling of ndbm: we now check for a working
(library,header) combination, and configure defines variables for each
which the makefile and C file just use, rather than a bunch of HAVE_foo
switches. As a bonus, we no longer unnecessarily link every binary with
the ndbm library even though only slocal uses it. Also you can now tell
configure where to get the header/library so even if we guess wrong you
can overrule us.
ChangeLog
INSTALL
acconfig.h
aclocal.m4
configure.in
uip/Makefile.in
uip/slocal.c