btrfs-progs: build: print versions for all subprojects in summary

Update the summary after configure finishes with versions of all
projects that are now hosted in this repository. Mark libbtrfs as
deprecated do discourage new use, formal deprecation will happen in the
future.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2020-10-02 19:51:04 +02:00
parent 35614d8a64
commit 726026f7da
1 changed files with 3 additions and 1 deletions

View File

@ -317,7 +317,9 @@ version.h
AC_OUTPUT
AC_MSG_RESULT([
${PACKAGE_NAME} ${PACKAGE_VERSION}
btrfs-progs: ${PACKAGE_VERSION}
libbtrfs: ${LIBBTRFS_MAJOR}.${LIBBTRFS_MINOR}.${LIBBTRFS_PATCHLEVEL} (deprecated)
libbtrfsutil: ${BTRFS_UTIL_VERSION_MAJOR}.${BTRFS_UTIL_VERSION_MINOR}.${BTRFS_UTIL_VERSION_PATCH}
prefix: ${prefix}
exec prefix: ${exec_prefix}