Michael Osipov <michael.osipov@siemens.com>


Found Patch
r1761334 r1762338

r1761334 | brane | 2016-09-18 15:35:25 +0000 (Sun, 18 Sep 2016)

Fix SVN-4653: SVN_LOCALE_DIR incorrectly interpolated when prefix is not set explicitly.

* configure.ac: When calculating SVN_LOCALE_DIR, adjust the test for
   the default value to account for the new ${dataroot} variable
   that was introduced by autoconf 2.60.

Found by: Michael Osipov


r1762338 | kotkov | 2016-09-26 13:59:27 +0000 (Mon, 26 Sep 2016)

Fix SVN-4655: configure: add zlib discovery through pkg-config

Rework zlib.m4 in a way that is first searches zlib_prefix, if
given, else search with pkg-config and ultimately in default
locations traversed by the preprocessor and linker.

* build/ac-macros/zlib.m4:
  Add a SVN_ZLIB_PKG_CONFIG function inspired by serf.m4 and
  traverse search by prefix, pkg-config and default locations

Patch by: Michael Osipov <michael.osipov{_AT_}siemens.com>