summaryrefslogtreecommitdiff
path: root/source3/aclocal.m4
AgeCommit message (Collapse)AuthorFilesLines
2003-11-06A fix to allow configure to find iconv on a number of systems including thoseRichard Sharpe1-19/+14
that don't have such support in glibc. (This used to be commit de6d5f1d1025bec8991944060df50eb2602f7221)
2003-10-24Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.inRichard Sharpe1-2/+2
and lib/snprintf. Check for va_copy first, and then look for __va_copy. (This used to be commit 8b592740b6294555c461d7eee003e2bd5f4352a4)
2003-10-09We need to make sure that the files that contain the static_init_$subsystem;Jelmer Vernooij1-1/+1
macro get recompiled after configure has ran. This was done by touching the source file. This patch changes it to removing the object file, so that you don't need write-access to the source directory. (This used to be commit 1a95f5c9a9ad10046c481b7d3ad4e15a77e23144)
2003-09-28Change AC_CHECK_LIB_EXT to prepend libraries instead of append. ThisTim Potter1-1/+1
is the same way AC_CHECK_LIB works. Fix for bug 508. This may have to go a few rounds on the build farm to ensure it works everywhere. (This used to be commit afe8c708f1a7f0c0eb5b7f28b5af193c75ec2178)
2003-08-21Keep list of ignored and shared modulesJelmer Vernooij1-0/+2
(This used to be commit d0f394dac344edbb732eecdba5fbab1523acf2b3)
2003-08-15Fix charset detection code in configure.Alexander Bokovoy1-7/+4
Now we are: 1. Try to find correct name for default character sets for the platform 2. Use DEFAULT_{DOS|DISPLAY|UNIX}_CHARSET defines set during configure phase as defaults This should fix CP850 problem on Solaris (at least) because it actually has IBM850 which is the same but under different name (This used to be commit 836b9fffa0eadc818019ba36ed764e97d4f9a801)
2003-08-15Remove nasty hack in modules system. We don't recompile files anymoreJelmer Vernooij1-0/+1
after the Makefile changes. (This used to be commit 104f62272d75e9d89ab330b620011b337eb2a435)
2003-08-13This is an intermediate commit ... we check for three different charsetsRichard Sharpe1-0/+19
in an iconv_open to be more robust. However, what we really want to do is find the name for something like CP850, which can be IBM850 on Solaris, and we might want to also check for ISO-8859-1. So, this commit adds a macro to aclocal.m4 that can check for a specific charset. (This used to be commit 81dc28ca82b94d1bc42f96273f6cefac6ca1848c)
2003-08-11Improve MySQL library detection, add support for MySQL 4Jelmer Vernooij1-131/+7
(This used to be commit 90cbc4361e86d591e38c80092612edaa3875ea67)
2003-07-21Metze's AD/LDAP detection patches mainly to do with library detection.Tim Potter1-0/+107
Tested on a large combination of operating systems and versions. Hopefully the build farm will find any remaining nasties if they exist. (This used to be commit 2e42fa3d7217615d90ad64261513bd1e8a65f535)
2003-07-10Fix a small problem I seem to have introduced into aclocal.m4Richard Sharpe1-1/+0
(This used to be commit b6bb70ea1e2eefbb538290a987390728f002ceac)
2003-07-09Fix a small spelling mistake and push out the new version of aclocal.m4 toRichard Sharpe1-30/+59
properly handle iconv on FreeBSD ... It works on Linux and FreeBSD ... (This used to be commit 9302401f543bd3684657b38f046dc52a5a732035)
2003-06-26Remove the MODULES_CLEAN variable. It's no longer necessary sinceJelmer Vernooij1-1/+0
object files for modules are in .po files, while object files for static use are in .o files. Pointed out by metze. This reduces the number of files that have to be recompiled after the Makefile changes. Preventing unnecessary recompiling of the other few is high on my todo list. (This used to be commit b9b46d43c7c39d6738c254c4a148bdb93cae02e3)
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-0/+26
1. Allows to change quota settings for shared mount points from Win2K and WinXP from Explorer properties tab 2. Disabled by default and when requested, will be probed and enabled only on Linux where it works 3. Was tested for approx. two weeks now on Linux by two independent QA teams, have not found any bugs so far Documentation to follow (This used to be commit 4bf022ce9e45be85609426762ba2644ac2031326)
2003-04-15Add selection of the modules to configure (merge from HEAD)Jelmer Vernooij1-0/+37
(This used to be commit 3e283989ffc41d55f75f9dacbedca0cf920208fb)
2003-02-24Merge crypt(), ACL lib and shared lib changes from HEAD.Andrew Bartlett1-0/+156
(This used to be commit e380224d8cd265b9845ad80af2b053a56078e790)
2003-02-15Merge from head CFLAGS/CPPFLAGS and LIBS/LDFLAGS sanitizingAlexander Bokovoy1-0/+23
(This used to be commit bf1c82a48f89d25af767d73cb9c25f78bd868d30)
2002-11-09Sync with HEADJelmer Vernooij1-0/+359
(This used to be commit 1a25dc776ddc36de9a214e023becff1ceb10290c)
2002-10-28Sync with HEADJelmer Vernooij1-2/+2
(This used to be commit 906f25d1fb7ed4c85f89d8594f15383b450bd56f)
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-828/+1
(This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
2001-09-24Added SWAT i18n feature:Motonobu Takahashi1-0/+407
TO enable configure with --with-i18n-swat to support this gettext is integrated and a new directories name "po" and "intl" are created. now these languages are supported: en - English (default) ja - Japanese po - Polish tr - Turkish To add your language, to create ${your_language}.po by translating source/po/en.po into your language is needed. some of html and image files of various language version are not included yet, though message catalogue files are installed. you need to copy files manually under ${swatdir}/lang/$ln/{help,images,included,using_samba} And also added a option to intall manual pages: of various lang version To enable configure with --with-manlangs but manual pages themself are not included yet. (This used to be commit 486b79a6fc4ba20a751aab544bd0f7ccff2b3d19)
2001-05-30- added AC_HAVE_DECL() macro to aclocal.m4, so we can easily addAndrew Tridgell1-0/+14
tests for a fn or variable being defined in headers - used this to add prototypes for asprintf and vasprintf on systems that don't have them (This used to be commit ab2465239414853a14529f88a25f13c392aa2d3f)
2000-06-10continued the split of the kernel level oplocks code into a moreAndrew Tridgell1-13/+0
modular form. In this pass I added oplock_irix.c and added a "struct kernel_oplocks" that describes a kernel oplock implementation. I also removed the maintainence mode from the Makefile. It was causing too much trouble. If someone really likes it they can keep a patch around to enable it themselves. (This used to be commit fbeb9804344ab3aa1dd6635a5524aa09065e04f5)
2000-03-31fixes for broken IRIX header file merged from 2.0 branchHerb Lewis1-0/+8
(This used to be commit 351b25727e69864f06f363c1fce1ab04f3f2ca77)
2000-03-31IRIX include fixes.Jeremy Allison1-0/+9
Jeremy. (This used to be commit 3a39acd3535647b0f28f51eea29573d5cb1eb9be)
2000-03-13Adding libtool support to HEAD branch. We're going to need this forTim Potter1-0/+432
various things yet to be merged from TNG. The smbwrapper stuff should probably be ported across too. (This used to be commit b183c24220154b33fbb1c1712d1ef819ef4e1290)
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-0/+12
aclocal.m4: Added AC_LIBTESTFUNC. configure.in: Fixed -lsecurity -lsec problems. client.c: dos_ fixes. groupdb/aliasunix.c: Dead code removal. include/includes.h: Added default PRINTCAP_NAME. lib/genrand.c: dos_ fixes. lib/replace.c: Added strtoul. lib/system.c: dos_ fixes. lib/util.c: dos_ fixes. lib/util_sid.c: Signed/unsigned fixes. lib/util_str.c: removed bad const. locking/locking_slow.c: dos_ fixes. printing/printing.c: dos_ fixes. rpc_server/srv_samr.c: Dead code removal. rpc_server/srv_sid.c: global_myworkgroup defined with wrong size AGAIN ! smbd/dir.c: dos_ fixes. smbd/open.c: dos_ fixes. smbd/oplock.c: dos_ fixes. smbd/reply.c smbd/server.c smbd/service.c smbd/uid.c: dos_ fixes. Jeremy. (This used to be commit 6acb4b68f68d516e2ac3c47e500f5600d653435e)
1998-10-08auto-detect the right flag for the compiler to produce PIC codeAndrew Tridgell1-0/+13
(This used to be commit 5d92e003978f02e53c0886508ccefc8c24ec1bbf)
1998-10-07more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1-0/+14
includes.h in wrapped.c, thus making porting much simpler (This used to be commit 6f2239c935fdecfefa89227c113df01e3957691a)
1998-09-24check whether system type is the same as stored in the cache (fullAlexandre Oliva1-0/+36
stand-alone macro, candidate for inclusion in the next release of autoconf) create configure flag --enable-maintainer-mode, that enables automatic rebuilding of configure from configure.in and aclocal.m4, and of config.h.in based on acconfig.h. This assumes autoconf and autoheader are available. Maintainer mode also introduces automatic dependency tracking of include files, but it depends on features provided by gcc and GNU make, so you must not enable maintainer mode if you are not using any of these (This used to be commit 64cba1cc8e689bcde2dc124c511da086c33fa4a8)