Lines Matching refs:_version
555 _version="`$AUTOCONF --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`"
556 if [ "x$_version" = "x" ] ; then
557 _version="0.0.0"
559 $ECHO "Found GNU Autoconf version $_version"
560 version_check "$AUTOCONF_VERSION" "$_version"
596 _version="`$AUTOMAKE --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`"
597 if [ "x$_version" = "x" ] ; then
598 _version="0.0.0"
600 $ECHO "Found GNU Automake version $_version"
601 version_check "$AUTOMAKE_VERSION" "$_version"
698 _version="`$LIBTOOLIZE --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`"
699 if [ "x$_version" = "x" ] ; then
700 _version="0.0.0"
702 $ECHO "Found GNU Libtool version $_version"
703 version_check "$LIBTOOL_VERSION" "$_version"