[Mesa-dev] [PATCH 1/3] build: add config.sub and config.guess to tarballs target
Andreas Boll
andreas.boll.dev at gmail.com
Wed Nov 14 13:49:42 PST 2012
fixes errors ./configure was complaining about
NOTE: This is a candidate for the 9.0 branch.
Cc: Matt Turner <mattst88 at gmail.com>
---
If you want I can squash all three patches before pushing.
Only tested on 9.0 branch.
Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 5e0071c..7f32bc2 100644
--- 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 \
--
1.7.4.1
More information about the mesa-dev
mailing list