From 02fb067d3fded0eee5c9326c56e66b512a75d71c Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Mon, 23 Mar 2020 09:46:05 -0400 Subject: [PATCH] build: remove unused LINUX_PKGREL from configure.ac This change removes the unused LINUX_PKGREL definition from the configure.ac file. Commit 6a27e228bac196abada96f34ca9cd57f32e31f5c converted the setting of the RPM package version and release values in the openafs.spec file from autoconf to the makesrpm.pl script. That commit left LINUX_PKGREL in configure.ac because it was still referenced by the Debian packaging, which was still in-tree at that time. Commit ada9dba0756450993a8e57c05ddbcae7d1891582 removed the last trace of the Debian packaging, but missed the removal of the LINUX_PKGREL. Reviewed-on: https://gerrit.openafs.org/14117 Reviewed-by: Cheyenne Wills Reviewed-by: Benjamin Kaduk Tested-by: Benjamin Kaduk (cherry picked from commit 8ae4531c5720baff9e11e4b05706eab6c82de5f9) Conflicts: configure.ac Change-Id: I69925f89c52aef32aea5bc308140936517b1aeb0 Reviewed-on: https://gerrit.openafs.org/14363 Reviewed-by: Cheyenne Wills Reviewed-by: Michael Meffie Tested-by: BuildBot Reviewed-by: Stephan Wiesand --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8a1d709091..4faae4e31a 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,6 @@ AC_CONFIG_SRCDIR([src/config/stds.h]) AC_CONFIG_HEADER([src/config/afsconfig.h]) MACOS_VERSION=1.8.6 -LINUX_PKGREL=1.8.6 AC_SUBST([MACOS_VERSION])