Add hint in the bogus version string.
This commit is contained in:
parent
d6b7995c16
commit
d2dddfb82a
@ -583,7 +583,7 @@ if test ! -e "${objroot}VERSION" ; then
|
|||||||
if test ! -e "${srcroot}VERSION" ; then
|
if test ! -e "${srcroot}VERSION" ; then
|
||||||
AC_MSG_RESULT(
|
AC_MSG_RESULT(
|
||||||
[Missing VERSION file, and unable to generate it; creating bogus VERSION])
|
[Missing VERSION file, and unable to generate it; creating bogus VERSION])
|
||||||
echo "0.0.0-0-g0000000000000000000000000000000000000000" > "${objroot}VERSION"
|
echo "0.0.0-0-g000000missing_version_try_git_fetch_tags" > "${objroot}VERSION"
|
||||||
else
|
else
|
||||||
cp ${srcroot}VERSION ${objroot}VERSION
|
cp ${srcroot}VERSION ${objroot}VERSION
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user