projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cb0c38
)
build: Ship install-sh in the tarball
author
Matt Turner
<mattst88@gmail.com>
Tue, 23 Oct 2012 17:57:15 +0000
(10:57 -0700)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 23355ff6b9782ad6fa417fd748a77794f762bcf9..5e0071c0490a532dd0bb551ef05d0ec1d75e6df4 100644
(file)
--- 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 \