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
/
outdir.test
blob
c9055684f08573f658f2c1f7dd9536765bc1592b
1
#! /bin/sh
2
3
# Test to ensure that --output-dir works. Bug report from Joshua
4
# Cowan.
5
6
.
$srcdir
/
defs ||
exit
1
7
8
cat
>
Makefile.am
<<'END'
9
pkgdata_DATA =
10
END
11
12
mkdir zardir
13
14
$AUTOMAKE
--output-dir
=
zardir ||
exit
1
15
16
test -f
Makefile.
in
&&
exit
1
17
test -f
zardir
/
Makefile.
in