Mesa (9.0): build: Ship install-sh in the tarball

Ian Romanick idr at kemper.freedesktop.org
Fri Nov 2 19:23:37 UTC 2012


Module: Mesa
Branch: 9.0
Commit: 4be397e164a495f9f2ae8b13497c44f5d584e85f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4be397e164a495f9f2ae8b13497c44f5d584e85f

Author: Matt Turner <mattst88 at gmail.com>
Date:   Tue Oct 23 10:57:15 2012 -0700

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.
(cherry picked from commit ec57fbbc72b552a4f894f32798a2ace16749f520)

---

 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 9a0c1dd..3caa121 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				\




More information about the mesa-commit mailing list