1192.3.47
by Monty Taylor
pandora-build v0.79 |
1 |
dnl Copyright (C) 2009 Sun Microsystems |
2 |
dnl This file is free software; Sun Microsystems |
|
3 |
dnl gives unlimited permission to copy and/or distribute it, |
|
4 |
dnl with or without modifications, as long as this notice is preserved. |
|
5 |
||
6 |
AC_DEFUN([PANDORA_VERSION],[ |
|
7 |
||
8 |
PANDORA_HEX_VERSION=`echo $VERSION | sed 's|[\-a-z0-9]*$||' | \ |
|
9 |
awk -F. '{printf "0x%0.2d%0.3d%0.3d", $[]1, $[]2, $[]3}'` |
|
10 |
AC_SUBST([PANDORA_HEX_VERSION]) |
|
11 |
]) |