fixed little type in build that affected only mac osx build - strange

This commit is contained in:
Marc Wäckerlin
2015-09-22 11:12:43 +00:00
parent bfd747340a
commit 3039757a28

View File

@@ -41,7 +41,7 @@ m4_define(x_minor_diff, mrw_esyscmd_s([
done done
# Mac does not support LEAST > 255 # Mac does not support LEAST > 255
echo $ECHO_N $(($SVN_REVISION/256)) echo $ECHO_N $(($SVN_REVISION/256))
]))) ]))
# setup version number # setup version number
m4_define(x_version, [x_major.m4_ifdef([x_least_diff], x_minor, m4_eval(x_minor+x_minor_diff)).m4_eval(m4_ifdef([x_least_diff], [x_least-x_least_diff], [x_least]))]) m4_define(x_version, [x_major.m4_ifdef([x_least_diff], x_minor, m4_eval(x_minor+x_minor_diff)).m4_eval(m4_ifdef([x_least_diff], [x_least-x_least_diff], [x_least]))])