configure: Add --with-modulesdir to accompany --with-libdir.
commit005255e43c177965ae1d232cd96b96849b081420
authorMichael Adam <obnox@samba.org>
Thu, 14 Aug 2008 22:36:49 +0000 (15 00:36 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 21 Aug 2008 12:14:25 +0000 (21 14:14 +0200)
treed5f973d1d180afe145b2d568a7f374f1dc1205b9
parent5389a1e5b841346ff77699929602865848ec79bb
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)
(cherry picked from commit 43a26e856aa39cd70d1428b554532ea6c3f2018c)
source/Makefile.in
source/m4/check_path.m4