From ec57fbbc72b552a4f894f32798a2ace16749f520 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 23 Oct 2012 10:57:15 -0700 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 23355ff..5e0071c 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 \ -- cgit v1.1