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
typo + new comment
[automake.git]
/
tests
/
noinst.test
blob
d5970a8dbccfae34de19f07a04d993176db03f63
1
#! /bin/sh
2
3
# Check to make sure "make install" will build all in directory with
4
# nothing to install.
5
6
.
$srcdir
/
defs ||
exit
1
7
8
cat
>
Makefile.am
<<
'END'
9
all-local
:
10
exit
1
11
END
12
13
$AUTOMAKE
||
exit
1
14
15
grep
'^install[-a-z]*:.* all'
Makefile.
in