From d2dddfb82aac9f2212922eb90324e84790704bfe Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Thu, 15 Aug 2019 22:11:21 -0700 Subject: [PATCH] Add hint in the bogus version string. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 261d81c0..bca422af 100644 --- a/configure.ac +++ b/configure.ac @@ -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