summaryrefslogtreecommitdiff
path: root/source3/m4/samba_version.m4
AgeCommit message (Collapse)AuthorFilesLines
2011-06-02In samba_version.m4 the test to get the version now returns severalHerb Lewis1-1/+1
lines instead of the one we really wanted which causes some spurious output when configure tries to print the samba version when it starts running. This is only a cosmetic problem but still looks ugly. Signed-off-by: Jeremy Allison <jra@samba.org>
2010-11-12s3: Rename GIT_COMMIT_{TIME,DATE} to COMMIT_{TIME,DATE}.Jelmer Vernooij1-7/+7
This avoids some special casing in the waf code.
2008-02-20configure: Move assemblage of samba version strings to m4 include file.Michael Adam1-0/+29
Michael (This used to be commit 8b220717e8dd62455716d4aaf6728087d04fb71b)