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
* depcomp (ddashmd): Removed case.
[automake.git]
/
tests
/
gcj2.test
blob
8bf022b39b79a647eb96bcfbc5e0f15f31a79f83
1
#! /bin/sh
2
3
# Make sure `..' invalid in subdir .o's.
4
5
.
$srcdir
/
defs ||
exit
1
6
7
echo
'AC_SUBST(GCJ)'
>>
configure.
in
8
9
cat
>
Makefile.am
<<
'END'
10
bin_PROGRAMS
=
convert
11
convert_SOURCES
=
x
/
..
/
convert.java
12
END
13
14
$AUTOMAKE
&&
exit
1
15
exit
0