Age | Commit message (Expand) | Author | Files | Lines |
2008-10-14 | Fix merged build . | Jelmer Vernooij | 1 | -1/+0 |
2008-10-14 | Move make check out of cache call to avoid weird formatting. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-14 | Make check_*.m4 m4 library files just contain functions that can be | Jelmer Vernooij | 5 | -24/+266 |
2008-10-14 | Move checks for perl inside function. | Jelmer Vernooij | 1 | -5/+12 |
2008-10-14 | Move checks for make inside function. | Jelmer Vernooij | 1 | -2/+14 |
2008-10-14 | Fix path check. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-30 | Fix FHS flag, rename to --enable-fhs since it's a feature flag | Jelmer Vernooij | 1 | -7/+12 |
2008-09-18 | Prevent prefix=/usr being used without --with-fhs. | Matthias Dieter Wallnoefer | 1 | -0/+5 |
2008-09-03 | Fix embedding of Samba 4. | Jelmer Vernooij | 1 | -3/+9 |
2008-08-16 | configure: use AS_HELP_STRING for --with-disable-ext-lib | Michael Adam | 1 | -1/+1 |
2008-08-16 | configure: use AS_HELP_STRING for --enable-developer | Michael Adam | 1 | -1/+1 |
2008-08-16 | configure: use AS_HELP_STRING for --enable-debug. | Michael Adam | 1 | -1/+1 |
2008-08-16 | configure: use AS_HELP_STRING for --with-selftest-prefix. | Michael Adam | 1 | -1/+1 |
2008-08-16 | configure: use AS_HELP_STRING for --with-logfilebase. | Michael Adam | 1 | -1/+1 |
2008-08-16 | configure: use AS_HELP_STRING for --with-piddir | Michael Adam | 1 | -1/+1 |
2008-08-16 | configure: use AS_HELP_STRING for --with-lockdir. | Michael Adam | 1 | -1/+1 |
2008-08-16 | configure: use AS_HELP_STRING for --ntp-signd-socket-dir. | Michael Adam | 1 | -1/+1 |
2008-08-16 | configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir. | Michael Adam | 1 | -1/+1 |
2008-08-16 | configure: use AS_HELP_STRING for --with-winbindd-socket-dir . | Michael Adam | 1 | -1/+1 |
2008-08-16 | configure: use AS_HELP_STRING for --with-privatedir | Michael Adam | 1 | -1/+1 |
2008-08-16 | configure: format help string for --with-fhs with AS_HELP_STRING(). | Michael Adam | 1 | -1/+1 |
2008-08-16 | configure: remove duplicate definition of --with-winbindd-socket-dir. | Michael Adam | 1 | -16/+0 |
2008-08-01 | build: autogenarate VPATH by configure | Stefan Metzmacher | 1 | -0/+3 |
2008-06-28 | Use a configure-specified directory for the winbind priv pipe | Andrew Bartlett | 1 | -2/+37 |
2008-06-09 | build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_ | Stefan Metzmacher | 1 | -3/+3 |
2008-05-31 | Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c | Andrew Bartlett | 1 | -0/+1 |
2008-05-30 | Move CFLAGS handling out of smb_build. | Jelmer Vernooij | 1 | -1/+0 |
2008-05-29 | Allow the ntp_signd socket to be set from configure. | Andrew Bartlett | 1 | -0/+19 |
2008-05-18 | Allow specifying different input file to smb_build. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Move writing of data.mk file to m4 macro. | Jelmer Vernooij | 1 | -0/+31 |
2008-05-18 | Move writing autoconf vars into files into m4 macros. | Jelmer Vernooij | 1 | -0/+40 |
2008-05-11 | Fail earlier on if shared libs can't be built. | Jelmer Vernooij | 1 | -29/+5 |
2008-05-10 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 1 | -3/+0 |
2008-05-10 | Revert "Fix building with system-provided LDB." | Jelmer Vernooij | 1 | -3/+0 |
2008-05-10 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 1 | -0/+3 |
2008-05-10 | Fix building with system-provided LDB. | Jelmer Vernooij | 1 | -0/+3 |
2008-04-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 1 | -6/+4 |
2008-04-15 | Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d... | Jelmer Vernooij | 1 | -2/+0 |
2008-04-14 | Fix unresolved symbols. | Jelmer Vernooij | 1 | -4/+4 |
2008-04-14 | Move object files lists to makefile rather than smb_build. | Jelmer Vernooij | 1 | -7/+3 |
2008-03-28 | Merge v4.0-test | Jelmer Vernooij | 1 | -5/+3 |
2008-03-03 | Move object file lists to the Makefile. | Jelmer Vernooij | 1 | -2/+0 |
2008-02-29 | Remove workaround for some non-GNU makes. | Jelmer Vernooij | 1 | -23/+6 |
2008-02-25 | Remove workaround for some non-GNU makes. | Jelmer Vernooij | 1 | -23/+6 |
2008-02-20 | Simpler specification of CFLAGS and LDFLAGS | Andrew Bartlett | 1 | -7/+10 |
2008-02-19 | Fix a typo. | Michael Adam | 1 | -1/+1 |
2008-02-18 | Rename include to mkinclude to emphasize it is different from make's include. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-18 | Use implicit build system element creation for external libraries. | Jelmer Vernooij | 1 | -18/+4 |
2008-02-11 | Use make variables in cflags file (now supported by cflags.pl) | Jelmer Vernooij | 1 | -4/+4 |
2008-02-11 | Make data about what subsystems/libraries are enabled available in the mkconf... | Jelmer Vernooij | 1 | -2/+5 |