1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r15517: fixed the segv in provision. The problem was that SAMBA_VERSION_STRING

was defined recursively as the mkversion.sh script was putting the new
version in the wrong spot
(This used to be commit 962afd362c)
This commit is contained in:
Andrew Tridgell 2006-05-09 03:41:11 +00:00 committed by Gerald (Jerry) Carter
parent bfff6b0e64
commit 7947d4c425

View File

@ -8,7 +8,7 @@ if test -z "$VERSION_FILE";then
fi
if test -z "$OUTPUT_FILE";then
OUTPUT_FILE="version.h"
OUTPUT_FILE="include/version.h"
fi
SOURCE_DIR=$3