From: Andreas Boll Date: Wed, 14 Nov 2012 20:34:44 +0000 (+0100) Subject: build: add config.sub and config.guess to tarballs target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0a90ea92034dc24170364d6d52df01ce623e835;p=mesa.git 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 --- diff --git a/Makefile.am b/Makefile.am index 5e0071c0490..7f32bc23273 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 \