configure: Add --with-modulesdir to accompany --with-libdir.
commit43a26e856aa39cd70d1428b554532ea6c3f2018c
authorMichael Adam <obnox@samba.org>
Thu, 14 Aug 2008 22:36:49 +0000 (15 00:36 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 20 Aug 2008 20:50:45 +0000 (20 22:50 +0200)
tree7a911700c1d4718d51a85bafb28ede242710bbce
parentcf89392a74e84fdd9bfbeb6e9c0bbf2ce298f115
configure: Add --with-modulesdir to accompany --with-libdir.

This starts the seplitting of libdir in to libdir and modulesdir.
Our shared libs should go into libdir, the internal shared modules,
codepages, and other stuff that was originally in libdir, should
go into modulesdir.

The idea behind this is, that in a typical installation,
the shared (and static) libraries (as libtalloc, libsmbclient,
libwbclient and others) should be put into /usr/lib, while
the e.g. the vfs modules should reside in /usr/lib/samba.

This is meant to ease the work of packagers and reduce
the needs for manual interaction and workarounds.

Michael
(cherry picked from commit b17d1ff646e22c3e979224d119b283fc3af780a8)
source/Makefile.in
source/m4/check_path.m4