build: Use PACKAGE_VERSION from autoconf
authorAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 5 Jun 2013 08:43:10 +0000 (10:43 +0200)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Thu, 6 Jun 2013 17:07:22 +0000 (19:07 +0200)
Both variables had the same value.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Makefile.am
docs/devinfo.html

index 92b792d60c22bd5ad31f3612ecc38c95644f8b36..29405a0fd31ef4fe869f3d06c1d28ba41e9fca2f 100644 (file)
@@ -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)
 
index f5eb4d468063382cafae386c9d9b23dafc7e44bd..5aad0fb1d7406de7d2dd5a0ca40954b021c18290 100644 (file)
@@ -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>