From 676c57f5551fb18cf8485a0e945bc15b78eb1051 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Wed, 17 Oct 2018 16:35:36 -0500 Subject: [PATCH] Remove one more automake VERSION reference The configure summary was still referencing the old automake-specific VERSION var. Use the autoconf PACKAGE_VERSION var instead, so this actually shows our version. Reviewed-on: https://gerrit.openafs.org/13360 Reviewed-by: Benjamin Kaduk Tested-by: BuildBot (cherry picked from commit 0f65b40b24599d58cf30bfd47fae83ab54e1416a) Change-Id: I5bd9399acc6e4c6dd19b94198354b600f35bee15 Reviewed-on: https://gerrit.openafs.org/13790 Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Stephan Wiesand --- src/cf/summary.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cf/summary.m4 b/src/cf/summary.m4 index 8e4541399..2967b029d 100644 --- a/src/cf/summary.m4 +++ b/src/cf/summary.m4 @@ -59,7 +59,7 @@ AC_DEFUN([OPENAFS_SUMMARY],[ *************************************************************** OpenAFS configure summary - version : ${VERSION} + version : ${PACKAGE_VERSION} sysname : ${AFS_SYSNAME} debug: -- 2.39.5