summaryrefslogtreecommitdiffstats
path: root/source4/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* clean up lib64 linking paths the same way as libBjörn Jacke2009-03-171-2/+8
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-1/+1
|
* Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2008-09-161-1/+1
|
* r19091: merge from samba3:Stefan Metzmacher2007-10-101-4/+23
| | | | | | | remove some -Wl,-rpath combinations with /usr/lib metze (This used to be commit 66c6aab37ea24ae3f867b34f3b8039921fa2f718)
* r18485: include libreplace.m4 in the aclocal.m4 filesStefan Metzmacher2007-10-101-1/+1
| | | | | | | and use the macros in configure.ac metze (This used to be commit 95d33e4d71b4c97af8413bcd136f393aa3e380dd)
* r18152: move our AC macros into lib/replace/libreplace_macros.m4Stefan Metzmacher2007-10-101-177/+2
| | | | | | | and include them from there metze (This used to be commit 38f9e90a120b4e62f005a1bac89139ee87f63071)
* r18097: use m4_include(), so we notice that build/m4/core.m4 was goneStefan Metzmacher2007-10-101-5/+4
| | | | | | | a while ago metze (This used to be commit 2a1cde835fcba9e941b5d5d5326fc4612e1b36e1)
* r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests.Jelmer Vernooij2007-10-101-13/+0
| | | | (This used to be commit d72c5c8f755277eb22e1f6834d98202f00c09934)
* r15568: Simplify detection of iconv libraries a fair bit and fix it toJelmer Vernooij2007-10-101-92/+0
| | | | | | | | | work on FreeBSD. Based very loosely on a patch by Timur Bakevey Fixes #3688 (This used to be commit ea7b28572b453da8eced565a49e4c10e7ebd2e28)
* r10071: Configure checks for IRIX build environment. Test whether we canJames Peach2007-10-101-0/+2
| | | | | | use the MIPSPro 7.4 -c99 option to get C99 support. Try to find a common perl that is more modern than /usr/bin/perl. (This used to be commit 82fab8b747bf68d8548c6f0f2f4bff98bd428d22)
* r9506: as the included file only contains a macro and no logic for configure ↵Stefan Metzmacher2007-10-101-0/+1
| | | | | | | | | move the include to aclocal.m4 metze (This used to be commit 1b777217ba2e7ee7bf4932fe5bea18a306207d0f)
* r9060: prepend not overwrite the libsStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 3b3e2029c36f4f139c3ed978e0820f3852eb1a92)
* r9030: add a AC_SEARCH_FUNCS_EXT() which takes an extra argument that get ↵Stefan Metzmacher2007-10-101-2/+27
| | | | | | | | | the output libs to not pollute the global $LIBS variable metze (This used to be commit 80bdc68ec188728b80eedf0fde9f22f06349f9b6)
* r7274: Move m4 files to seperate dirJelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 0dda66f0e8e6ad37d731937af184a132bf3407b1)
* r6485: Move LDAP detection M4 file and use it for the standalone ldb buildJelmer Vernooij2007-10-101-271/+0
| | | | | | | | Remove a couple of unused M4 macros. The standalone LDB build will not work until I've figured out what AC_CHECK_LIB_EXT() does exactly (it's Samba-specific) (This used to be commit cc20d6bb7f06e077ebe4c366e545e187a0c79472)
* r968: use sinlcude() and no function, that's more portable betweenStefan Metzmacher2007-10-101-7/+1
| | | | | | | autoconf versions metze (This used to be commit 9fa83ca022f2ca2e9e5d3d738beefcf9f90cfcff)
* r967: move some configure checks to seperate filesStefan Metzmacher2007-10-101-65/+7
| | | | | metze (This used to be commit 2d109074e8be712a6eb0cfc76439176e3dcdee3a)
* r686: - Add SMB_EXT_LIB_FROM_PKGCONFIG()Jelmer Vernooij2007-10-101-56/+0
| | | | | - Build gregedit and registry_gconf again if the required libs are found (gconf and gtk) (This used to be commit a63b704c36f2f5b52e932b6b2c99e7d664c9bdc7)
* r665: merge over the new build system from my tmp branchStefan Metzmacher2007-10-101-89/+3
| | | | | | | | | to the main SAMBA_4_0 tree. NOTE: that it's not completely ready, but it's functional:-) metze (This used to be commit c78a2ddb28ec50d6570a83b1f66f18a5c3621731)
* r202: Fix aclocal.m4 to only use $BLDSHARED to select whether to build ↵Paul Green2007-10-101-3/+3
| | | | | | static or shared libraries. (This used to be commit a4ce81cb0680af431ef855f15693c0377cf284e0)
* r20: Add the registry library. Still needs a lot of work,Jelmer Vernooij2007-10-101-0/+56
| | | | | see source/lib/registry/TODO for details. (This used to be commit 7cab3a00d7b4b1d95a3bfa6b28f318b4aaa5d493)
* - remove unused 'evel ...' calls, we don't need them inside ofStefan Metzmacher2004-02-091-8/+8
| | | | | | | | | | | AC_XXX() macros - handle --with-shared-modules=process_model --with-static-modules=process_model_single right. ( build 'single' static and the rest of the process_model modules shared, if they're not declared as NOT. metze (This used to be commit a57734877dd58ab3159435a145b307bd546a9e99)
* - we now specify the object files in the subsystems config.m4 fileStefan Metzmacher2004-02-021-4/+28
| | | | | | | | | | | | | I plan to convert all objectfile group to use SMB_SUBSYSTEM later I'll add a SMB_BINARY() and SMB_LIBRARY(), then there will be no more need to touch Makefile.in, because all make rules will be autogenerated by configure - convert the PROCESS_MODEL subsystem to this new scheme and move the pthread test to smbd/process_model.m4 - convert the CHARSET subsystem to this new scheme and move the iconv test to lib/iconv.m4 (This used to be commit 2e57ee884ebea194ee79ac20e84e385481b56aa2)
* Makefile.in cleanups:Stefan Metzmacher2004-02-011-13/+17
| | | | | | | | | | | | | | | | lib/util_smbd.c is not used anymore reorder the SMB_MODULE() parameters the goal is to autogenerate the make rules for shared modules: dnl SMB_MODULE(1:name,2:subsystem,3:default_build, 4:object_files,5:shared_object,6:libs 7:whatif-static,8:whatif-shared,9:whatif-not) and generate <SUBSYSTEM>_LIBS and MODULE_<name>_LIBS with the SMB_MODULE() macro metze (This used to be commit 904ce91ed9e3b26d591278984ae32fa99bac01fd)
* merge:Stefan Metzmacher2004-02-011-0/+107
| | | | | | | | ldap and krb5 configure tests libads/*.c and libcli/raw/clikrb5.c from 3.0 metze (This used to be commit 64b5bfcd73d7626d6f687a641b11e64821144df7)
* - remove all STFS related stuffStefan Metzmacher2004-01-281-10/+31
| | | | | | | | | | | | | | | | | | | | | (which were already removed in revision 1.37 and readded by mistake in revision 1.39) - change the SMB_MODULE() macro a bit Now we have: dnl Specify the default build method of this module dnl SMB_MODULE_DEFAULT(name,default_build) AC_DEFUN(SMB_MODULE_DEFAULT,... dnl Mark specified module as shared dnl SMB_MODULE(name,default_build,static_files,shared_files,subsystem,whatif-static,whatif-shared,whatif-not) this let us specify the default build method inside of the included config.m4 files metze (This used to be commit 92a3eb83d4bb07a7f1f87232e26831d05ab42915)
* Update MySQL configuration scripts, add module macrosJelmer Vernooij2003-09-291-131/+46
| | | | (This used to be commit 42dbb8e2eb11f14b07f17337ed256f4a3a2caad6)
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+643
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)