mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
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 <cwills@sinenomine.net> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu> Tested-by: Benjamin Kaduk <kaduk@mit.edu> (cherry picked from commit 8ae4531c5720baff9e11e4b05706eab6c82de5f9) Conflicts: configure.ac Change-Id: I69925f89c52aef32aea5bc308140936517b1aeb0 Reviewed-on: https://gerrit.openafs.org/14363 Reviewed-by: Cheyenne Wills <cwills@sinenomine.net> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
This commit is contained in:
parent
2f2cbff766
commit
02fb067d3f
@ -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])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user