configure: Add --with-modulesdir to accompany --with-libdir.
authorMichael Adam <obnox@samba.org>
Thu, 14 Aug 2008 22:36:49 +0000 (00:36 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 15 Aug 2008 21:19:56 +0000 (23:19 +0200)
commitb17d1ff646e22c3e979224d119b283fc3af780a8
tree393a5448e88ffaab0a2c3ade99371103959729b3
parent85a781fa0248fcd0cefcc4de25b3dea3e37d5844
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
source/Makefile.in
source/m4/check_path.m4