]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Source/CyaSSL/m4/hexversion.m4
Add FreeRTOS-Plus directory with new directory structure so it matches the FreeRTOS...
[freertos] / FreeRTOS-Plus / Source / CyaSSL / m4 / hexversion.m4
1 AC_DEFUN([CREATE_HEX_VERSION],[
2
3   HEX_VERSION=`echo $VERSION | sed 's|[\-a-z0-9]*$||' | \
4     awk -F. '{printf "0x%0.2d%0.3d%0.3d", $[]1, $[]2, $[]3}'`
5   AC_SUBST([HEX_VERSION])
6 ])