Skip to content

Commit

Permalink
Add hint in the bogus version string.
Browse files Browse the repository at this point in the history
  • Loading branch information
interwq committed Aug 16, 2019
1 parent d6b7995 commit d2dddfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2dddfb

Please sign in to comment.