repo.or.cz
/
automake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* automake.texi (Macros): Document AM_PROG_AS.
[automake.git]
/
tests
/
insh2.test
blob
9f35a6c20bd2a6487a3d7f2ce4dfdb023e730642
1
#! /bin/sh
2
3
# Test for bug where install-sh not included in distribution.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
Makefile.am
<<
'END'
8
pkgdata_DATA
=
9
magic
:
10
@
echo
$
(
DISTFILES
)
11
END
12
13
$AUTOMAKE
||
exit
1
14
15
fgrep
-v
@SET_MAKE@ Makefile.
in
>
Makefile.
sed
16
$MAKE
-s -f
Makefile.
sed
SHELL
=/
bin
/
sh magic |
grep
install-sh