build: Ship install-sh in the tarball
authorMatt Turner <mattst88@gmail.com>
Tue, 23 Oct 2012 17:57:15 +0000 (10:57 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 2 Nov 2012 18:10:04 +0000 (11:10 -0700)
Fixes the problem where configure from the tarball would report missing
files:

$ ./configure
configure: error: cannot find install-sh, install.sh, or shtool in bin

NOTE: This is a candidate for the 9.0 branch.
(cherry picked from commit ec57fbbc72b552a4f894f32798a2ace16749f520)

Makefile.am

index 9a0c1dd..3caa121 100644 (file)
@@ -61,6 +61,7 @@ PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
 EXTRA_FILES = \
        aclocal.m4                                      \
        configure                                       \
+       bin/install-sh                                  \
        src/glsl/glsl_parser.cc                         \
        src/glsl/glsl_parser.h                          \
        src/glsl/glsl_lexer.cc                          \