summaryrefslogtreecommitdiff
path: root/source3/m4
AgeCommit message (Collapse)AuthorFilesLines
2008-06-23init_shared_module -> init_samba_moduleVolker Lendecke1-1/+1
(This used to be commit 9b174871a87677f7dfbd897a80e526f203906bea)
2008-06-21Use "init_shared_module" instead of "init_module" for initializing .so'sVolker Lendecke1-1/+1
(This used to be commit 0c2fd687b25e32d446ef799927db6933bc61223d)
2008-03-31build: fix configure option --with-static-libs=libXYZMichael Adam1-1/+1
This should not prevent building but linking of shared lib for subsystem XYZ (example --with-static-libs=libtdb). m4 quotation is tricky... Michael (This used to be commit 4d0a5d5c93ddab444a0097e1c56e4363574cb2b6)
2008-03-07configure: fix quotation in SMB_LIBRARY for help output.Michael Adam1-2/+2
Michael (This used to be commit 96f85a48beb7da9c373fc030474020d05c55a18d)
2008-02-26configure: put swat-part of config into m4-include file of its own.Michael Adam1-0/+27
Michael (This used to be commit 622667c0790c0092bfceced8dc6fb05e781ac5e7)
2008-02-21Move the definition of SMB_LIBRARY to aclocal.m4.Michael Adam1-0/+67
Michael (This used to be commit 4724b13ed8dce4721f95979803ba32f815ceaf1a)
2008-02-20configure: Move assemblage of samba version strings to m4 include file.Michael Adam1-0/+29
Michael (This used to be commit 8b220717e8dd62455716d4aaf6728087d04fb71b)
2008-02-19configure: Move path (and debug) checks to an m4 include file check_path.m4.Michael Adam1-0/+316
This is inspired by metze's check_path.m4 of Samba4. Michael (This used to be commit d1db2b78c9dacddc0e24304624a6a0d0a817f774)
2008-02-19Remove unused m4 macro files.Michael Adam7-422/+0
These files were added in aa14900f8291a017aa7fab2bbb9a6c79b12889b2 (automatic dependency tracking) in SAMBA_3_2, which was removed from configure.in in the git glue commit 5c6c8e1fe93f340005110a7833946191659d88ab. But apparently, the files were not removed by accident. Michael (This used to be commit aeb3673b3686f463e6c7811d61c01d8d6aec0eb3)
2007-10-10r23094: Update the iconv detection to handle cross-compiles better. If we areJames Peach1-16/+0
cross-compiling, we accept the first iconv library that we find (with a warning). (This used to be commit 9417832155d634864f37d0fdb173ec607c154069)
2007-10-10r22441: Add automatic dependency tracking. The dependency generation isJames Peach8-0/+1218
toolchain independent, but since there's no portable method for doing makefile includes, we can actually use the dependencies with GNU make. It's easy to add this for other makes, but I don't have any to test. This also moves as much m4 as possible into the m4 directory where no-one has to look at it. AFAICT, there's no way to hide depcomp in there too, which is unfortunate. (This used to be commit aa14900f8291a017aa7fab2bbb9a6c79b12889b2)