Embedded lmdb
This MR changes few things:
- lmbd:MDB_0.9.14 is embedded in src/libknot/internal/namedb/
- embedded LMDB is used when --with-lmdb=no is passed to ./configure
- otherwise shared LMDB is searched for and used (default)
This should make all parties happy.