Math Processor Unit Library

libmpu – library of arithmetic functions for integer, real, and complex numbers of increased digit capacity

16 Commits   0 Branches   2 Tags
#!/bin/bash

config=$1

version=`cat "$config" | grep '^AC_INIT' | sed 's,.*\[\([0-9]*\.[0-9]*\.[0-9]*\)\].*,\1,'`

echo "${version}"


#
# доработать так, стобы он мог выдавать version_HEX в зависимости от параметра -d short/hex
#
# $1 - это configure.ac но с путем к top_srcdir !!!!!!!!!
#