summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Expand)AuthorFilesLines
2008-03-21Remove remaining old srvsvc client and server rpc code entirely.Günther Deschner1-3/+3
2008-03-08Build aio_fork by defaultVolker Lendecke1-0/+7
2008-03-07Enable use of Relocations Read-Only, if supported, for enhanced security.Simo Sorce1-0/+27
2008-03-05Revert "Make sure to generate pkgconfig files for libtdb and libtalloc."Günther Deschner1-2/+0
2008-03-05Make sure to generate pkgconfig files for libtdb and libtalloc.Günther Deschner1-0/+2
2008-02-29Add "registry" Group Policy extension.Günther Deschner1-0/+2
2008-02-29Add Group Policy extension infrastructure.Günther Deschner1-0/+2
2008-02-29Attempt to fix the buildVolker Lendecke1-5/+0
2008-02-29configure: only build vfs_syncops if dirfd() is availableStefan Metzmacher1-1/+6
2008-02-29configure: Remove lib/repdir.c and related stuffStefan Metzmacher1-18/+0
2008-02-29Add vfs_aio_forkVolker Lendecke1-0/+51
2008-02-28Remove smbmount.Karolin Seeger1-26/+0
2008-02-26configure: put swat-part of config into m4-include file of its own.Michael Adam1-16/+1
2008-02-25Fix inotify detectionVolker Lendecke1-1/+1
2008-02-24Fix aix-build of libtalloc.so by exporting all necessary symbols.Michael Adam1-1/+1
2008-02-21Move the definition of SMB_LIBRARY to aclocal.m4.Michael Adam1-67/+0
2008-02-21configure: Abstract configuration of internal libs into an m4 macro.Michael Adam1-125/+45
2008-02-21fix typoVolker Lendecke1-1/+1
2008-02-21Remove check for secure mkstemp from configure.in.Michael Adam1-22/+0
2008-02-21Remove mmap check from configure.inMichael Adam1-7/+0
2008-02-20configure: add --enable-shared-libs to control overall internal use of shared...Michael Adam1-3/+32
2008-02-20configure: Move assemblage of samba version strings to m4 include file.Michael Adam1-19/+1
2008-02-20Remove checks for ino_t, loff_t, offset_t, and comparison_fn_t from configure...Michael Adam1-5/+0
2008-02-20Remove tests for vsnprintf snprintf asprintf vasprintf and va_copy from confi...Michael Adam1-53/+1
2008-02-20Remove the getifaddrs checks from configure.in: they are now in lib/replace.Michael Adam1-96/+0
2008-02-20configure: Use SAMBA_CONFIGURE_CPPFLAGS for AC_LIBREPLACE_BROKEN_CHECKS.Michael Adam1-0/+5
2008-02-19configure: Move path (and debug) checks to an m4 include file check_path.m4.Michael Adam1-306/+1
2008-02-19build: change selftest_prefix from ./ to ./st .Michael Adam1-1/+1
2008-02-19configure: move debug check to developer checkMichael Adam1-9/+9
2008-02-19configure: Also set debug=yes for --enable-developer and --enable-krb5developer.Michael Adam1-0/+2
2008-02-19configure: add default for developer and krb5developerMichael Adam1-0/+2
2008-02-19configure: move more developer/test related checks up before the compiler che...Michael Adam1-46/+46
2008-02-19Move the --enable-debug check up above all compiler checks.Michael Adam1-9/+9
2008-02-19configure: Introduce "debug" variable set to yes by --enable-debug.Michael Adam1-1/+7
2008-02-19configure: move AC_SUBST's of certain directories to the corresponding checks.Michael Adam1-15/+15
2008-02-19Move AC_ENABLE_SHARED and AC_DISABLE_STATIC to a more appropriate place.Michael Adam1-3/+3
2008-02-19configure.in: move definition of build dir up.Michael Adam1-3/+3
2008-02-19Yippie! LSARPC server-side migration to pidl finished.Günther Deschner1-2/+2
2008-02-17Build the generated ntsvcs server (not at all useable yet).Günther Deschner1-2/+2
2008-02-16YES! NETLOGON rpc server side migration to pidl finished.Günther Deschner1-2/+2
2008-02-14Add support for building and using shared and static libtdb library.Michael Adam1-1/+66
2008-02-14Fix a typo.Michael Adam1-1/+1
2008-02-14Try and fix the Darwin build with dynamic libs.Michael Adam1-1/+3
2008-02-13Remove --enable-libwbclient-shared , use --with-static-libs=libwbclient instead.Michael Adam1-7/+5
2008-02-13Use --with-static-libs=libtalloc instead of --with-static-libs=tallocMichael Adam1-4/+4
2008-02-13Link in libnetapi as shared or static library (same mechanism as talloc).Michael Adam1-38/+39
2008-02-13Add -L./bin to LDFLAGS when building shared libs.Michael Adam1-1/+4
2008-02-13Change hand written configure help strings to use AS_HELP_STRING().Michael Adam1-62/+61
2008-02-13Use AS_HELP_STRING instead of (deprecated) AC_HELP_STRING.Michael Adam1-1/+1
2008-02-13Fix some comment typos.Michael Adam1-5/+5