Merge pull request #435 from rafalste/update_versioning

Version unifying
This commit is contained in:
Robert Baldyga
2020-07-27 18:34:46 +02:00
committed by GitHub
9 changed files with 165 additions and 157 deletions

8
configure vendored
View File

@@ -77,6 +77,14 @@ then
exit 1
fi
# Run version generator with 'build' flag to
# indicate that we are in the build process
(cd utils && ./cas_version_gen build)
if [ $? -ne 0 ]; then
echo "Error: failed to obtain CAS version" >&2
exit 1
fi
CONFIG_FILES=`ls $SCRIPTPATH/configure.d/*.conf | sort`
FILES_COUNT=`echo $CONFIG_FILES | wc -w`