summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-05selftest: Use platform-specific equivalents of LD_LIBRARY_PATH for Samba4's s...Jelmer Vernooij1-0/+2
2008-01-03Use -g instead of -gstabs as many have reported gdb problems with -gstabs.Günther Deschner1-1/+1
2008-01-03Fix configure output for libnetapi.Günther Deschner1-1/+1
2007-12-25Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storageVolker Lendecke1-0/+9
2007-12-25AIX iface test needs rep_vasprintfVolker Lendecke1-0/+1
2007-12-25ifreq needs more from lib/replaceVolker Lendecke1-0/+2
2007-12-25Next try to fix get_interfaces detectionVolker Lendecke1-0/+3
2007-12-25Revert "Attempt to fix the ifreq detection"Volker Lendecke1-2/+0
2007-12-25Attempt to fix the ifreq detectionVolker Lendecke1-0/+2
2007-12-21Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-0/+1
2007-12-21Generate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}.Günther Deschner1-0/+1
2007-12-21Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter1-1/+21
2007-12-21Add getdc.c, a libnetapi example (incl. Makefile).Günther Deschner1-1/+4
2007-12-21Build libnetapi shared and static if possible.Günther Deschner1-0/+49
2007-12-17Add smbclient support for basic mDNS browsing.Rishi Srivatsavai1-0/+1
2007-12-15Added patch originally by Andreas Schneider <anschneider@suse.de>Jeremy Allison1-0/+24
2007-12-13Fix codepagedir to follow predefined libdir when using FHS. Fixes x86_64 build.Alexander Bokovoy1-2/+2
2007-12-12Fix typo.James Peach1-1/+1