diff options
author | Matt Turner <mattst88@gmail.com> | 2012-10-23 10:57:15 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-10-25 10:47:43 -0700 |
commit | ec57fbbc72b552a4f894f32798a2ace16749f520 (patch) | |
tree | 13942efa306c9bb0e88db61bf698e019325e399d /Makefile.am | |
parent | 0cb0c38ccea84ab524d10447585000d41fbb8c74 (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 23355ff6b9..5e0071c049 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 \ |