Mesa (master): build: Use PACKAGE_VERSION from autoconf

Andreas Boll ab at kemper.freedesktop.org
Thu Jun 6 17:09:01 UTC 2013


Module: Mesa
Branch: master
Commit: 8bc788ea9e73ef4c355dfea80ac5070c6f81ac1c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bc788ea9e73ef4c355dfea80ac5070c6f81ac1c

Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Wed Jun  5 10:43:10 2013 +0200

build: Use PACKAGE_VERSION from autoconf

Both variables had the same value.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 Makefile.am       |    1 -
 docs/devinfo.html |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

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.
 <h3>Verify and update version info</h3>
 
 <dl>
-  <dt>Makefile.am</dt>
   <dt>SConstruct</dt>
   <dt>Android.common.mk</dt>
   <dd>PACKAGE_VERSION</dd>




More information about the mesa-commit mailing list