summaryrefslogtreecommitdiffstats
path: root/source/configure.in
Commit message (Expand)AuthorAgeFilesLines
* merge 390 kernel workaround from SAMBA_2_2.Jim McDonough2002-06-051-1/+1
* merge from 2.2Gerald Carter2002-05-291-0/+3
* Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett2002-05-171-18/+0
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-171-68/+0
* Fix for non-__va_copy systems. I had used AC_TRY_COMPILE, but even thoughJim McDonough2002-05-161-1/+1
* Add configure support for __va_copy, which is required on Linux/390 systemsJim McDonough2002-05-161-0/+8
* merge from SAMBA_2_2Gerald Carter2002-05-161-1/+1
* more solaris compile fixes (for smbwrapper)Gerald Carter2002-05-151-1/+0
* Fix for *BSD linking of VFS modules from "Scot W. Hetzel" <hetzels@westbend.net>Jeremy Allison2002-05-111-0/+1
* Fix to include -Ipopt in getpass test.Jeremy Allison2002-05-111-1/+1
* Fix for Solaris nscd issue pointed out by Mike GerdtsTim Potter2002-05-101-0/+27
* merge from SAMBA_2_2Gerald Carter2002-05-091-3/+3
* pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...Gerald Carter2002-05-091-2/+146
* patch from Alexander Bokovoy needed for dlopen on bsd systemsAndrew Tridgell2002-04-241-4/+8
* fixed the handling of STR_TERMINATEAndrew Tridgell2002-04-161-1/+1
* added strndup() for systems that don't have itAndrew Tridgell2002-04-111-1/+1
* Ensure VFS modules will build correctly by adding defines for CPPFLAGSJeremy Allison2002-04-111-3/+24
* Use m4-mode when editinging configure.in under emacs.Tim Potter2002-04-041-1/+2
* Add -D__INSURE__ to the CPPFLAGS if CC=insure.Tim Potter2002-04-041-0/+7
* not all versions of gcc support -rdynamicAndrew Tridgell2002-04-011-5/+0
* try to get the summary test working on OpenBSDAndrew Tridgell2002-04-011-3/+4
* Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison2002-03-271-1/+1
* Various winbind updates:Andrew Bartlett2002-03-231-3/+4
* Sync up vfs changes from 2.2.x.Jeremy Allison2002-03-191-1/+1
* Fixed typo for winbind on solaris and hpux.Tim Potter2002-03-031-2/+2
* Fixed EXTRA vs EXTGRA typo. Thanks Mike :-).Jeremy Allison2002-03-011-1/+1
* Attempt to fix Solaris winbind nss build.Jeremy Allison2002-03-011-6/+17
* We can't build shared libs on sco, so no point attempting to export dynamicAndrew Bartlett2002-02-221-1/+0
* Get rid of the unused WL variable from the previous patch. I think these wereAndrew Bartlett2002-02-221-20/+17
* Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>.Andrew Bartlett2002-02-221-4/+29
* Try to catch the compilers that don't handle immidiate structures as well as weAndrew Bartlett2002-02-221-2/+13
* fixed the gssapi lib configure test to not do the test twiceAndrew Tridgell2002-02-201-4/+2
* fix for IRIX toolroot buildsHerb Lewis2002-02-061-1/+2
* This is another *BIG* change...Andrew Bartlett2002-01-201-19/+0
* I like --enable-developer, but I find it rather usless when all it gets me is aAndrew Bartlett2002-01-141-1/+5
* We need to test for major/minor macros.Jeremy Allison2002-01-101-0/+24
* Getting ready to add UNIX extensions in HEAD also.Jeremy Allison2002-01-101-1/+14
* Added tests for st_blocks in struct stat, and added a (hateful) constantJeremy Allison2002-01-091-1/+16
* Better explanation message for dmalloc.Martin Pool2002-01-091-2/+2
* With --enable-dmalloc, also use dmalloc's wrappers around routinesMartin Pool2002-01-091-0/+2
* - fixed my breakage of CPPFLAGSAndrew Tridgell2002-01-081-11/+11
* - use CFLAGS when linking shared libs (for things like -64 on irix)Andrew Tridgell2002-01-071-2/+2
* Spelling fix.Tim Potter2002-01-071-1/+1
* Add instructions on using dmalloc.Martin Pool2002-01-031-0/+8
* try to handle broken const in headers on cray unicosAndrew Tridgell2002-01-011-0/+8
* added a simple test to see whether building shared libraries actuallyAndrew Tridgell2001-12-311-0/+18
* cope with systems that don't have full gssapi libsAndrew Tridgell2001-12-311-1/+5
* Make Samba compile on RH 6.2 again.Andrew Bartlett2001-12-301-1/+1
* When running interactive we want to set our own process group forJeremy Allison2001-12-301-1/+1
* merge IRIX winbind support from Samba 2.2 branchHerb Lewis2001-12-221-1/+1