mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Add hint in the bogus version string.
This commit is contained in:
parent
d6b7995c16
commit
d2dddfb82a
1 changed files with 1 additions and 1 deletions
|
|
@ -583,7 +583,7 @@ if test ! -e "${objroot}VERSION" ; then
|
|||
if test ! -e "${srcroot}VERSION" ; then
|
||||
AC_MSG_RESULT(
|
||||
[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
|
||||
cp ${srcroot}VERSION ${objroot}VERSION
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue