build: Ship install-sh in the tarball
authorMatt Turner <mattst88@gmail.com>
Tue, 23 Oct 2012 17:57:15 +0000 (10:57 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 25 Oct 2012 17:47:43 +0000 (10:47 -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.

Makefile.am

index 23355ff6b9782ad6fa417fd748a77794f762bcf9..5e0071c0490a532dd0bb551ef05d0ec1d75e6df4 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                          \