build: Use PACKAGE_VERSION from autoconf

Graphics / Mesa 3D Graphics Library / Mesa - Andreas Boll [gmail.com] - 6 June 2013 12:07 UTC

Both variables had the same value.

###

diff --git a/Makefile.am b/Makefile.am
index 92b792d..29405a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,6 @@ check-local:

# Rules for making release tarballs

-PACKAGE_VERSION=9.2.0-devel
PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)

diff --git a/docs/devinfo.html b/docs/devinfo.html
index f5eb4d4..5aad0fb 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -196,7 +196,6 @@ branch is relevant.

Verify and update version info




-
Makefile.am

SConstruct

Android.common.mk

PACKAGE_VERSION

8bc788e build: Use PACKAGE_VERSION from autoconf
Makefile.am | 1 -
docs/devinfo.html | 1 -
2 files changed, 2 deletions(-)

Upstream: cgit.freedesktop.org


  • Share