build: set SONAME version of libraries from configure, not using library-versions
authorMichael Adam <obnox@samba.org>
Mon, 7 Jul 2008 15:35:08 +0000 (17:35 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 7 Jul 2008 18:34:04 +0000 (20:34 +0200)
commit576d1dc66d29d4a6265b3172052673cc4e5e869b
tree3aa2b5d0f1cc01a87865ac252dd92ba8dffea884
parentbf62ddc9e668f7798625096bc880132f4abdf775
build: set SONAME version of libraries from configure, not using library-versions

This sets the library versions (previously gotten from library-versions
file during make) already at configure time.

For library "foo", the version is stored in the LIBFOO_SOVER configure
variable.  For all libraries except libwbclient, this is done through the
call of SMB_LIBRARY().

NOTE: Currently the versions are hard-coded in the SMB_LIBRARY() calls in
configure.in, but this change makes it easier to retrieve the version from
the libraries source dir at configure time, e.g. for talloc and tdb.

Michael
(This used to be commit 3c300f9f8cffb5af32e291ec75007ab98fe96561)
source3/Makefile.in
source3/configure.in