Mesa (9.0): build: add config.sub and config.guess to tarballs target

Andreas Boll ab at kemper.freedesktop.org
Wed Nov 14 22:21:22 UTC 2012


Module: Mesa
Branch: 9.0
Commit: d0533029ce19821dae2c3be39d558daa4c574374
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0533029ce19821dae2c3be39d558daa4c574374

Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Wed Nov 14 21:34:44 2012 +0100

build: add config.sub and config.guess to tarballs target

fixes errors ./configure was complaining about

NOTE: This is a candidate for the 9.0 branch.

Reviewed-by: Matt Turner <mattst88 at gmail.com>
(cherry picked from commit a0a90ea92034dc24170364d6d52df01ce623e835)

---

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

diff --git a/Makefile.am b/Makefile.am
index 7736492..d098e40 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				\




More information about the mesa-commit mailing list