mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
build: remove unused LINUX_PKGREL from configure.ac
This change removes the unused LINUX_PKGREL definition from the configure.ac file. Commit6a27e228ba
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. Commitada9dba075
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:
parent
f16d40ad26
commit
8ae4531c57
@ -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])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user