[Mesa-dev] [PATCH 1/3] build: add config.sub and config.guess to tarballs target
Matt Turner
mattst88 at gmail.com
Wed Nov 14 13:54:41 PST 2012
On Wed, Nov 14, 2012 at 1:49 PM, Andreas Boll
<andreas.boll.dev at gmail.com> wrote:
> 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
>
Series is Reviewed-by: Matt Turner <mattst88 at gmail.com>
More information about the mesa-dev
mailing list