projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca89886
)
build: add config.sub and config.guess to tarballs target
author
Andreas Boll
<andreas.boll.dev@gmail.com>
Wed, 14 Nov 2012 20:34:44 +0000
(21:34 +0100)
committer
Andreas Boll
<andreas.boll.dev@gmail.com>
Wed, 14 Nov 2012 22:12:58 +0000
(23:12 +0100)
fixes errors ./configure was complaining about
NOTE: This is a candidate for the 9.0 branch.
Reviewed-by: Matt Turner <mattst88@gmail.com>
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
5e0071c
..
7f32bc2
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-61,6
+61,8
@@
PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
EXTRA_FILES = \
aclocal.m4 \
configure \
+ bin/config.sub \
+ bin/config.guess \
bin/install-sh \
src/glsl/glsl_parser.cc \
src/glsl/glsl_parser.h \