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
Fix for PR automake/14:
[automake.git]
/
tests
/
exdir2.test
blob
7dbdfb6cd1feb667507dacecb3f7a3055f26496a
1
#! /bin/sh
2
3
# Test to make sure undefined directories are invalid.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
cat
>
Makefile.am
<<
'EOF'
8
html_DATA
=
zot.html
9
pkgdata_DATA
=
qbert
10
EOF
11
12
$AUTOMAKE
&&
exit
1
13
exit
0