build: remove unused LINUX_PKGREL from configure.ac

This change removes the unused LINUX_PKGREL definition from the
configure.ac file.

Commit 6a27e228ba 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 ada9dba075 removed the last trace
of the Debian packaging, but missed the removal of the LINUX_PKGREL.

Change-Id: I17aeccdb38078faa413f2cd3a935b43238982606
Reviewed-on: https://gerrit.openafs.org/14117
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: Benjamin Kaduk <kaduk@mit.edu>
This commit is contained in:
Michael Meffie 2020-03-23 09:46:05 -04:00 committed by Benjamin Kaduk
parent f16d40ad26
commit 8ae4531c57

View File

@ -6,7 +6,6 @@ AC_CONFIG_SRCDIR([src/config/stds.h])
AC_CONFIG_HEADER([src/config/afsconfig.h])
MACOS_VERSION=1.8.0fc1
LINUX_PKGREL=1.8.0pre1
AC_SUBST([MACOS_VERSION])