summaryrefslogtreecommitdiff
path: root/source3/configure
AgeCommit message (Expand)AuthorFilesLines
2002-09-09Python's setup.py does not need to be munged by configure.in -- it isMartin Pool1-2/+2
2002-09-09Add --with-python=PYTHONNAME configure option, so that the librariesMartin Pool1-809/+828
2002-09-09Merge tpot's Python patch. ./configure now writes to the PythonMartin Pool1-696/+699
2002-09-08forgot to commit configure with configure.inSimo Sorce1-2/+2
2002-09-06Make it possible to actually build these modules - process the Makefile.in atAndrew Bartlett1-2/+2
2002-09-06Detect and use syslog.h or sys/syslog.h corretly. Fixes lack of prototype forAndrew Bartlett1-725/+762
2002-08-28Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij1-815/+844
2002-08-27avoid using libtool for VFS modulesSimo Sorce1-2/+5
2002-08-25Steve Langasek <vorlon@netexpress.net> has again attempted to simplify Samba'sAndrew Bartlett1-806/+808
2002-08-23Test for non-POSIX st_blksize field.Jeremy Allison1-118/+154
2002-08-18A new utility to test VFS system and modulesSimo Sorce1-2/+2
2002-08-08Samba dependency hell claim's another victim...Andrew Bartlett1-816/+813
2002-08-07Patch from Steve Langasek <vorlon@netexpress.net> to split up our -lAndrew Bartlett1-825/+825
2002-07-30OK!Simo Sorce1-2/+2
2002-07-30Reran configure.Tim Potter1-691/+694
2002-07-27as per user request added windbind start/stop/restart in swatSimo Sorce1-693/+694
2002-07-24reran configureAndrew Tridgell1-1/+1
2002-07-23reran configureAndrew Tridgell1-742/+693
2002-07-03Kill off codepage related stuff, now we don't use codepages any more.Andrew Bartlett1-841/+816
2002-06-26Re-enable kernel change notification on s390 as it has been fixed in theJim McDonough1-1/+1
2002-06-26more merges from SAMBA_2_2Gerald Carter1-805/+807
2002-06-25merge of SONAMEFLAG stuff from SAMBA_2_2. If I stepped on somethingGerald Carter1-806/+855
2002-06-24merging some autoconf changes from SAMBA_2_2Gerald Carter1-998/+949
2002-06-16Two things: Check how many paramaters that the LDAP libs take for theAndrew Bartlett1-85/+177
2002-06-05merge 390 kernel workaround from SAMBA_2_2.Jim McDonough1-1/+1
2002-05-29merge from 2.2Gerald Carter1-326/+329
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