summaryrefslogtreecommitdiffstats
path: root/source/configure.in
Commit message (Expand)AuthorAgeFilesLines
* libnetapi: fix dependency problem by linking libnetapi statically (internally)Michael Adam2008-04-121-0/+7
* configure: be more portable, use 'printf "%s"' instead of "echo -n"Michael Adam2008-04-041-1/+1
* Remove remaining old srvsvc client and server rpc code entirely.Günther Deschner2008-03-311-3/+3
* Fix libtdb some to move back towards allowing out of tree buildsGerald (Jerry) Carter2008-03-261-1/+1
* Build aio_fork by defaultVolker Lendecke2008-03-091-0/+7
* Attempt to fix the buildVolker Lendecke2008-02-291-5/+0
* configure: only build vfs_syncops if dirfd() is availableStefan Metzmacher2008-02-291-1/+6
* configure: Remove lib/repdir.c and related stuffStefan Metzmacher2008-02-291-18/+0
* Add vfs_aio_forkVolker Lendecke2008-02-291-0/+51
* Remove smbmount.Karolin Seeger2008-02-281-26/+0
* configure: put swat-part of config into m4-include file of its own.Michael Adam2008-02-261-16/+1
* Fix inotify detectionVolker Lendecke2008-02-251-1/+1
* Fix aix-build of libtalloc.so by exporting all necessary symbols.Michael Adam2008-02-241-1/+1
* Move the definition of SMB_LIBRARY to aclocal.m4.Michael Adam2008-02-211-67/+0
* configure: Abstract configuration of internal libs into an m4 macro.Michael Adam2008-02-211-125/+45
* fix typoVolker Lendecke2008-02-211-1/+1
* Remove check for secure mkstemp from configure.in.Michael Adam2008-02-211-22/+0
* Remove mmap check from configure.inMichael Adam2008-02-211-7/+0
* configure: add --enable-shared-libs to control overall internal use of shared...Michael Adam2008-02-201-3/+32
* configure: Move assemblage of samba version strings to m4 include file.Michael Adam2008-02-201-19/+1
* Remove checks for ino_t, loff_t, offset_t, and comparison_fn_t from configure...Michael Adam2008-02-201-5/+0
* Remove tests for vsnprintf snprintf asprintf vasprintf and va_copy from confi...Michael Adam2008-02-201-53/+1
* Remove the getifaddrs checks from configure.in: they are now in lib/replace.Michael Adam2008-02-201-96/+0
* configure: Use SAMBA_CONFIGURE_CPPFLAGS for AC_LIBREPLACE_BROKEN_CHECKS.Michael Adam2008-02-201-0/+5
* configure: Move path (and debug) checks to an m4 include file check_path.m4.Michael Adam2008-02-191-306/+1
* build: change selftest_prefix from ./ to ./st .Michael Adam2008-02-191-1/+1
* configure: move debug check to developer checkMichael Adam2008-02-191-9/+9
* configure: Also set debug=yes for --enable-developer and --enable-krb5developer.Michael Adam2008-02-191-0/+2
* configure: add default for developer and krb5developerMichael Adam2008-02-191-0/+2
* configure: move more developer/test related checks up before the compiler che...Michael Adam2008-02-191-46/+46
* Move the --enable-debug check up above all compiler checks.Michael Adam2008-02-191-9/+9
* configure: Introduce "debug" variable set to yes by --enable-debug.Michael Adam2008-02-191-1/+7
* configure: move AC_SUBST's of certain directories to the corresponding checks.Michael Adam2008-02-191-15/+15
* Move AC_ENABLE_SHARED and AC_DISABLE_STATIC to a more appropriate place.Michael Adam2008-02-191-3/+3
* configure.in: move definition of build dir up.Michael Adam2008-02-191-3/+3
* Yippie! LSARPC server-side migration to pidl finished.Günther Deschner2008-02-191-2/+2
* Build the generated ntsvcs server (not at all useable yet).Günther Deschner2008-02-171-2/+2
* YES! NETLOGON rpc server side migration to pidl finished.Günther Deschner2008-02-161-2/+2
* Add support for building and using shared and static libtdb library.Michael Adam2008-02-141-1/+66
* Fix a typo.Michael Adam2008-02-141-1/+1
* Try and fix the Darwin build with dynamic libs.Michael Adam2008-02-141-1/+3
* Remove --enable-libwbclient-shared , use --with-static-libs=libwbclient instead.Michael Adam2008-02-131-7/+5
* Use --with-static-libs=libtalloc instead of --with-static-libs=tallocMichael Adam2008-02-131-4/+4
* Link in libnetapi as shared or static library (same mechanism as talloc).Michael Adam2008-02-131-38/+39
* Add -L./bin to LDFLAGS when building shared libs.Michael Adam2008-02-131-1/+4
* Change hand written configure help strings to use AS_HELP_STRING().Michael Adam2008-02-131-62/+61
* Use AS_HELP_STRING instead of (deprecated) AC_HELP_STRING.Michael Adam2008-02-131-1/+1
* Fix some comment typos.Michael Adam2008-02-131-5/+5
* Remove some unneded variables: we always build and install some talloc libs.Michael Adam2008-02-131-9/+0
* Put talloc lib targets into variables and uses these.Michael Adam2008-02-131-3/+7