OSDN Git Service

build: add config.sub and config.guess to tarballs target
authorAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 14 Nov 2012 20:34:44 +0000 (21:34 +0100)
committerAndreas 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

index 5e0071c..7f32bc2 100644 (file)
@@ -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                          \