From: Matt Turner Date: Tue, 23 Oct 2012 17:57:15 +0000 (-0700) Subject: build: Ship install-sh in the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec57fbbc72b552a4f894f32798a2ace16749f520;p=mesa.git build: Ship install-sh in the tarball 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. --- diff --git a/Makefile.am b/Makefile.am index 23355ff6b97..5e0071c0490 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \