Skip to content

Autotools fixes

Ondřej Surý requested to merge autotools-fixes into master

Couple of fixes and improvements:

  1. fastparser is disabled when the version ends with -dev or .git exists
  2. some HEADERS got nobase prefix, but it was not reflected in the _SOURCES variables
  3. LMDB headers should not be installed in internal/namedb, e.g. move them from _HEADERS to _SOURCES
  4. and finally cleanup in the conditional - use only one block per libraries (always on), daemon (HAVE_DAEMON) and utilities (HAVE_UTILITIES) instead of here and there approach

Merge request reports