X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpandora_version.m4;fp=m4%2Fpandora_version.m4;h=0000000000000000000000000000000000000000;hb=66dcfb211cc2ca7dc6630754a6fd68343569e29a;hp=ee0bfb239d2e463652ad7ee97933ff500ec95000;hpb=e0f0d3cd7906edd5fce9a04fac5c7c80a4da2f10;p=awesomized%2Flibmemcached diff --git a/m4/pandora_version.m4 b/m4/pandora_version.m4 deleted file mode 100644 index ee0bfb23..00000000 --- a/m4/pandora_version.m4 +++ /dev/null @@ -1,11 +0,0 @@ -dnl Copyright (C) 2009 Sun Microsystems, Inc. -dnl This file is free software; Sun Microsystems, Inc. -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -AC_DEFUN([PANDORA_VERSION],[ - - PANDORA_HEX_VERSION=`echo $VERSION | sed 's|[\-a-z0-9]*$||' | \ - awk -F. '{printf "0x%0.2d%0.3d%0.3d", $[]1, $[]2, $[]3}'` - AC_SUBST([PANDORA_HEX_VERSION]) -])