]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Remove automake autoconf vars
authorAndrew Deason <adeason@sinenomine.net>
Thu, 11 Oct 2018 05:18:17 +0000 (00:18 -0500)
committerStephan Wiesand <stephan.wiesand@desy.de>
Fri, 6 Sep 2019 15:18:19 +0000 (11:18 -0400)
commit4ccc332ab61cfc4d33fdc48a7d57e93cf9cecb91
treef9955861b96e72f75eeef545cc381dde24323013
parent4330e16a47e76ea6c1f35467a1ddbe97bded7a92
Remove automake autoconf vars

Commit 4706854f (autoconf: updates and cleanup) removed our invocation
of AM_INIT_AUTOMAKE, which defines the output variables PACKAGE and
VERSION. Several files in our build system are still referencing
@PACKAGE@ and @VERSION@, though, leaving them un-substituted. This
most easily is seen as the AFSVersion version string remaining as
"@VERSION@" when the tree is built without git, but it also affects
some packaging in the tree.

Remove references to @VERSION@ and @PACKAGE@, replacing them with
their autoconf equivalents @PACKAGE_VERSION@ and @PACKAGE_TARNAME@.

Reviewed-on: https://gerrit.openafs.org/13357
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit 2f2c2ce62aa17ecac3651d64c1168af926f7458b)

Change-Id: If2b98b8930bc687170f53f852417fb9374bf6c60
Reviewed-on: https://gerrit.openafs.org/13789
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/config/Makefile.version-CML.in
src/config/Makefile.version-NOCML.in
src/packaging/MacOS/OpenAFS-debug.Description.plist.in
src/packaging/MacOS/OpenAFS.Description.plist.in
src/packaging/MacOS/OpenAFS.info.in
src/packaging/MacOS/buildpkg.sh.in
src/packaging/MacOS/pkgbuild.sh.in
src/packaging/RedHat/openafs.spec.in
src/tests/run-tests.in