summaryrefslogtreecommitdiff
path: root/source3/configure
AgeCommit message (Expand)AuthorFilesLines
2002-05-17Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett1-827/+799
2002-05-17This removes --with-ssl from Samba.Andrew Bartlett1-887/+809
2002-05-16Fix for non-__va_copy systems. I had used AC_TRY_COMPILE, but even thoughJim McDonough1-1/+1
2002-05-16Add configure support for __va_copy, which is required on Linux/390 systemsJim McDonough1-264/+299
2002-05-16merge from SAMBA_2_2Gerald Carter1-1/+1
2002-05-15more solaris compile fixes (for smbwrapper)Gerald Carter1-780/+779
2002-05-11Fix for *BSD linking of VFS modules from "Scot W. Hetzel" <hetzels@westbend.net>Jeremy Allison1-316/+317
2002-05-11Fix to include -Ipopt in getpass test.Jeremy Allison1-8/+89
2002-05-09Merged in printing fixes... There were many missing !Jeremy Allison1-9/+9
2002-05-09merge from SAMBA_2_2Gerald Carter1-4/+4
2002-05-09pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...Gerald Carter1-801/+986
2002-04-24patch from Alexander Bokovoy needed for dlopen on bsd systemsAndrew Tridgell1-613/+671
2002-04-16reran configure after adding a test for strnlen()Andrew Tridgell1-1/+1
2002-04-11added strndup() for systems that don't have itAndrew Tridgell1-670/+673
2002-04-11Ensure VFS modules will build correctly by adding defines for CPPFLAGSJeremy Allison1-764/+848
2002-04-04Rerun autoconf.Tim Potter1-1/+1
2002-04-04Rerun autoconf.Tim Potter1-672/+676
2002-04-01not all versions of gcc support -rdynamicAndrew Tridgell1-767/+762
2002-04-01try to get the summary test working on OpenBSDAndrew Tridgell1-672/+676
2002-03-27Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison1-10/+10
2002-03-23rerun autoconfAndrew Bartlett1-312/+313
2002-03-19Sync up vfs changes from 2.2.x.Jeremy Allison1-3/+3
2002-03-01Fixed EXTRA vs EXTGRA typo. Thanks Mike :-).Jeremy Allison1-1/+1
2002-03-01Attempt to fix Solaris winbind nss build.Jeremy Allison1-21/+34
2002-02-22Rerun configureAndrew Bartlett1-310/+309
2002-02-22Get rid of the unused WL variable from the previous patch. I think these wereAndrew Bartlett1-773/+796
2002-02-22rerun autoconfAndrew Bartlett1-649/+619
2002-02-06fix for IRIX toolroot buildsHerb Lewis1-314/+315
2002-01-20This is another *BIG* change...Andrew Bartlett1-78/+55
2002-01-14rerun autoconfAndrew Bartlett1-802/+812
2002-01-10Ensure this is committed last.Jeremy Allison1-288/+370
2002-01-10Although configure.in and configure were checked in at the same timeTim Potter1-9/+9
2002-01-10Getting ready to add UNIX extensions in HEAD also.Jeremy Allison1-283/+325
2002-01-09Added tests for st_blocks in struct stat, and added a (hateful) constantJeremy Allison1-310/+369
2002-01-09Better explanation message for dmalloc.Martin Pool1-2/+2
2002-01-09With --enable-dmalloc, also use dmalloc's wrappers around routinesMartin Pool1-784/+785
2002-01-08- fixed my breakage of CPPFLAGSAndrew Tridgell1-671/+674
2002-01-07- use CFLAGS when linking shared libs (for things like -64 on irix)Andrew Tridgell1-2/+2
2002-01-07Spelling fix.Tim Potter1-664/+661
2002-01-03Oops, rerun autoconf after last change.Martin Pool1-0/+8
2002-01-01try to handle broken const in headers on cray unicosAndrew Tridgell1-752/+760
2001-12-31added a simple test to see whether building shared libraries actuallyAndrew Tridgell1-297/+322
2001-12-31cope with systems that don't have full gssapi libsAndrew Tridgell1-660/+709
2001-12-30Make Samba compile on RH 6.2 again.Andrew Bartlett1-1/+1
2001-12-30When running interactive we want to set our own process group forJeremy Allison1-2/+2
2001-12-22merge IRIX winbind support from Samba 2.2 branchHerb Lewis1-659/+656
2001-12-21updated ldap test to test for less common functionAndrew Tridgell1-78/+77
2001-12-20Add --enable-dmalloc to link against the dmalloc malloc debugger.Martin Pool1-786/+807
2001-12-19Added AC_CHECK_FUNCS(syslog vsyslog).Jeremy Allison1-437/+492
2001-12-15Added HPUX ACL code.Jeremy Allison1-50/+57