Searched refs:with_version (Results 1 – 2 of 2) sorted by relevance
1446 … echo "${with_version}" | grep ['^[0-9]\+\.[0-9]\+\.[0-9]\+-[0-9]\+-g[0-9a-f]\+$'] 2>&1 1>/dev/null1448 echo "$with_version" > "${objroot}VERSION"1450 echo "${with_version}" | grep ['^VERSION$'] 2>&1 1>/dev/null1452 … AC_MSG_ERROR([${with_version} does not match <major>.<minor>.<bugfix>-<nrev>-g<gid> or VERSION])
10146 withval=$with_version;10147 echo "${with_version}" | grep '^[0-9]\+\.[0-9]\+\.[0-9]\+-[0-9]\+-g[0-9a-f]\+$' 2>&1 1>/dev/null10149 echo "$with_version" > "${objroot}VERSION"10151 echo "${with_version}" | grep '^VERSION$' 2>&1 1>/dev/null10153 …as_fn_error $? "${with_version} does not match <major>.<minor>.<bugfix>-<nrev>-g<gid> or VERSION" …