1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-05 04:23:51 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
Andrew Bartlett
31c97b4e67 r15510: As discussed on samba-technical, move the VERSION system back to a
#define based system only.  This avoids allocation in the fault code.

Andrew Bartlett
2007-10-10 14:05:44 -05:00
Jelmer Vernooij
f12c1ee193 r14332: Built in different paths when running locally (from ./bin/) in developer
mode (./configure.developer). This will change the hardcoded value of a few
paths (BINDIR, SWATDIR, EJSDIR, SETUPDIR, DATADIR, MODULESDIR). The regular
locations will be used when running 'make install'.

This enables developers to work on (shared built) modules, swat, ejs and
setup files without having to run 'make install' each time.
2007-10-10 13:57:12 -05:00
Jelmer Vernooij
ba62880f5b r13658: More moving around of files:
- Collect the generic utility functions into a lib/util/ (a la GLib is
		for the GNOME folks)
 - Remove even more files from include/
2007-10-10 13:52:05 -05:00
Stefan Metzmacher
7cb4e1bd04 r13112: merge over some stuff from samba3
metze
2007-10-10 13:51:26 -05:00
Stefan Metzmacher
780870293b r13079: add SAMBA_VERSION_RELEASE_NICKNAME
if it's set in source/VERSION

smbd --version will print
4.0.0tp1 (Nickname)

metze
2007-10-10 13:51:23 -05:00
Jelmer Vernooij
d25163159c r5871: Remove file with unused function (that uses fstring)
Remove fstring usage from version.c
2007-10-10 13:11:06 -05:00
Andrew Tridgell
0395380351 r4818: missed version.h here 2007-10-10 13:08:59 -05:00
Stefan Metzmacher
24dc237e10 merge the version.h autogeneration stuff from 3.0
metze
-