AX_SPLIT_VERSION ,
2005年01月14日
Tom Howard <tomhoward@users.sf.net>
AllPermissive
Copying and distribution of this file, with or
without modification, are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. Users of this software should generally follow the
principles of the
MIT License includings its disclaimer.
cryp.to ac-archive's AM Support (released)
Splits a version number in the format MAJOR.MINOR.POINT into it's separeate components.
Sets the variables.
AC_DEFUN([AX_SPLIT_VERSION],[ AX_MAJOR_VERSION=`echo "$VERSION" | $SED 's/\([[^.]][[^.]]*\).*/1円/'` AX_MINOR_VERSION=`echo "$VERSION" | $SED 's/[[^.]][[^.]]*.\([[^.]][[^.]]*\).*/1円/'` AX_POINT_VERSION=`echo "$VERSION" | $SED 's/[[^.]][[^.]]*.[[^.]][[^.]]*.\(.*\)/1円/'` AC_MSG_CHECKING([Major version]) AC_MSG_RESULT([$AX_MAJOR_VERSION]) AC_MSG_CHECKING([Minor version]) AC_MSG_RESULT([$AX_MINOR_VERSION]) AC_MSG_CHECKING([Point version]) AC_MSG_RESULT([$AX_POINT_VERSION]) ])