summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-13Remove some unneded variables: we always build and install some talloc libs.Michael Adam1-9/+0
2008-02-13Put talloc lib targets into variables and uses these.Michael Adam1-3/+7
2008-02-13Simplify code by moving duplicate assignment to common place.Michael Adam1-2/+1
2008-02-13Add support for linking talloc library statically or dynamically into samba.Michael Adam1-0/+42
2008-02-13Use data from lib/talloc/libtalloc.m4 instead of hard coded data.Michael Adam1-1/+9
2008-02-13Move the AC_LIBREPLACE_CC_CHECKS up before building SAMBA_CPPFLAGS.Michael Adam1-2/+2
2008-02-13Add support for building libtalloc.a and libtalloc.so.Michael Adam1-0/+47
2008-02-12w00t! SAMR server-side conversion to pidl is finished.Günther Deschner1-2/+2
2008-02-06Add configure check for LBER_LOG_PRINT_FN - to intercept ldap debug.Michael Adam1-0/+15
2008-02-06Don't use the deprecated form of AC_INIT.Michael Adam1-1/+4
2008-02-01NetBSD defines innetgr() in <netgroup.h>Volker Lendecke1-0/+1
2008-01-31Let _samr_Close() use pidl generated server code.Günther Deschner1-2/+2
2008-01-25Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner1-2/+2
2008-01-21Link smbd on AIX with -bexpfull instead of -bexpallVolker Lendecke1-1/+1
2008-01-19vfs_streams_depotVolker Lendecke1-0/+1
2008-01-19vfs_streams_xattr moduleVolker Lendecke1-1/+2
2008-01-18Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_stor...Stefan Metzmacher1-9/+0
2008-01-16Enable building of VFS modules: vfs_tsmsm, vfs_shadowcopy2 and IDMAP module i...Alexander Bokovoy1-1/+10
2008-01-15rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke1-2/+2
2008-01-15Implement vfs_ea_tdbVolker Lendecke1-1/+2
2008-01-15libwbclient: add wbclient.pc.inStefan Metzmacher1-1/+4
2008-01-10--enable-libwbclient-sharedVolker Lendecke1-1/+12
2008-01-10Enable building the notify_fam module.Michael Adam1-0/+2
2008-01-05Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij1-2/+17